Html Css Color HEX #24529E Endeavour

📋 copy color: '#24529E'

red 36 ◦ green 82 ◦ blue 158

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

Shades of Endeavour #24529E

Tints of Endeavour #24529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 13.04%
G = 29.71%
B = 57.25%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24529E (or 0x24529E) is known color: Endeavour. HEX triplet: 24, 52 and 9E. RGB value is (36,82,158). Sum of RGB (Red+Green+Blue) = 36+82+158=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #24529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24529E is #DBAD61. Grayscale: #4C4C4C. Windows color (decimal): -14396770 or 10375716. OLE color: 10375716.

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

Color convert

RGB 36 82 158 -
CMYK 0.77 0.48 0 0.38
HSL 217.38º 0.63% 0.38% -
HSV(B) 217.38º 0.77% 0.62% -
XYZ 9.92 8.88 33.54 -
YUV 76.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 36 82 158 0.77 0.48 0 0.38 217.38 0.63 0.38
Hex 24 52 9E 4D 30 0 26 D9 3F 26
Octal 44 122 236 115 60 0 46 331 77 46
Binary 100100 1010010 10011110 1001101 110000 0 100110 11011001 111111 100110

Color Harmonies of #24529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24529E

Black with #24529E

Text Example


Text Example

White with #24529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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