#285797

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

Shades of Endeavour #285797

Tints of Endeavour #285797

Color information

#285797 (or 0x285797) is unknown color: approx Endeavour. HEX triplet: 28, 57 and 97. RGB value is (40,87,151). Sum of RGB (Red+Green+Blue) = 40+87+151=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #285797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285797 is #D7A868. Grayscale: #4F4F4F. Windows color (decimal): -14133353 or 9918248. OLE color: 9918248.

HSL color Cylindrical-coordinate representation of color #285797: hue angle of 214.59º 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 #285797 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4087151-
CMYK0.740.4200.41
HSL214.59º58.12%37.45%-
HSV(B)214.59º73.51%59.22%-
XYZ9.879.530.59-
YUV80.24167.9399.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 151 (59.38% from 255) = 54.32%
R=14.39%
G=31.29%
B=54.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40871510.740.4200.41214.5958.1237.45
Hex2857974A2A029d73a25
Octal50127227112520513277245
Binary1010001010111100101111001010101010010100111010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285797; }

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

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

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

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

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

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

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

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