Html Css Color HEX #20466D Arapawa

📋 copy color: '#20466D'

red 32 ◦ green 70 ◦ blue 109

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

Shades of Arapawa #20466D

Tints of Arapawa #20466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.18%

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

R = 15.17%
G = 33.18%
B = 51.66%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20466D (or 0x20466D) is known color: Arapawa. HEX triplet: 20, 46 and 6D. RGB value is (32,70,109). Sum of RGB (Red+Green+Blue) = 32+70+109=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #20466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20466D is #DFB992. Grayscale: #3E3E3E. Windows color (decimal): -14662035 or 7161376. OLE color: 7161376.

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

Color convert

RGB 32 70 109 -
CMYK 0.71 0.36 0 0.57
HSL 210.39º 0.55% 0.28% -
HSV(B) 210.39º 0.71% 0.43% -
XYZ 5.55 5.79 15.29 -
YUV 63.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 32 70 109 0.71 0.36 0 0.57 210.39 0.55 0.28
Hex 20 46 6D 47 24 0 39 D2 37 1C
Octal 40 106 155 107 44 0 71 322 67 34
Binary 100000 1000110 1101101 1000111 100100 0 111001 11010010 110111 11100

Color Harmonies of #20466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20466D

Black with #20466D

Text Example


Text Example

White with #20466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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