Html Css Color HEX #24489D Tory Blue

📋 copy color: '#24489D'

red 36 ◦ green 72 ◦ blue 157

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

Shades of Tory Blue #24489D

Tints of Tory Blue #24489D

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

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

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

RGB 36 72 157 -
CMYK 0.77 0.54 0 0.38
HSL 222.15º 0.63% 0.38% -
HSV(B) 222.15º 0.77% 0.62% -
XYZ 9.13 7.44 32.85 -
YUV 70.93 176.57 103.09 -
System Red Green Blue C M Y K H S L
Decimal 36 72 157 0.77 0.54 0 0.38 222.15 0.63 0.38
Hex 24 48 9D 4D 36 0 26 DE 3F 26
Octal 44 110 235 115 66 0 46 336 77 46
Binary 100100 1001000 10011101 1001101 110110 0 100110 11011110 111111 100110

Color Harmonies of #24489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24489D

Black with #24489D

Text Example


Text Example

White with #24489D

Text Example


Text Example

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