Html Css Color HEX #24529C Endeavour

📋 copy color: '#24529C'

red 36 ◦ green 82 ◦ blue 156

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

Shades of Endeavour #24529C

Tints of Endeavour #24529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 13.14%
G = 29.93%
B = 56.93%

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

#24529C (or 0x24529C) is known color: Endeavour. HEX triplet: 24, 52 and 9C. RGB value is (36,82,156). Sum of RGB (Red+Green+Blue) = 36+82+156=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #24529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24529C is #DBAD63. Grayscale: #4C4C4C. Windows color (decimal): -14396772 or 10244644. OLE color: 10244644.

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

Color convert

RGB 36 82 156 -
CMYK 0.77 0.47 0 0.39
HSL 217º 0.63% 0.38% -
HSV(B) 217º 0.77% 0.61% -
XYZ 9.75 8.81 32.64 -
YUV 76.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 36 82 156 0.77 0.47 0 0.39 217 0.63 0.38
Hex 24 52 9C 4D 2F 0 27 D9 3E 26
Octal 44 122 234 115 57 0 47 331 76 46
Binary 100100 1010010 10011100 1001101 101111 0 100111 11011001 111110 100110

Color Harmonies of #24529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24529C

Black with #24529C

Text Example


Text Example

White with #24529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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