#28579E

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

Shades of Endeavour #28579E

Tints of Endeavour #28579E

Color information

#28579E (or 0x28579E) is unknown color: approx Endeavour. HEX triplet: 28, 57 and 9E. RGB value is (40,87,158). Sum of RGB (Red+Green+Blue) = 40+87+158=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #28579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28579E is #D7A861. Grayscale: #505050. Windows color (decimal): -14133346 or 10377000. OLE color: 10377000.

HSL color Cylindrical-coordinate representation of color #28579E: hue angle of 216.1º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28579E is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4087158-
CMYK0.750.4500.38
HSL216.1º59.6%38.82%-
HSV(B)216.1º74.68%61.96%-
XYZ10.459.7433.68-
YUV81.04171.4398.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=14.04%
G=30.53%
B=55.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40871580.750.4500.38216.159.638.82
Hex28579E4B2D026d83c27
Octal50127236113550463307447
Binary1010001010111100111101001011101101010011011011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,87,158); }

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

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

 a { background-color: rgb(40,87,158); }

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

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

 span { border-color: rgb(40,87,158); }

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