Html Css Color HEX #24539C Endeavour

📋 copy color: '#24539C'

red 36 ◦ green 83 ◦ blue 156

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

Shades of Endeavour #24539C

Tints of Endeavour #24539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

 BLUE value IS 156 (61.33% from 255) = 56.73%

R = 13.09%
G = 30.18%
B = 56.73%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24539C (or 0x24539C) is known color: Endeavour. HEX triplet: 24, 53 and 9C. RGB value is (36,83,156). Sum of RGB (Red+Green+Blue) = 36+83+156=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #24539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24539C is #DBAC63. Grayscale: #4C4C4C. Windows color (decimal): -14396516 or 10244900. OLE color: 10244900.

HSL color Cylindrical-coordinate representation of color #24539C: hue angle of 216.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24539C is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 83 156 -
CMYK 0.77 0.47 0 0.39
HSL 216.5º 0.63% 0.38% -
HSV(B) 216.5º 0.77% 0.61% -
XYZ 9.82 8.96 32.66 -
YUV 77.27 172.43 98.56 -
System Red Green Blue C M Y K H S L
Decimal 36 83 156 0.77 0.47 0 0.39 216.5 0.63 0.38
Hex 24 53 9C 4D 2F 0 27 D8 3E 26
Octal 44 123 234 115 57 0 47 330 76 46
Binary 100100 1010011 10011100 1001101 101111 0 100111 11011000 111110 100110

Color Harmonies of #24539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24539C

Black with #24539C

Text Example


Text Example

White with #24539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,83,156); }

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

background-color css

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

 a { background-color: rgb(36,83,156); }

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

border-color css

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

 span { border-color: rgb(36,83,156); }

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