#285F97

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

Shades of Endeavour #285F97

Tints of Endeavour #285F97

Color information

#285F97 (or 0x285F97) is unknown color: approx Endeavour. HEX triplet: 28, 5F and 97. RGB value is (40,95,151). Sum of RGB (Red+Green+Blue) = 40+95+151=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #285F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285F97 is #D7A068. Grayscale: #545454. Windows color (decimal): -14131305 or 9920296. OLE color: 9920296.

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

Color convert

RGB4095151-
CMYK0.740.3700.41
HSL210.27º58.12%37.45%-
HSV(B)210.27º73.51%59.22%-
XYZ10.5510.8730.82-
YUV84.94165.2895.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 151 (59.38% from 255) = 52.80%
R=13.99%
G=33.22%
B=52.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40951510.740.3700.41210.2758.1237.45
Hex285F974A25029d23a25
Octal50137227112450513227245
Binary1010001011111100101111001010100101010100111010010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,95,151); }

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

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

 a { background-color: rgb(40,95,151); }

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

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

 span { border-color: rgb(40,95,151); }

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