#285F8E

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

Shades of Endeavour #285F8E

Tints of Endeavour #285F8E

Color information

#285F8E (or 0x285F8E) is unknown color: approx Endeavour. HEX triplet: 28, 5F and 8E. RGB value is (40,95,142). Sum of RGB (Red+Green+Blue) = 40+95+142=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #285F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285F8E is #D7A071. Grayscale: #535353. Windows color (decimal): -14131314 or 9330472. OLE color: 9330472.

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

Color convert

RGB4095142-
CMYK0.720.3300.44
HSL207.65º56.04%35.69%-
HSV(B)207.65º71.83%55.69%-
XYZ9.8510.5927.12-
YUV83.91160.7896.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.44%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=14.44%
G=34.30%
B=51.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40951420.720.3300.44207.6556.0435.69
Hex285F8E482102Cd03824
Octal50137216110410543207044
Binary1010001011111100011101001000100001010110011010000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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