Html Css Color HEX #24529B Endeavour

📋 copy color: '#24529B'

red 36 ◦ green 82 ◦ blue 155

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

Shades of Endeavour #24529B

Tints of Endeavour #24529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 13.19%
G = 30.04%
B = 56.78%

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

#24529B (or 0x24529B) is known color: Endeavour. HEX triplet: 24, 52 and 9B. RGB value is (36,82,155). Sum of RGB (Red+Green+Blue) = 36+82+155=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #24529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24529B is #DBAD64. Grayscale: #4C4C4C. Windows color (decimal): -14396773 or 10179108. OLE color: 10179108.

HSL color Cylindrical-coordinate representation of color #24529B: hue angle of 216.81º 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 #24529B is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 82 155 -
CMYK 0.77 0.47 0 0.39
HSL 216.81º 0.62% 0.37% -
HSV(B) 216.81º 0.77% 0.61% -
XYZ 9.66 8.78 32.2 -
YUV 76.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 36 82 155 0.77 0.47 0 0.39 216.81 0.62 0.37
Hex 24 52 9B 4D 2F 0 27 D9 3E 25
Octal 44 122 233 115 57 0 47 331 76 45
Binary 100100 1010010 10011011 1001101 101111 0 100111 11011001 111110 100101

Color Harmonies of #24529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24529B

Black with #24529B

Text Example


Text Example

White with #24529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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