#24499E

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

Shades of Tory Blue #24499E

Tints of Tory Blue #24499E

Color information

#24499E (or 0x24499E) is unknown color: approx Tory Blue. HEX triplet: 24, 49 and 9E. RGB value is (36,73,158). Sum of RGB (Red+Green+Blue) = 36+73+158=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #24499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24499E is #DBB661. Grayscale: #474747. Windows color (decimal): -14399074 or 10373412. OLE color: 10373412.

HSL color Cylindrical-coordinate representation of color #24499E: hue angle of 221.8º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24499E is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3673158-
CMYK0.770.5400.38
HSL221.8º62.89%38.04%-
HSV(B)221.8º77.22%61.96%-
XYZ9.287.6133.33-
YUV71.63176.74102.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=13.48%
G=27.34%
B=59.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36731580.770.5400.38221.862.8938.04
Hex24499E4D36026de3f26
Octal44111236115660463367746
Binary1001001001001100111101001101110110010011011011110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24499E; }

 p { color: rgb(36,73,158); }

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

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

 a { background-color: rgb(36,73,158); }

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

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

 span { border-color: rgb(36,73,158); }

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