#285d9e

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

Shades of Endeavour #285D9E

Tints of Endeavour #285D9E

Color information

#285D9E (or 0x285D9E) is unknown color: approx Endeavour. HEX triplet: 28, 5D and 9E. RGB value is (40,93,158). Sum of RGB (Red+Green+Blue) = 40+93+158=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #285D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285D9E is #D7A261. Grayscale: #545454. Windows color (decimal): -14131810 or 10378536. OLE color: 10378536.

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

Color convert

RGB4093158-
CMYK0.750.4100.38
HSL213.05º59.6%38.82%-
HSV(B)213.05º74.68%61.96%-
XYZ10.9610.7533.84-
YUV84.56169.4496.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=13.75%
G=31.96%
B=54.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40931580.750.4100.38213.0559.638.82
Hex285D9E4B29026d53c27
Octal50135236113510463257447
Binary1010001011101100111101001011101001010011011010101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285d9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,93,158); }

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

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

 a { background-color: rgb(40,93,158); }

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

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

 span { border-color: rgb(40,93,158); }

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