#28508E

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

Shades of Endeavour #28508E

Tints of Endeavour #28508E

Color information

#28508E (or 0x28508E) is unknown color: approx Endeavour. HEX triplet: 28, 50 and 8E. RGB value is (40,80,142). Sum of RGB (Red+Green+Blue) = 40+80+142=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #28508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28508E is #D7AF71. Grayscale: #4A4A4A. Windows color (decimal): -14135154 or 9326632. OLE color: 9326632.

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

Color convert

RGB4080142-
CMYK0.720.4400.44
HSL216.47º56.04%35.69%-
HSV(B)216.47º71.83%55.69%-
XYZ8.638.1426.71-
YUV75.11165.75102.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 142 (55.86% from 255) = 54.20%
R=15.27%
G=30.53%
B=54.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40801420.720.4400.44216.4756.0435.69
Hex28508E482C02Cd83824
Octal50120216110540543307044
Binary1010001010000100011101001000101100010110011011000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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