Html Css Color HEX #20496B Arapawa

📋 copy color: '#20496B'

red 32 ◦ green 73 ◦ blue 107

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

Shades of Arapawa #20496B

Tints of Arapawa #20496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.47%

R = 15.09%
G = 34.43%
B = 50.47%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#20496B (or 0x20496B) is known color: Arapawa. HEX triplet: 20, 49 and 6B. RGB value is (32,73,107). Sum of RGB (Red+Green+Blue) = 32+73+107=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #20496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20496B is #DFB694. Grayscale: #404040. Windows color (decimal): -14661269 or 7031072. OLE color: 7031072.

HSL color Cylindrical-coordinate representation of color #20496B: hue angle of 207.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20496B is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 73 107 -
CMYK 0.70 0.32 0 0.58
HSL 207.2º 0.54% 0.27% -
HSV(B) 207.2º 0.7% 0.42% -
XYZ 5.63 6.13 14.8 -
YUV 64.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 32 73 107 0.70 0.32 0 0.58 207.2 0.54 0.27
Hex 20 49 6B 46 20 0 3A CF 36 1B
Octal 40 111 153 106 40 0 72 317 66 33
Binary 100000 1001001 1101011 1000110 100000 0 111010 11001111 110110 11011

Color Harmonies of #20496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20496B

Black with #20496B

Text Example


Text Example

White with #20496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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