Html Css Color HEX #20496D Arapawa

📋 copy color: '#20496D'

red 32 ◦ green 73 ◦ blue 109

#20496D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #20496D

Tints of Arapawa #20496D

RGB

 RED value IS 32 (12.89% from 255) = 14.95%

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 109 (42.97% from 255) = 50.93%

R = 14.95%
G = 34.11%
B = 50.93%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20496D (or 0x20496D) is known color: Arapawa. HEX triplet: 20, 49 and 6D. RGB value is (32,73,109). Sum of RGB (Red+Green+Blue) = 32+73+109=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #20496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20496D is #DFB692. Grayscale: #404040. Windows color (decimal): -14661267 or 7162144. OLE color: 7162144.

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

Color convert

RGB 32 73 109 -
CMYK 0.71 0.33 0 0.57
HSL 208.05º 0.55% 0.28% -
HSV(B) 208.05º 0.71% 0.43% -
XYZ 5.74 6.18 15.36 -
YUV 64.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 32 73 109 0.71 0.33 0 0.57 208.05 0.55 0.28
Hex 20 49 6D 47 21 0 39 D0 37 1C
Octal 40 111 155 107 41 0 71 320 67 34
Binary 100000 1001001 1101101 1000111 100001 0 111001 11010000 110111 11100

Color Harmonies of #20496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20496D

Black with #20496D

Text Example


Text Example

White with #20496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20496D;
 }
 .AnyTagClassName
 {
   color: #20496D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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