#28578D

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

Shades of Endeavour #28578D

Tints of Endeavour #28578D

Color information

#28578D (or 0x28578D) is unknown color: approx Endeavour. HEX triplet: 28, 57 and 8D. RGB value is (40,87,141). Sum of RGB (Red+Green+Blue) = 40+87+141=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #28578D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28578D is #D7A872. Grayscale: #4E4E4E. Windows color (decimal): -14133363 or 9262888. OLE color: 9262888.

HSL color Cylindrical-coordinate representation of color #28578D: hue angle of 212.08º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28578D is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4087141-
CMYK0.720.3800.45
HSL212.08º55.8%35.49%-
HSV(B)212.08º71.63%55.29%-
XYZ9.099.1926.49-
YUV79.1162.93100.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 141 (55.47% from 255) = 52.61%
R=14.93%
G=32.46%
B=52.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40871410.720.3800.45212.0855.835.49
Hex28578D482602Dd43823
Octal50127215110460553247043
Binary1010001010111100011011001000100110010110111010100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28578D; }

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

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

<style>
 a { background-color: #28578D; }

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

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

<style>
 span { border-color: #28578D; }

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

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