Shades of Arapawa #204664
Tints of Arapawa #204664
RGB
CMYK
RGB Variations
Color information
#204664 (or 0x204664) is known color: Arapawa. HEX triplet: 20, 46 and 64. RGB value is (32,70,100). Sum of RGB (Red+Green+Blue) = 32+70+100=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #204664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204664 is #DFB99B. Grayscale: #3D3D3D. Windows color (decimal): -14662044 or 6571552. OLE color: 6571552.
HSL color Cylindrical-coordinate representation of color #204664: hue angle of 206.47º 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 #204664 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 70 | 100 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.61 |
| HSL | 206.47º | 0.52% | 0.26% | - |
| HSV(B) | 206.47º | 0.68% | 0.39% | - |
| XYZ | 5.09 | 5.61 | 12.87 | - |
| YUV | 62.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 100 | 0.68 | 0.30 | 0 | 0.61 | 206.47 | 0.52 | 0.26 |
| Hex | 20 | 46 | 64 | 44 | 1E | 0 | 3D | CE | 34 | 1A |
| Octal | 40 | 106 | 144 | 104 | 36 | 0 | 75 | 316 | 64 | 32 |
| Binary | 100000 | 1000110 | 1100100 | 1000100 | 11110 | 0 | 111101 | 11001110 | 110100 | 11010 |
Color Harmonies of #204664
Complementary color
Monochromatic Colors of #204664
Black with #204664
Text Example
Text Example
White with #204664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204664; }
p { color: rgb(32,70,100); }
H1.HeaderClassName
{
color: #204664;
}
.AnyTagClassName
{
color: #204664;
}
</style>
background-color css
<style>
a { background-color: #204664; }
a { background-color: rgb(32,70,100); }
div.DivClassName
{
background-color: #204664;
}
.BgClassName
{
background-color: #204664;
}
</style>
border-color css
<style>
span { border-color: #204664; }
span { border-color: rgb(32,70,100); }
td.TdClassName
{
border-color: #204664;
}
.TagClassName
{
border-color: #204664;
}
</style>