#24529B

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

Shades of Endeavour #24529B

Tints of Endeavour #24529B

Color information

#24529B (or 0x24529B) is unknown color: approx 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

RGB3682155-
CMYK0.770.4700.39
HSL216.81º62.3%37.45%-
HSV(B)216.81º76.77%60.78%-
XYZ9.668.7832.2-
YUV76.57172.2699.06-

RGB Variations

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

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 (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36821550.770.4700.39216.8162.337.45
Hex24529B4D2F027d93e25
Octal44122233115570473317645
Binary1001001010010100110111001101101111010011111011001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>