#20528B

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

Shades of Endeavour #20528B

Tints of Endeavour #20528B

Color information

#20528B (or 0x20528B) is unknown color: approx Endeavour. HEX triplet: 20, 52 and 8B. RGB value is (32,82,139). Sum of RGB (Red+Green+Blue) = 32+82+139=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #20528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20528B is #DFAD74. Grayscale: #494949. Windows color (decimal): -14658933 or 9130528. OLE color: 9130528.

HSL color Cylindrical-coordinate representation of color #20528B: hue angle of 211.96º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20528B is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3282139-
CMYK0.770.4100.45
HSL211.96º62.57%33.53%-
HSV(B)211.96º76.98%54.51%-
XYZ8.278.2125.57-
YUV73.55164.9498.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=12.65%
G=32.41%
B=54.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32821390.770.4100.45211.9662.5733.53
Hex20528B4D2902Dd43f22
Octal40122213115510553247742
Binary1000001010010100010111001101101001010110111010100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20528B; }

 p { color: rgb(32,82,139); }

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

<style>
 a { background-color: #20528B; }

 a { background-color: rgb(32,82,139); }

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

<style>
 span { border-color: #20528B; }

 span { border-color: rgb(32,82,139); }

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