#24489C

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

Shades of Tory Blue #24489C

Tints of Tory Blue #24489C

Color information

#24489C (or 0x24489C) is unknown color: approx Tory Blue. HEX triplet: 24, 48 and 9C. RGB value is (36,72,156). Sum of RGB (Red+Green+Blue) = 36+72+156=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #24489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24489C is #DBB763. Grayscale: #464646. Windows color (decimal): -14399332 or 10242084. OLE color: 10242084.

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

Color convert

RGB3672156-
CMYK0.770.5400.39
HSL222º62.5%37.65%-
HSV(B)222º76.92%61.18%-
XYZ9.057.4132.41-
YUV70.81176.07103.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=13.64%
G=27.27%
B=59.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36721560.770.5400.3922262.537.65
Hex24489C4D36027de3e26
Octal44110234115660473367646
Binary1001001001000100111001001101110110010011111011110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24489C; }

 p { color: rgb(36,72,156); }

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

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

 a { background-color: rgb(36,72,156); }

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

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

 span { border-color: rgb(36,72,156); }

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