Html Css Color HEX #20476D Arapawa

📋 copy color: '#20476D'

red 32 ◦ green 71 ◦ blue 109

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

Shades of Arapawa #20476D

Tints of Arapawa #20476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

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

R = 15.09%
G = 33.49%
B = 51.42%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20476D (or 0x20476D) is known color: Arapawa. HEX triplet: 20, 47 and 6D. RGB value is (32,71,109). Sum of RGB (Red+Green+Blue) = 32+71+109=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #20476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20476D is #DFB892. Grayscale: #3F3F3F. Windows color (decimal): -14661779 or 7161632. OLE color: 7161632.

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

Color convert

RGB 32 71 109 -
CMYK 0.71 0.35 0 0.57
HSL 209.61º 0.55% 0.28% -
HSV(B) 209.61º 0.71% 0.43% -
XYZ 5.61 5.92 15.31 -
YUV 63.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 32 71 109 0.71 0.35 0 0.57 209.61 0.55 0.28
Hex 20 47 6D 47 23 0 39 D2 37 1C
Octal 40 107 155 107 43 0 71 322 67 34
Binary 100000 1000111 1101101 1000111 100011 0 111001 11010010 110111 11100

Color Harmonies of #20476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20476D

Black with #20476D

Text Example


Text Example

White with #20476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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