#285996

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

Shades of Endeavour #285996

Tints of Endeavour #285996

Color information

#285996 (or 0x285996) is unknown color: approx Endeavour. HEX triplet: 28, 59 and 96. RGB value is (40,89,150). Sum of RGB (Red+Green+Blue) = 40+89+150=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #285996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285996 is #D7A669. Grayscale: #515151. Windows color (decimal): -14132842 or 9853224. OLE color: 9853224.

HSL color Cylindrical-coordinate representation of color #285996: hue angle of 213.27º 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 #285996 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4089150-
CMYK0.730.4100.41
HSL213.27º57.89%37.25%-
HSV(B)213.27º73.33%58.82%-
XYZ9.959.830.22-
YUV81.3166.7798.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=14.34%
G=31.90%
B=53.76%

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
Decimal40891500.730.4100.41213.2757.8937.25
Hex2859964929029d53a25
Octal50131226111510513257245
Binary1010001011001100101101001001101001010100111010101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285996; }

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

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

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

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

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

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

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

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