#24529D

Color #24529D Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #24529D

Tints of Endeavour #24529D

Color information

#24529D (or 0x24529D) is unknown color: approx Endeavour. HEX triplet: 24, 52 and 9D. RGB value is (36,82,157). Sum of RGB (Red+Green+Blue) = 36+82+157=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #24529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24529D is #DBAD62. Grayscale: #4C4C4C. Windows color (decimal): -14396771 or 10310180. OLE color: 10310180.

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

Color convert

RGB3682157-
CMYK0.770.4800.38
HSL217.19º62.69%37.84%-
HSV(B)217.19º77.07%61.57%-
XYZ9.838.8433.09-
YUV76.8173.2698.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.09%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=13.09%
G=29.82%
B=57.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36821570.770.4800.38217.1962.6937.84
Hex24529D4D30026d93f26
Octal44122235115600463317746
Binary1001001010010100111011001101110000010011011011001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24529D;
 }
 .AnyTagClassName
 {
   color: #24529D;
 }
</style>
background-color css

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

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

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

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

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

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