#24489D

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

Shades of Tory Blue #24489D

Tints of Tory Blue #24489D

Color information

#24489D (or 0x24489D) is unknown color: approx Tory Blue. HEX triplet: 24, 48 and 9D. RGB value is (36,72,157). Sum of RGB (Red+Green+Blue) = 36+72+157=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #24489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24489D is #DBB762. Grayscale: #464646. Windows color (decimal): -14399331 or 10307620. OLE color: 10307620.

HSL color Cylindrical-coordinate representation of color #24489D: hue angle of 222.15º 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 #24489D is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3672157-
CMYK0.770.5400.38
HSL222.15º62.69%37.84%-
HSV(B)222.15º77.07%61.57%-
XYZ9.137.4432.85-
YUV70.93176.57103.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 157 (61.72% from 255) = 59.25%
R=13.58%
G=27.17%
B=59.25%

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
Decimal36721570.770.5400.38222.1562.6937.84
Hex24489D4D36026de3f26
Octal44110235115660463367746
Binary1001001001000100111011001101110110010011011011110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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