Html Css Color HEX #24599F Endeavour

📋 copy color: '#24599F'

red 36 ◦ green 89 ◦ blue 159

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

Shades of Endeavour #24599F

Tints of Endeavour #24599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.99%

R = 12.68%
G = 31.34%
B = 55.99%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24599F (or 0x24599F) is known color: Endeavour. HEX triplet: 24, 59 and 9F. RGB value is (36,89,159). Sum of RGB (Red+Green+Blue) = 36+89+159=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #24599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24599F is #DBA660. Grayscale: #505050. Windows color (decimal): -14394977 or 10443044. OLE color: 10443044.

HSL color Cylindrical-coordinate representation of color #24599F: hue angle of 214.15º 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 #24599F is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 89 159 -
CMYK 0.77 0.44 0 0.38
HSL 214.15º 0.63% 0.38% -
HSV(B) 214.15º 0.77% 0.62% -
XYZ 10.56 10.02 34.18 -
YUV 81.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 36 89 159 0.77 0.44 0 0.38 214.15 0.63 0.38
Hex 24 59 9F 4D 2C 0 26 D6 3F 26
Octal 44 131 237 115 54 0 46 326 77 46
Binary 100100 1011001 10011111 1001101 101100 0 100110 11010110 111111 100110

Color Harmonies of #24599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24599F

Black with #24599F

Text Example


Text Example

White with #24599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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