#28588E

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

Shades of Endeavour #28588E

Tints of Endeavour #28588E

Color information

#28588E (or 0x28588E) is unknown color: approx Endeavour. HEX triplet: 28, 58 and 8E. RGB value is (40,88,142). Sum of RGB (Red+Green+Blue) = 40+88+142=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #28588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28588E is #D7A771. Grayscale: #4F4F4F. Windows color (decimal): -14133106 or 9328680. OLE color: 9328680.

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

Color convert

RGB4088142-
CMYK0.720.3800.44
HSL211.76º56.04%35.69%-
HSV(B)211.76º71.83%55.69%-
XYZ9.259.3826.92-
YUV79.8163.199.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=14.81%
G=32.59%
B=52.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40881420.720.3800.44211.7656.0435.69
Hex28588E482602Cd43824
Octal50130216110460543247044
Binary1010001011000100011101001000100110010110011010100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28588E; }

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

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

<style>
 a { background-color: #28588E; }

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

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

<style>
 span { border-color: #28588E; }

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

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