#24489A

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

Shades of Tory Blue #24489A

Tints of Tory Blue #24489A

Color information

#24489A (or 0x24489A) is unknown color: approx Tory Blue. HEX triplet: 24, 48 and 9A. RGB value is (36,72,154). Sum of RGB (Red+Green+Blue) = 36+72+154=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #24489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24489A is #DBB765. Grayscale: #464646. Windows color (decimal): -14399334 or 10111012. OLE color: 10111012.

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

Color convert

RGB3672154-
CMYK0.770.5300.40
HSL221.69º62.11%37.25%-
HSV(B)221.69º76.62%60.39%-
XYZ8.887.3431.52-
YUV70.58175.07103.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 154 (60.55% from 255) = 58.78%
R=13.74%
G=27.48%
B=58.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36721540.770.5300.40221.6962.1137.25
Hex24489A4D35028de3e25
Octal44110232115650503367645
Binary1001001001000100110101001101110101010100011011110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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