Html Css Color HEX #24428D Tory Blue

📋 copy color: '#24428D'

red 36 ◦ green 66 ◦ blue 141

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

Shades of Tory Blue #24428D

Tints of Tory Blue #24428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.02%

R = 14.81%
G = 27.16%
B = 58.02%

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

#24428D (or 0x24428D) is known color: Tory Blue. HEX triplet: 24, 42 and 8D. RGB value is (36,66,141). Sum of RGB (Red+Green+Blue) = 36+66+141=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #24428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24428D is #DBBD72. Grayscale: #414141. Windows color (decimal): -14400883 or 9257508. OLE color: 9257508.

HSL color Cylindrical-coordinate representation of color #24428D: hue angle of 222.86º 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 #24428D is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 66 141 -
CMYK 0.74 0.53 0 0.45
HSL 222.86º 0.59% 0.35% -
HSV(B) 222.86º 0.74% 0.55% -
XYZ 7.48 6.19 26 -
YUV 65.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 36 66 141 0.74 0.53 0 0.45 222.86 0.59 0.35
Hex 24 42 8D 4A 35 0 2D DF 3B 23
Octal 44 102 215 112 65 0 55 337 73 43
Binary 100100 1000010 10001101 1001010 110101 0 101101 11011111 111011 100011

Color Harmonies of #24428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24428D

Black with #24428D

Text Example


Text Example

White with #24428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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