#20496E

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

Shades of Arapawa #20496E

Tints of Arapawa #20496E

Color information

#20496E (or 0x20496E) is unknown color: approx Arapawa. HEX triplet: 20, 49 and 6E. RGB value is (32,73,110). Sum of RGB (Red+Green+Blue) = 32+73+110=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #20496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20496E is #DFB691. Grayscale: #404040. Windows color (decimal): -14661266 or 7227680. OLE color: 7227680.

HSL color Cylindrical-coordinate representation of color #20496E: hue angle of 208.46º 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 #20496E is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3273110-
CMYK0.710.3400.57
HSL208.46º54.93%27.84%-
HSV(B)208.46º70.91%43.14%-
XYZ5.796.215.64-
YUV64.96153.42104.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=14.88%
G=33.95%
B=51.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32731100.710.3400.57208.4654.9327.84
Hex20496E4722039d0371c
Octal40111156107420713206734
Binary10000010010011101110100011110001001110011101000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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