#285A90

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

Shades of Endeavour #285A90

Tints of Endeavour #285A90

Color information

#285A90 (or 0x285A90) is unknown color: approx Endeavour. HEX triplet: 28, 5A and 90. RGB value is (40,90,144). Sum of RGB (Red+Green+Blue) = 40+90+144=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #285A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285A90 is #D7A56F. Grayscale: #505050. Windows color (decimal): -14132592 or 9460264. OLE color: 9460264.

HSL color Cylindrical-coordinate representation of color #285A90: hue angle of 211.15º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #285A90 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4090144-
CMYK0.720.3700.44
HSL211.15º56.52%36.08%-
HSV(B)211.15º72.22%56.47%-
XYZ9.579.7827.77-
YUV81.21163.4498.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.60%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=14.60%
G=32.85%
B=52.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40901440.720.3700.44211.1556.5236.08
Hex285A90482502Cd33924
Octal50132220110450543237144
Binary1010001011010100100001001000100101010110011010011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,90,144); }

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

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

 a { background-color: rgb(40,90,144); }

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

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

 span { border-color: rgb(40,90,144); }

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