Html Css Color HEX #24608E Endeavour

📋 copy color: '#24608E'

red 36 ◦ green 96 ◦ blue 142

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

Shades of Endeavour #24608E

Tints of Endeavour #24608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 13.14%
G = 35.04%
B = 51.82%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24608E (or 0x24608E) is known color: Endeavour. HEX triplet: 24, 60 and 8E. RGB value is (36,96,142). Sum of RGB (Red+Green+Blue) = 36+96+142=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #24608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24608E is #DB9F71. Grayscale: #535353. Windows color (decimal): -14393202 or 9330724. OLE color: 9330724.

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

Color convert

RGB 36 96 142 -
CMYK 0.75 0.32 0 0.44
HSL 206.04º 0.6% 0.35% -
HSV(B) 206.04º 0.75% 0.56% -
XYZ 9.79 10.69 27.14 -
YUV 83.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 36 96 142 0.75 0.32 0 0.44 206.04 0.6 0.35
Hex 24 60 8E 4B 20 0 2C CE 3C 23
Octal 44 140 216 113 40 0 54 316 74 43
Binary 100100 1100000 10001110 1001011 100000 0 101100 11001110 111100 100011

Color Harmonies of #24608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24608E

Black with #24608E

Text Example


Text Example

White with #24608E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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