#254896

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

Shades of Tory Blue #254896

Tints of Tory Blue #254896

Color information

#254896 (or 0x254896) is unknown color: approx Tory Blue. HEX triplet: 25, 48 and 96. RGB value is (37,72,150). Sum of RGB (Red+Green+Blue) = 37+72+150=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #254896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254896 is #DAB769. Grayscale: #464646. Windows color (decimal): -14333802 or 9848869. OLE color: 9848869.

HSL color Cylindrical-coordinate representation of color #254896: hue angle of 221.42º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254896 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3772150-
CMYK0.750.5200.41
HSL221.42º60.43%36.67%-
HSV(B)221.42º75.33%58.82%-
XYZ8.597.2329.8-
YUV70.43172.9104.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=14.29%
G=27.80%
B=57.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37721500.750.5200.41221.4260.4336.67
Hex2548964B34029dd3c25
Octal45110226113640513357445
Binary1001011001000100101101001011110100010100111011101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254896; }

 p { color: rgb(37,72,150); }

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

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

 a { background-color: rgb(37,72,150); }

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

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

 span { border-color: rgb(37,72,150); }

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