#20486B

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

Shades of Arapawa #20486B

Tints of Arapawa #20486B

Color information

#20486B (or 0x20486B) is unknown color: approx Arapawa. HEX triplet: 20, 48 and 6B. RGB value is (32,72,107). Sum of RGB (Red+Green+Blue) = 32+72+107=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 107 (42.19% from 255 or 50.71% from 211); Max value from RGB is 107 - color contains mainly: blue. Hex color #20486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20486B is #DFB794. Grayscale: #3F3F3F. Windows color (decimal): -14661525 or 7030816. OLE color: 7030816.

HSL color Cylindrical-coordinate representation of color #20486B: hue angle of 208º 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 #20486B is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3272107-
CMYK0.700.3300.58
HSL208º53.96%27.25%-
HSV(B)208º70.09%41.96%-
XYZ5.57614.78-
YUV64.03152.25105.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 107 (42.19% from 255) = 50.71%
R=15.17%
G=34.12%
B=50.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32721070.700.3300.5820853.9627.25
Hex20486B462103Ad0361b
Octal40110153106410723206633
Binary10000010010001101011100011010000101110101101000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20486B; }

 p { color: rgb(32,72,107); }

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

<style>
 a { background-color: #20486B; }

 a { background-color: rgb(32,72,107); }

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

<style>
 span { border-color: #20486B; }

 span { border-color: rgb(32,72,107); }

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