#285695

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

Shades of Endeavour #285695

Tints of Endeavour #285695

Color information

#285695 (or 0x285695) is unknown color: approx Endeavour. HEX triplet: 28, 56 and 95. RGB value is (40,86,149). Sum of RGB (Red+Green+Blue) = 40+86+149=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #285695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285695 is #D7A96A. Grayscale: #4F4F4F. Windows color (decimal): -14133611 or 9786920. OLE color: 9786920.

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

Color convert

RGB4086149-
CMYK0.730.4200.42
HSL214.68º57.67%37.06%-
HSV(B)214.68º73.15%58.43%-
XYZ9.639.2829.72-
YUV79.43167.2699.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 149 (58.59% from 255) = 54.18%
R=14.55%
G=31.27%
B=54.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40861490.730.4200.42214.6857.6737.06
Hex285695492A02Ad73a25
Octal50126225111520523277245
Binary1010001010110100101011001001101010010101011010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285695; }

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

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

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

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

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

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

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

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