#285186

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

Shades of Endeavour #285186

Tints of Endeavour #285186

Color information

#285186 (or 0x285186) is unknown color: approx Endeavour. HEX triplet: 28, 51 and 86. RGB value is (40,81,134). Sum of RGB (Red+Green+Blue) = 40+81+134=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #285186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285186 is #D7AE79. Grayscale: #4A4A4A. Windows color (decimal): -14134906 or 8802600. OLE color: 8802600.

HSL color Cylindrical-coordinate representation of color #285186: hue angle of 213.83º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285186 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4081134-
CMYK0.700.4000.47
HSL213.83º54.02%34.12%-
HSV(B)213.83º70.15%52.55%-
XYZ8.128.0623.68-
YUV74.78161.42103.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=15.69%
G=31.76%
B=52.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40811340.700.4000.47213.8354.0234.12
Hex285186462802Fd63622
Octal50121206106500573266642
Binary1010001010001100001101000110101000010111111010110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285186; }

 p { color: rgb(40,81,134); }

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

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

 a { background-color: rgb(40,81,134); }

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

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

 span { border-color: rgb(40,81,134); }

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