#245886

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

Shades of Endeavour #245886

Tints of Endeavour #245886

Color information

#245886 (or 0x245886) is unknown color: approx Endeavour. HEX triplet: 24, 58 and 86. RGB value is (36,88,134). Sum of RGB (Red+Green+Blue) = 36+88+134=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #245886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245886 is #DBA779. Grayscale: #4D4D4D. Windows color (decimal): -14395258 or 8804388. OLE color: 8804388.

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

Color convert

RGB3688134-
CMYK0.730.3400.47
HSL208.16º57.65%33.33%-
HSV(B)208.16º73.13%52.55%-
XYZ8.529.0823.86-
YUV77.7159.7798.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=13.95%
G=34.11%
B=51.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36881340.730.3400.47208.1657.6533.33
Hex245886492202Fd03a21
Octal44130206111420573207241
Binary1001001011000100001101001001100010010111111010000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245886; }

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

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

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

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

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

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

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

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