#20549C

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

Shades of Endeavour #20549C

Tints of Endeavour #20549C

Color information

#20549C (or 0x20549C) is unknown color: approx Endeavour. HEX triplet: 20, 54 and 9C. RGB value is (32,84,156). Sum of RGB (Red+Green+Blue) = 32+84+156=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #20549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20549C is #DFAB63. Grayscale: #4C4C4C. Windows color (decimal): -14658404 or 10245152. OLE color: 10245152.

HSL color Cylindrical-coordinate representation of color #20549C: hue angle of 214.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20549C is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3284156-
CMYK0.790.4600.39
HSL214.84º65.96%36.86%-
HSV(B)214.84º79.49%61.18%-
XYZ9.779.0532.68-
YUV76.66172.7796.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.76%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 156 (61.33% from 255) = 57.35%
R=11.76%
G=30.88%
B=57.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32841560.790.4600.39214.8465.9636.86
Hex20549C4F2E027d74225
Octal401242341175604732710245
Binary10000010101001001110010011111011100100111110101111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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