#20549E

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

Shades of Endeavour #20549E

Tints of Endeavour #20549E

Color information

#20549E (or 0x20549E) is unknown color: approx Endeavour. HEX triplet: 20, 54 and 9E. RGB value is (32,84,158). Sum of RGB (Red+Green+Blue) = 32+84+158=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #20549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20549E is #DFAB61. Grayscale: #4C4C4C. Windows color (decimal): -14658402 or 10376224. OLE color: 10376224.

HSL color Cylindrical-coordinate representation of color #20549E: hue angle of 215.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20549E is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3284158-
CMYK0.800.4700.38
HSL215.24º66.32%37.25%-
HSV(B)215.24º79.75%61.96%-
XYZ9.949.1233.58-
YUV76.89173.7795.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=11.68%
G=30.66%
B=57.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32841580.800.4700.38215.2466.3237.25
Hex20549E502F026d74225
Octal401242361205704632710245
Binary10000010101001001111010100001011110100110110101111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,84,158); }

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

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

 a { background-color: rgb(32,84,158); }

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

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

 span { border-color: rgb(32,84,158); }

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