#285688

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

Shades of Endeavour #285688

Tints of Endeavour #285688

Color information

#285688 (or 0x285688) is unknown color: approx Endeavour. HEX triplet: 28, 56 and 88. RGB value is (40,86,136). Sum of RGB (Red+Green+Blue) = 40+86+136=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #285688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285688 is #D7A977. Grayscale: #4D4D4D. Windows color (decimal): -14133624 or 8934952. OLE color: 8934952.

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

Color convert

RGB4086136-
CMYK0.710.3700.47
HSL211.25º54.55%34.51%-
HSV(B)211.25º70.59%53.33%-
XYZ8.658.8824.55-
YUV77.95160.76100.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=15.27%
G=32.82%
B=51.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40861360.710.3700.47211.2554.5534.51
Hex285688472502Fd33723
Octal50126210107450573236743
Binary1010001010110100010001000111100101010111111010011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285688; }

 p { color: rgb(40,86,136); }

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

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

 a { background-color: rgb(40,86,136); }

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

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

 span { border-color: rgb(40,86,136); }

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