Html Css Color HEX #24558E Endeavour

📋 copy color: '#24558E'

red 36 ◦ green 85 ◦ blue 142

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

Shades of Endeavour #24558E

Tints of Endeavour #24558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

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

R = 13.69%
G = 32.32%
B = 53.99%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24558E (or 0x24558E) is known color: Endeavour. HEX triplet: 24, 55 and 8E. RGB value is (36,85,142). Sum of RGB (Red+Green+Blue) = 36+85+142=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #24558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24558E is #DBAA71. Grayscale: #4C4C4C. Windows color (decimal): -14396018 or 9327908. OLE color: 9327908.

HSL color Cylindrical-coordinate representation of color #24558E: hue angle of 212.26º 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 #24558E is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 85 142 -
CMYK 0.75 0.40 0 0.44
HSL 212.26º 0.6% 0.35% -
HSV(B) 212.26º 0.75% 0.56% -
XYZ 8.86 8.83 26.83 -
YUV 76.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 36 85 142 0.75 0.40 0 0.44 212.26 0.6 0.35
Hex 24 55 8E 4B 28 0 2C D4 3C 23
Octal 44 125 216 113 50 0 54 324 74 43
Binary 100100 1010101 10001110 1001011 101000 0 101100 11010100 111100 100011

Color Harmonies of #24558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24558E

Black with #24558E

Text Example


Text Example

White with #24558E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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