#28528A

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

Shades of Endeavour #28528A

Tints of Endeavour #28528A

Color information

#28528A (or 0x28528A) is unknown color: approx Endeavour. HEX triplet: 28, 52 and 8A. RGB value is (40,82,138). Sum of RGB (Red+Green+Blue) = 40+82+138=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #28528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28528A is #D7AD75. Grayscale: #4B4B4B. Windows color (decimal): -14134646 or 9065000. OLE color: 9065000.

HSL color Cylindrical-coordinate representation of color #28528A: hue angle of 214.29º 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 #28528A is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4082138-
CMYK0.710.4100.46
HSL214.29º55.06%34.9%-
HSV(B)214.29º71.01%54.12%-
XYZ8.488.3225.2-
YUV75.83163.09102.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.38%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=15.38%
G=31.54%
B=53.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40821380.710.4100.46214.2955.0634.9
Hex28528A472902Ed63723
Octal50122212107510563266743
Binary1010001010010100010101000111101001010111011010110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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