#24589F

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

Shades of Endeavour #24589F

Tints of Endeavour #24589F

Color information

#24589F (or 0x24589F) is unknown color: approx Endeavour. HEX triplet: 24, 58 and 9F. RGB value is (36,88,159). Sum of RGB (Red+Green+Blue) = 36+88+159=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #24589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24589F is #DBA760. Grayscale: #505050. Windows color (decimal): -14395233 or 10442788. OLE color: 10442788.

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

Color convert

RGB3688159-
CMYK0.770.4500.38
HSL214.63º63.08%38.24%-
HSV(B)214.63º77.36%62.35%-
XYZ10.489.8634.15-
YUV80.55172.2796.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.72%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 159 (62.5% from 255) = 56.18%
R=12.72%
G=31.10%
B=56.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36881590.770.4500.38214.6363.0838.24
Hex24589F4D2D026d73f26
Octal44130237115550463277746
Binary1001001011000100111111001101101101010011011010111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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