Shades of Arapawa #204C68
Tints of Arapawa #204C68
RGB
CMYK
RGB Variations
Color information
#204C68 (or 0x204C68) is known color: Arapawa. HEX triplet: 20, 4C and 68. RGB value is (32,76,104). Sum of RGB (Red+Green+Blue) = 32+76+104=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #204C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C68 is #DFB397. Grayscale: #414141. Windows color (decimal): -14660504 or 6835232. OLE color: 6835232.
HSL color Cylindrical-coordinate representation of color #204C68: hue angle of 203.33º 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 #204C68 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 76 | 104 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.59 |
| HSL | 203.33º | 0.53% | 0.27% | - |
| HSV(B) | 203.33º | 0.69% | 0.41% | - |
| XYZ | 5.68 | 6.48 | 14.05 | - |
| YUV | 66.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 104 | 0.69 | 0.27 | 0 | 0.59 | 203.33 | 0.53 | 0.27 |
| Hex | 20 | 4C | 68 | 45 | 1B | 0 | 3B | CB | 35 | 1B |
| Octal | 40 | 114 | 150 | 105 | 33 | 0 | 73 | 313 | 65 | 33 |
| Binary | 100000 | 1001100 | 1101000 | 1000101 | 11011 | 0 | 111011 | 11001011 | 110101 | 11011 |
Color Harmonies of #204C68
Complementary color
Monochromatic Colors of #204C68
Black with #204C68
Text Example
Text Example
White with #204C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C68; }
p { color: rgb(32,76,104); }
H1.HeaderClassName
{
color: #204C68;
}
.AnyTagClassName
{
color: #204C68;
}
</style>
background-color css
<style>
a { background-color: #204C68; }
a { background-color: rgb(32,76,104); }
div.DivClassName
{
background-color: #204C68;
}
.BgClassName
{
background-color: #204C68;
}
</style>
border-color css
<style>
span { border-color: #204C68; }
span { border-color: rgb(32,76,104); }
td.TdClassName
{
border-color: #204C68;
}
.TagClassName
{
border-color: #204C68;
}
</style>