Html Css Color HEX #24599C Endeavour

📋 copy color: '#24599C'

red 36 ◦ green 89 ◦ blue 156

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

Shades of Endeavour #24599C

Tints of Endeavour #24599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 12.81%
G = 31.67%
B = 55.52%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24599C (or 0x24599C) is known color: Endeavour. HEX triplet: 24, 59 and 9C. RGB value is (36,89,156). Sum of RGB (Red+Green+Blue) = 36+89+156=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #24599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24599C is #DBA663. Grayscale: #505050. Windows color (decimal): -14394980 or 10246436. OLE color: 10246436.

HSL color Cylindrical-coordinate representation of color #24599C: hue angle of 213.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 #24599C is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 89 156 -
CMYK 0.77 0.43 0 0.39
HSL 213.5º 0.63% 0.38% -
HSV(B) 213.5º 0.77% 0.61% -
XYZ 10.3 9.92 32.82 -
YUV 80.79 170.44 96.05 -
System Red Green Blue C M Y K H S L
Decimal 36 89 156 0.77 0.43 0 0.39 213.5 0.63 0.38
Hex 24 59 9C 4D 2B 0 27 D6 3E 26
Octal 44 131 234 115 53 0 47 326 76 46
Binary 100100 1011001 10011100 1001101 101011 0 100111 11010110 111110 100110

Color Harmonies of #24599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24599C

Black with #24599C

Text Example


Text Example

White with #24599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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