Shades of Arapawa #204764
Tints of Arapawa #204764
RGB
CMYK
RGB Variations
Color information
#204764 (or 0x204764) is known color: Arapawa. HEX triplet: 20, 47 and 64. RGB value is (32,71,100). Sum of RGB (Red+Green+Blue) = 32+71+100=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #204764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204764 is #DFB89B. Grayscale: #3E3E3E. Windows color (decimal): -14661788 or 6571808. OLE color: 6571808.
HSL color Cylindrical-coordinate representation of color #204764: hue angle of 205.59º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204764 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 71 | 100 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.61 |
| HSL | 205.59º | 0.52% | 0.26% | - |
| HSV(B) | 205.59º | 0.68% | 0.39% | - |
| XYZ | 5.15 | 5.73 | 12.89 | - |
| YUV | 62.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 100 | 0.68 | 0.29 | 0 | 0.61 | 205.59 | 0.52 | 0.26 |
| Hex | 20 | 47 | 64 | 44 | 1D | 0 | 3D | CE | 34 | 1A |
| Octal | 40 | 107 | 144 | 104 | 35 | 0 | 75 | 316 | 64 | 32 |
| Binary | 100000 | 1000111 | 1100100 | 1000100 | 11101 | 0 | 111101 | 11001110 | 110100 | 11010 |
Color Harmonies of #204764
Complementary color
Monochromatic Colors of #204764
Black with #204764
Text Example
Text Example
White with #204764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204764; }
p { color: rgb(32,71,100); }
H1.HeaderClassName
{
color: #204764;
}
.AnyTagClassName
{
color: #204764;
}
</style>
background-color css
<style>
a { background-color: #204764; }
a { background-color: rgb(32,71,100); }
div.DivClassName
{
background-color: #204764;
}
.BgClassName
{
background-color: #204764;
}
</style>
border-color css
<style>
span { border-color: #204764; }
span { border-color: rgb(32,71,100); }
td.TdClassName
{
border-color: #204764;
}
.TagClassName
{
border-color: #204764;
}
</style>