#285497

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

Shades of Endeavour #285497

Tints of Endeavour #285497

Color information

#285497 (or 0x285497) is unknown color: approx Endeavour. HEX triplet: 28, 54 and 97. RGB value is (40,84,151). Sum of RGB (Red+Green+Blue) = 40+84+151=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #285497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285497 is #D7AB68. Grayscale: #4E4E4E. Windows color (decimal): -14134121 or 9917480. OLE color: 9917480.

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

Color convert

RGB4084151-
CMYK0.740.4400.41
HSL216.22º58.12%37.45%-
HSV(B)216.22º73.51%59.22%-
XYZ9.639.0330.51-
YUV78.48168.92100.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 151 (59.38% from 255) = 54.91%
R=14.55%
G=30.55%
B=54.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40841510.740.4400.41216.2258.1237.45
Hex2854974A2C029d83a25
Octal50124227112540513307245
Binary1010001010100100101111001010101100010100111011000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285497; }

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

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

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

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

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

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

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

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