#285E9A

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

Shades of Endeavour #285E9A

Tints of Endeavour #285E9A

Color information

#285E9A (or 0x285E9A) is unknown color: approx Endeavour. HEX triplet: 28, 5E and 9A. RGB value is (40,94,154). Sum of RGB (Red+Green+Blue) = 40+94+154=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #285E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285E9A is #D7A165. Grayscale: #545454. Windows color (decimal): -14131558 or 10116648. OLE color: 10116648.

HSL color Cylindrical-coordinate representation of color #285E9A: hue angle of 211.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285E9A is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4094154-
CMYK0.740.3900.40
HSL211.58º58.76%38.04%-
HSV(B)211.58º74.03%60.39%-
XYZ10.7110.7932.09-
YUV84.69167.1196.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=13.89%
G=32.64%
B=53.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40941540.740.3900.40211.5858.7638.04
Hex285E9A4A27028d43b26
Octal50136232112470503247346
Binary1010001011110100110101001010100111010100011010100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,94,154); }

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

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

 a { background-color: rgb(40,94,154); }

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

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

 span { border-color: rgb(40,94,154); }

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