#28529E

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

Shades of Endeavour #28529E

Tints of Endeavour #28529E

Color information

#28529E (or 0x28529E) is unknown color: approx Endeavour. HEX triplet: 28, 52 and 9E. RGB value is (40,82,158). Sum of RGB (Red+Green+Blue) = 40+82+158=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #28529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28529E is #D7AD61. Grayscale: #4D4D4D. Windows color (decimal): -14134626 or 10375720. OLE color: 10375720.

HSL color Cylindrical-coordinate representation of color #28529E: hue angle of 218.64º 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 #28529E is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4082158-
CMYK0.750.4800.38
HSL218.64º59.6%38.82%-
HSV(B)218.64º74.68%61.96%-
XYZ10.068.9533.55-
YUV78.11173.09100.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.29%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=14.29%
G=29.29%
B=56.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal40821580.750.4800.38218.6459.638.82
Hex28529E4B30026db3c27
Octal50122236113600463337447
Binary1010001010010100111101001011110000010011011011011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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