#285A8E

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

Shades of Endeavour #285A8E

Tints of Endeavour #285A8E

Color information

#285A8E (or 0x285A8E) is unknown color: approx Endeavour. HEX triplet: 28, 5A and 8E. RGB value is (40,90,142). Sum of RGB (Red+Green+Blue) = 40+90+142=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #285A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285A8E is #D7A571. Grayscale: #505050. Windows color (decimal): -14132594 or 9329192. OLE color: 9329192.

HSL color Cylindrical-coordinate representation of color #285A8E: hue angle of 210.59º degrees, saturation: 0.56, 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 #285A8E is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4090142-
CMYK0.720.3700.44
HSL210.59º56.04%35.69%-
HSV(B)210.59º71.83%55.69%-
XYZ9.419.7226.97-
YUV80.98162.4498.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.71%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=14.71%
G=33.09%
B=52.21%

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
Decimal40901420.720.3700.44210.5956.0435.69
Hex285A8E482502Cd33824
Octal50132216110450543237044
Binary1010001011010100011101001000100101010110011010011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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