Html Css Color HEX #24489A Tory Blue

📋 copy color: '#24489A'

red 36 ◦ green 72 ◦ blue 154

#24489A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #24489A

Tints of Tory Blue #24489A

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 value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24489A (or 0x24489A) is known color: 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

RGB 36 72 154 -
CMYK 0.77 0.53 0 0.40
HSL 221.69º 0.62% 0.37% -
HSV(B) 221.69º 0.77% 0.6% -
XYZ 8.88 7.34 31.52 -
YUV 70.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 36 72 154 0.77 0.53 0 0.40 221.69 0.62 0.37
Hex 24 48 9A 4D 35 0 28 DE 3E 25
Octal 44 110 232 115 65 0 50 336 76 45
Binary 100100 1001000 10011010 1001101 110101 0 101000 11011110 111110 100101

Color Harmonies of #24489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24489A

Black with #24489A

Text Example


Text Example

White with #24489A

Text Example


Text Example

HTML Codes & Css Web 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>