#20466D

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

Shades of Arapawa #20466D

Tints of Arapawa #20466D

Color information

#20466D (or 0x20466D) is unknown color: approx Arapawa. HEX triplet: 20, 46 and 6D. RGB value is (32,70,109). Sum of RGB (Red+Green+Blue) = 32+70+109=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #20466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20466D is #DFB992. Grayscale: #3E3E3E. Windows color (decimal): -14662035 or 7161376. OLE color: 7161376.

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

Color convert

RGB3270109-
CMYK0.710.3600.57
HSL210.39º54.61%27.65%-
HSV(B)210.39º70.64%42.75%-
XYZ5.555.7915.29-
YUV63.08153.91105.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=15.17%
G=33.18%
B=51.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32701090.710.3600.57210.3954.6127.65
Hex20466D4724039d2371c
Octal40106155107440713226734
Binary10000010001101101101100011110010001110011101001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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