Html Css Color HEX #24559B Endeavour

📋 copy color: '#24559B'

red 36 ◦ green 85 ◦ blue 155

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

Shades of Endeavour #24559B

Tints of Endeavour #24559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 155 (60.94% from 255) = 56.16%

R = 13.04%
G = 30.8%
B = 56.16%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24559B (or 0x24559B) is known color: Endeavour. HEX triplet: 24, 55 and 9B. RGB value is (36,85,155). Sum of RGB (Red+Green+Blue) = 36+85+155=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #24559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24559B is #DBAA64. Grayscale: #4E4E4E. Windows color (decimal): -14396005 or 10179876. OLE color: 10179876.

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

Color convert

RGB 36 85 155 -
CMYK 0.77 0.45 0 0.39
HSL 215.29º 0.62% 0.37% -
HSV(B) 215.29º 0.77% 0.61% -
XYZ 9.89 9.24 32.27 -
YUV 78.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 36 85 155 0.77 0.45 0 0.39 215.29 0.62 0.37
Hex 24 55 9B 4D 2D 0 27 D7 3E 25
Octal 44 125 233 115 55 0 47 327 76 45
Binary 100100 1010101 10011011 1001101 101101 0 100111 11010111 111110 100101

Color Harmonies of #24559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24559B

Black with #24559B

Text Example


Text Example

White with #24559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24559B; }

 p { color: rgb(36,85,155); }

 H1.HeaderClassName
 {
   color: #24559B;
 }
 .AnyTagClassName
 {
   color: #24559B;
 }
</style>

background-color css

<style>
 a { background-color: #24559B; }

 a { background-color: rgb(36,85,155); }

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

border-color css

<style>
 span { border-color: #24559B; }

 span { border-color: rgb(36,85,155); }

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