#28529A

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

Shades of Endeavour #28529A

Tints of Endeavour #28529A

Color information

#28529A (or 0x28529A) is unknown color: approx Endeavour. HEX triplet: 28, 52 and 9A. RGB value is (40,82,154). Sum of RGB (Red+Green+Blue) = 40+82+154=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #28529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28529A is #D7AD65. Grayscale: #4D4D4D. Windows color (decimal): -14134630 or 10113576. OLE color: 10113576.

HSL color Cylindrical-coordinate representation of color #28529A: hue angle of 217.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28529A is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4082154-
CMYK0.740.4700.40
HSL217.89º58.76%38.04%-
HSV(B)217.89º74.03%60.39%-
XYZ9.738.8231.76-
YUV77.65171.09101.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=14.49%
G=29.71%
B=55.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40821540.740.4700.40217.8958.7638.04
Hex28529A4A2F028da3b26
Octal50122232112570503327346
Binary1010001010010100110101001010101111010100011011010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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