Html Css Color HEX #24438E Tory Blue

📋 copy color: '#24438E'

red 36 ◦ green 67 ◦ blue 142

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

Shades of Tory Blue #24438E

Tints of Tory Blue #24438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

 BLUE value IS 142 (55.86% from 255) = 57.96%

R = 14.69%
G = 27.35%
B = 57.96%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24438E (or 0x24438E) is known color: Tory Blue. HEX triplet: 24, 43 and 8E. RGB value is (36,67,142). Sum of RGB (Red+Green+Blue) = 36+67+142=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #24438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24438E is #DBBC71. Grayscale: #414141. Windows color (decimal): -14400626 or 9323300. OLE color: 9323300.

HSL color Cylindrical-coordinate representation of color #24438E: hue angle of 222.45º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24438E is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 67 142 -
CMYK 0.75 0.53 0 0.44
HSL 222.45º 0.6% 0.35% -
HSV(B) 222.45º 0.75% 0.56% -
XYZ 7.62 6.34 26.41 -
YUV 66.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 36 67 142 0.75 0.53 0 0.44 222.45 0.6 0.35
Hex 24 43 8E 4B 35 0 2C DE 3C 23
Octal 44 103 216 113 65 0 54 336 74 43
Binary 100100 1000011 10001110 1001011 110101 0 101100 11011110 111100 100011

Color Harmonies of #24438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24438E

Black with #24438E

Text Example


Text Example

White with #24438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24438E; }

 p { color: rgb(36,67,142); }

 H1.HeaderClassName
 {
   color: #24438E;
 }
 .AnyTagClassName
 {
   color: #24438E;
 }
</style>

background-color css

<style>
 a { background-color: #24438E; }

 a { background-color: rgb(36,67,142); }

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

border-color css

<style>
 span { border-color: #24438E; }

 span { border-color: rgb(36,67,142); }

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