Html Css Color HEX #24599D Endeavour

📋 copy color: '#24599D'

red 36 ◦ green 89 ◦ blue 157

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

Shades of Endeavour #24599D

Tints of Endeavour #24599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.67%

R = 12.77%
G = 31.56%
B = 55.67%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24599D (or 0x24599D) is known color: Endeavour. HEX triplet: 24, 59 and 9D. RGB value is (36,89,157). Sum of RGB (Red+Green+Blue) = 36+89+157=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #24599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24599D is #DBA662. Grayscale: #505050. Windows color (decimal): -14394979 or 10311972. OLE color: 10311972.

HSL color Cylindrical-coordinate representation of color #24599D: hue angle of 213.72º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24599D is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 89 157 -
CMYK 0.77 0.43 0 0.38
HSL 213.72º 0.63% 0.38% -
HSV(B) 213.72º 0.77% 0.62% -
XYZ 10.39 9.95 33.27 -
YUV 80.91 170.94 95.97 -
System Red Green Blue C M Y K H S L
Decimal 36 89 157 0.77 0.43 0 0.38 213.72 0.63 0.38
Hex 24 59 9D 4D 2B 0 26 D6 3F 26
Octal 44 131 235 115 53 0 46 326 77 46
Binary 100100 1011001 10011101 1001101 101011 0 100110 11010110 111111 100110

Color Harmonies of #24599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24599D

Black with #24599D

Text Example


Text Example

White with #24599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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