#285C87

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

Shades of Endeavour #285C87

Tints of Endeavour #285C87

Color information

#285C87 (or 0x285C87) is unknown color: approx Endeavour. HEX triplet: 28, 5C and 87. RGB value is (40,92,135). Sum of RGB (Red+Green+Blue) = 40+92+135=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #285C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C87 is #D7A378. Grayscale: #515151. Windows color (decimal): -14132089 or 8870952. OLE color: 8870952.

HSL color Cylindrical-coordinate representation of color #285C87: hue angle of 207.16º 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 #285C87 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4092135-
CMYK0.700.3200.47
HSL207.16º54.29%34.31%-
HSV(B)207.16º70.37%52.94%-
XYZ9.089.8524.35-
YUV81.35158.2798.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.98%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=14.98%
G=34.46%
B=50.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40921350.700.3200.47207.1654.2934.31
Hex285C87462002Fcf3622
Octal50134207106400573176642
Binary1010001011100100001111000110100000010111111001111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285C87; }

 p { color: rgb(40,92,135); }

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

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

 a { background-color: rgb(40,92,135); }

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

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

 span { border-color: rgb(40,92,135); }

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