#20496D

Color #20496D Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #20496D

Tints of Arapawa #20496D

Color information

#20496D (or 0x20496D) is unknown color: approx Arapawa. HEX triplet: 20, 49 and 6D. RGB value is (32,73,109). Sum of RGB (Red+Green+Blue) = 32+73+109=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #20496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20496D is #DFB692. Grayscale: #404040. Windows color (decimal): -14661267 or 7162144. OLE color: 7162144.

HSL color Cylindrical-coordinate representation of color #20496D: hue angle of 208.05º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20496D is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3273109-
CMYK0.710.3300.57
HSL208.05º54.61%27.65%-
HSV(B)208.05º70.64%42.75%-
XYZ5.746.1815.36-
YUV64.84152.92104.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=14.95%
G=34.11%
B=50.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32731090.710.3300.57208.0554.6127.65
Hex20496D4721039d0371c
Octal40111155107410713206734
Binary10000010010011101101100011110000101110011101000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20496D; }

 p { color: rgb(32,73,109); }

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

<style>
 a { background-color: #20496D; }

 a { background-color: rgb(32,73,109); }

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

<style>
 span { border-color: #20496D; }

 span { border-color: rgb(32,73,109); }

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