#245589

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

Shades of Endeavour #245589

Tints of Endeavour #245589

Color information

#245589 (or 0x245589) is unknown color: approx Endeavour. HEX triplet: 24, 55 and 89. RGB value is (36,85,137). Sum of RGB (Red+Green+Blue) = 36+85+137=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #245589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245589 is #DBAA76. Grayscale: #4C4C4C. Windows color (decimal): -14396023 or 9000228. OLE color: 9000228.

HSL color Cylindrical-coordinate representation of color #245589: hue angle of 210.89º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245589 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3685137-
CMYK0.740.3800.46
HSL210.89º58.38%33.92%-
HSV(B)210.89º73.72%53.73%-
XYZ8.498.6824.89-
YUV76.28162.2799.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=13.95%
G=32.95%
B=53.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36851370.740.3800.46210.8958.3833.92
Hex2455894A2602Ed33a22
Octal44125211112460563237242
Binary1001001010101100010011001010100110010111011010011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245589; }

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

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

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

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

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

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

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

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