Html Css Color HEX #20496E Arapawa

📋 copy color: '#20496E'

red 32 ◦ green 73 ◦ blue 110

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

Shades of Arapawa #20496E

Tints of Arapawa #20496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.16%

R = 14.88%
G = 33.95%
B = 51.16%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20496E (or 0x20496E) is known color: Arapawa. HEX triplet: 20, 49 and 6E. RGB value is (32,73,110). Sum of RGB (Red+Green+Blue) = 32+73+110=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #20496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20496E is #DFB691. Grayscale: #404040. Windows color (decimal): -14661266 or 7227680. OLE color: 7227680.

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

Color convert

RGB 32 73 110 -
CMYK 0.71 0.34 0 0.57
HSL 208.46º 0.55% 0.28% -
HSV(B) 208.46º 0.71% 0.43% -
XYZ 5.79 6.2 15.64 -
YUV 64.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 32 73 110 0.71 0.34 0 0.57 208.46 0.55 0.28
Hex 20 49 6E 47 22 0 39 D0 37 1C
Octal 40 111 156 107 42 0 71 320 67 34
Binary 100000 1001001 1101110 1000111 100010 0 111001 11010000 110111 11100

Color Harmonies of #20496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20496E

Black with #20496E

Text Example


Text Example

White with #20496E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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