Html Css Color HEX #24428C Tory Blue

📋 copy color: '#24428C'

red 36 ◦ green 66 ◦ blue 140

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

Shades of Tory Blue #24428C

Tints of Tory Blue #24428C

RGB

 RED value IS 36 (14.45% from 255) = 14.88%

 GREEN value IS 66 (26.17% from 255) = 27.27%

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 14.88%
G = 27.27%
B = 57.85%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24428C (or 0x24428C) is known color: Tory Blue. HEX triplet: 24, 42 and 8C. RGB value is (36,66,140). Sum of RGB (Red+Green+Blue) = 36+66+140=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #24428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24428C is #DBBD73. Grayscale: #414141. Windows color (decimal): -14400884 or 9191972. OLE color: 9191972.

HSL color Cylindrical-coordinate representation of color #24428C: hue angle of 222.69º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24428C is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 66 140 -
CMYK 0.74 0.53 0 0.45
HSL 222.69º 0.59% 0.35% -
HSV(B) 222.69º 0.74% 0.55% -
XYZ 7.41 6.16 25.61 -
YUV 65.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 36 66 140 0.74 0.53 0 0.45 222.69 0.59 0.35
Hex 24 42 8C 4A 35 0 2D DF 3B 23
Octal 44 102 214 112 65 0 55 337 73 43
Binary 100100 1000010 10001100 1001010 110101 0 101101 11011111 111011 100011

Color Harmonies of #24428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24428C

Black with #24428C

Text Example


Text Example

White with #24428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24428C; }

 p { color: rgb(36,66,140); }

 H1.HeaderClassName
 {
   color: #24428C;
 }
 .AnyTagClassName
 {
   color: #24428C;
 }
</style>

background-color css

<style>
 a { background-color: #24428C; }

 a { background-color: rgb(36,66,140); }

 div.DivClassName
 {
   background-color: #24428C;
 }
 .BgClassName
 {
   background-color: #24428C;
 }
</style>

border-color css

<style>
 span { border-color: #24428C; }

 span { border-color: rgb(36,66,140); }

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