Html Css Color HEX #24608C Endeavour

📋 copy color: '#24608C'

red 36 ◦ green 96 ◦ blue 140

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

Shades of Endeavour #24608C

Tints of Endeavour #24608C

RGB

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

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

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

R = 13.24%
G = 35.29%
B = 51.47%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24608C (or 0x24608C) is known color: Endeavour. HEX triplet: 24, 60 and 8C. RGB value is (36,96,140). Sum of RGB (Red+Green+Blue) = 36+96+140=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #24608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24608C is #DB9F73. Grayscale: #525252. Windows color (decimal): -14393204 or 9199652. OLE color: 9199652.

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

Color convert

RGB 36 96 140 -
CMYK 0.74 0.31 0 0.45
HSL 205.38º 0.59% 0.35% -
HSV(B) 205.38º 0.74% 0.55% -
XYZ 9.64 10.63 26.36 -
YUV 83.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 36 96 140 0.74 0.31 0 0.45 205.38 0.59 0.35
Hex 24 60 8C 4A 1F 0 2D CD 3B 23
Octal 44 140 214 112 37 0 55 315 73 43
Binary 100100 1100000 10001100 1001010 11111 0 101101 11001101 111011 100011

Color Harmonies of #24608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24608C

Black with #24608C

Text Example


Text Example

White with #24608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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