Shades of Arapawa #204868
Tints of Arapawa #204868
RGB
CMYK
RGB Variations
Color information
#204868 (or 0x204868) is known color: Arapawa. HEX triplet: 20, 48 and 68. RGB value is (32,72,104). Sum of RGB (Red+Green+Blue) = 32+72+104=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #204868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204868 is #DFB797. Grayscale: #3F3F3F. Windows color (decimal): -14661528 or 6834208. OLE color: 6834208.
HSL color Cylindrical-coordinate representation of color #204868: hue angle of 206.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204868 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 72 | 104 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.59 |
| HSL | 206.67º | 0.53% | 0.27% | - |
| HSV(B) | 206.67º | 0.69% | 0.41% | - |
| XYZ | 5.41 | 5.94 | 13.96 | - |
| YUV | 63.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 104 | 0.69 | 0.31 | 0 | 0.59 | 206.67 | 0.53 | 0.27 |
| Hex | 20 | 48 | 68 | 45 | 1F | 0 | 3B | CF | 35 | 1B |
| Octal | 40 | 110 | 150 | 105 | 37 | 0 | 73 | 317 | 65 | 33 |
| Binary | 100000 | 1001000 | 1101000 | 1000101 | 11111 | 0 | 111011 | 11001111 | 110101 | 11011 |
Color Harmonies of #204868
Complementary color
Monochromatic Colors of #204868
Black with #204868
Text Example
Text Example
White with #204868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204868; }
p { color: rgb(32,72,104); }
H1.HeaderClassName
{
color: #204868;
}
.AnyTagClassName
{
color: #204868;
}
</style>
background-color css
<style>
a { background-color: #204868; }
a { background-color: rgb(32,72,104); }
div.DivClassName
{
background-color: #204868;
}
.BgClassName
{
background-color: #204868;
}
</style>
border-color css
<style>
span { border-color: #204868; }
span { border-color: rgb(32,72,104); }
td.TdClassName
{
border-color: #204868;
}
.TagClassName
{
border-color: #204868;
}
</style>