#285B9A

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

Shades of Endeavour #285B9A

Tints of Endeavour #285B9A

Color information

#285B9A (or 0x285B9A) is unknown color: approx Endeavour. HEX triplet: 28, 5B and 9A. RGB value is (40,91,154). Sum of RGB (Red+Green+Blue) = 40+91+154=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #285B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B9A is #D7A465. Grayscale: #525252. Windows color (decimal): -14132326 or 10115880. OLE color: 10115880.

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

Color convert

RGB4091154-
CMYK0.740.4100.40
HSL213.16º58.76%38.04%-
HSV(B)213.16º74.03%60.39%-
XYZ10.4510.2732-
YUV82.93168.197.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 154 (60.55% from 255) = 54.04%
R=14.04%
G=31.93%
B=54.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40911540.740.4100.40213.1658.7638.04
Hex285B9A4A29028d53b26
Octal50133232112510503257346
Binary1010001011011100110101001010101001010100011010101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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