#28578A

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

Shades of Endeavour #28578A

Tints of Endeavour #28578A

Color information

#28578A (or 0x28578A) is unknown color: approx Endeavour. HEX triplet: 28, 57 and 8A. RGB value is (40,87,138). Sum of RGB (Red+Green+Blue) = 40+87+138=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #28578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28578A is #D7A875. Grayscale: #4E4E4E. Windows color (decimal): -14133366 or 9066280. OLE color: 9066280.

HSL color Cylindrical-coordinate representation of color #28578A: hue angle of 211.22º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28578A is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4087138-
CMYK0.710.3700.46
HSL211.22º55.06%34.9%-
HSV(B)211.22º71.01%54.12%-
XYZ8.879.125.33-
YUV78.76161.43100.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=15.09%
G=32.83%
B=52.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40871380.710.3700.46211.2255.0634.9
Hex28578A472502Ed33723
Octal50127212107450563236743
Binary1010001010111100010101000111100101010111011010011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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