#20486E

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

Shades of Arapawa #20486E

Tints of Arapawa #20486E

Color information

#20486E (or 0x20486E) is unknown color: approx Arapawa. HEX triplet: 20, 48 and 6E. RGB value is (32,72,110). Sum of RGB (Red+Green+Blue) = 32+72+110=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #20486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20486E is #DFB791. Grayscale: #404040. Windows color (decimal): -14661522 or 7227424. OLE color: 7227424.

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

Color convert

RGB3272110-
CMYK0.710.3500.57
HSL209.23º54.93%27.84%-
HSV(B)209.23º70.91%43.14%-
XYZ5.736.0715.62-
YUV64.37153.75104.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 110 (43.36% from 255) = 51.40%
R=14.95%
G=33.64%
B=51.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32721100.710.3500.57209.2354.9327.84
Hex20486E4723039d1371c
Octal40110156107430713216734
Binary10000010010001101110100011110001101110011101000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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