#28579C

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

Shades of Endeavour #28579C

Tints of Endeavour #28579C

Color information

#28579C (or 0x28579C) is unknown color: approx Endeavour. HEX triplet: 28, 57 and 9C. RGB value is (40,87,156). Sum of RGB (Red+Green+Blue) = 40+87+156=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #28579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28579C is #D7A863. Grayscale: #505050. Windows color (decimal): -14133348 or 10245928. OLE color: 10245928.

HSL color Cylindrical-coordinate representation of color #28579C: hue angle of 215.69º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28579C is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4087156-
CMYK0.740.4400.39
HSL215.69º59.18%38.43%-
HSV(B)215.69º74.36%61.18%-
XYZ10.289.6732.78-
YUV80.81170.4398.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=14.13%
G=30.74%
B=55.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40871560.740.4400.39215.6959.1838.43
Hex28579C4A2C027d83b26
Octal50127234112540473307346
Binary1010001010111100111001001010101100010011111011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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