#254491

Color #254491 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #254491

Tints of Tory Blue #254491

Color information

#254491 (or 0x254491) is unknown color: approx Tory Blue. HEX triplet: 25, 44 and 91. RGB value is (37,68,145). Sum of RGB (Red+Green+Blue) = 37+68+145=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #254491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254491 is #DABB6E. Grayscale: #434343. Windows color (decimal): -14334831 or 9520165. OLE color: 9520165.

HSL color Cylindrical-coordinate representation of color #254491: hue angle of 222.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254491 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3768145-
CMYK0.740.5300.43
HSL222.78º59.34%35.69%-
HSV(B)222.78º74.48%56.86%-
XYZ7.946.5727.64-
YUV67.51171.73106.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 145 (57.03% from 255) = 58%
R=14.8%
G=27.2%
B=58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37681450.740.5300.43222.7859.3435.69
Hex2544914A3502Bdf3b24
Octal45104221112650533377344
Binary1001011000100100100011001010110101010101111011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254491; }

 p { color: rgb(37,68,145); }

 H1.HeaderClassName
 {
   color: #254491;
 }
 .AnyTagClassName
 {
   color: #254491;
 }
</style>
background-color css

<style>
 a { background-color: #254491; }

 a { background-color: rgb(37,68,145); }

 div.DivClassName
 {
   background-color: #254491;
 }
 .BgClassName
 {
   background-color: #254491;
 }
</style>
border-color css

<style>
 span { border-color: #254491; }

 span { border-color: rgb(37,68,145); }

 td.TdClassName
 {
   border-color: #254491;
 }
 .TagClassName
 {
   border-color: #254491;
 }
</style>