#20466C

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

Shades of Arapawa #20466C

Tints of Arapawa #20466C

Color information

#20466C (or 0x20466C) is unknown color: approx Arapawa. HEX triplet: 20, 46 and 6C. RGB value is (32,70,108). Sum of RGB (Red+Green+Blue) = 32+70+108=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #20466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20466C is #DFB993. Grayscale: #3E3E3E. Windows color (decimal): -14662036 or 7095840. OLE color: 7095840.

HSL color Cylindrical-coordinate representation of color #20466C: hue angle of 210º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20466C is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3270108-
CMYK0.700.3500.58
HSL210º54.29%27.45%-
HSV(B)210º70.37%42.35%-
XYZ5.495.7715.01-
YUV62.97153.41105.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.24%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=15.24%
G=33.33%
B=51.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32701080.700.3500.5821054.2927.45
Hex20466C462303Ad2361b
Octal40106154106430723226633
Binary10000010001101101100100011010001101110101101001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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