#245988

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

Shades of Endeavour #245988

Tints of Endeavour #245988

Color information

#245988 (or 0x245988) is unknown color: approx Endeavour. HEX triplet: 24, 59 and 88. RGB value is (36,89,136). Sum of RGB (Red+Green+Blue) = 36+89+136=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #245988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245988 is #DBA677. Grayscale: #4E4E4E. Windows color (decimal): -14395000 or 8935716. OLE color: 8935716.

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

Color convert

RGB3689136-
CMYK0.740.3500.47
HSL208.2º58.14%33.73%-
HSV(B)208.2º73.53%53.33%-
XYZ8.749.324.63-
YUV78.51160.4497.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.79%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=13.79%
G=34.10%
B=52.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36891360.740.3500.47208.258.1433.73
Hex2459884A2302Fd03a22
Octal44131210112430573207242
Binary1001001011001100010001001010100011010111111010000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245988; }

 p { color: rgb(36,89,136); }

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

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

 a { background-color: rgb(36,89,136); }

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

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

 span { border-color: rgb(36,89,136); }

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