#285B8E

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

Shades of Endeavour #285B8E

Tints of Endeavour #285B8E

Color information

#285B8E (or 0x285B8E) is unknown color: approx Endeavour. HEX triplet: 28, 5B and 8E. RGB value is (40,91,142). Sum of RGB (Red+Green+Blue) = 40+91+142=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #285B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B8E is #D7A471. Grayscale: #515151. Windows color (decimal): -14132338 or 9329448. OLE color: 9329448.

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

Color convert

RGB4091142-
CMYK0.720.3600.44
HSL210º56.04%35.69%-
HSV(B)210º71.83%55.69%-
XYZ9.59.8927-
YUV81.56162.198.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=14.65%
G=33.33%
B=52.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40911420.720.3600.4421056.0435.69
Hex285B8E482402Cd23824
Octal50133216110440543227044
Binary1010001011011100011101001000100100010110011010010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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