#24408F

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

Shades of Tory Blue #24408F

Tints of Tory Blue #24408F

Color information

#24408F (or 0x24408F) is unknown color: approx Tory Blue. HEX triplet: 24, 40 and 8F. RGB value is (36,64,143). Sum of RGB (Red+Green+Blue) = 36+64+143=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #24408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24408F is #DBBF70. Grayscale: #404040. Windows color (decimal): -14401393 or 9388068. OLE color: 9388068.

HSL color Cylindrical-coordinate representation of color #24408F: hue angle of 224.3º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24408F is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3664143-
CMYK0.750.5500.44
HSL224.3º59.78%35.1%-
HSV(B)224.3º74.83%56.08%-
XYZ7.526.0326.75-
YUV64.63172.22107.58-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.81%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 143 (56.25% from 255) = 58.85%
R=14.81%
G=26.34%
B=58.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36641430.750.5500.44224.359.7835.1
Hex24408F4B3702Ce03c23
Octal44100217113670543407443
Binary1001001000000100011111001011110111010110011100000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24408F; }

 p { color: rgb(36,64,143); }

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

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

 a { background-color: rgb(36,64,143); }

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

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

 span { border-color: rgb(36,64,143); }

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