#285896

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

Shades of Endeavour #285896

Tints of Endeavour #285896

Color information

#285896 (or 0x285896) is unknown color: approx Endeavour. HEX triplet: 28, 58 and 96. RGB value is (40,88,150). Sum of RGB (Red+Green+Blue) = 40+88+150=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #285896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285896 is #D7A769. Grayscale: #505050. Windows color (decimal): -14133098 or 9852968. OLE color: 9852968.

HSL color Cylindrical-coordinate representation of color #285896: hue angle of 213.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285896 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4088150-
CMYK0.730.4100.41
HSL213.82º57.89%37.25%-
HSV(B)213.82º73.33%58.82%-
XYZ9.879.6330.19-
YUV80.72167.198.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=14.39%
G=31.65%
B=53.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40881500.730.4100.41213.8257.8937.25
Hex2858964929029d63a25
Octal50130226111510513267245
Binary1010001011000100101101001001101001010100111010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285896; }

 p { color: rgb(40,88,150); }

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

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

 a { background-color: rgb(40,88,150); }

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

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

 span { border-color: rgb(40,88,150); }

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