#24489B

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

Shades of Tory Blue #24489B

Tints of Tory Blue #24489B

Color information

#24489B (or 0x24489B) is unknown color: approx Tory Blue. HEX triplet: 24, 48 and 9B. RGB value is (36,72,155). Sum of RGB (Red+Green+Blue) = 36+72+155=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #24489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24489B is #DBB764. Grayscale: #464646. Windows color (decimal): -14399333 or 10176548. OLE color: 10176548.

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

Color convert

RGB3672155-
CMYK0.770.5400.39
HSL221.85º62.3%37.45%-
HSV(B)221.85º76.77%60.78%-
XYZ8.967.3831.96-
YUV70.7175.57103.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.69%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=13.69%
G=27.38%
B=58.94%

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
Decimal36721550.770.5400.39221.8562.337.45
Hex24489B4D36027de3e25
Octal44110233115660473367645
Binary1001001001000100110111001101110110010011111011110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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