#24559F

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

Shades of Endeavour #24559F

Tints of Endeavour #24559F

Color information

#24559F (or 0x24559F) is unknown color: approx Endeavour. HEX triplet: 24, 55 and 9F. RGB value is (36,85,159). Sum of RGB (Red+Green+Blue) = 36+85+159=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #24559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24559F is #DBAA60. Grayscale: #4E4E4E. Windows color (decimal): -14396001 or 10442020. OLE color: 10442020.

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

Color convert

RGB3685159-
CMYK0.770.4700.38
HSL216.1º63.08%38.24%-
HSV(B)216.1º77.36%62.35%-
XYZ10.239.3834.07-
YUV78.78173.2797.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.86%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 159 (62.5% from 255) = 56.79%
R=12.86%
G=30.36%
B=56.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36851590.770.4700.38216.163.0838.24
Hex24559F4D2F026d83f26
Octal44125237115570463307746
Binary1001001010101100111111001101101111010011011011000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24559F; }

 p { color: rgb(36,85,159); }

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

<style>
 a { background-color: #24559F; }

 a { background-color: rgb(36,85,159); }

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

<style>
 span { border-color: #24559F; }

 span { border-color: rgb(36,85,159); }

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