Shades of Arapawa #205368
Tints of Arapawa #205368
RGB
CMYK
RGB Variations
Color information
#205368 (or 0x205368) is known color: Arapawa. HEX triplet: 20, 53 and 68. RGB value is (32,83,104). Sum of RGB (Red+Green+Blue) = 32+83+104=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #205368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205368 is #DFAC97. Grayscale: #464646. Windows color (decimal): -14658712 or 6837024. OLE color: 6837024.
HSL color Cylindrical-coordinate representation of color #205368: hue angle of 197.5º 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 #205368 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 83 | 104 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.59 |
| HSL | 197.5º | 0.53% | 0.27% | - |
| HSV(B) | 197.5º | 0.69% | 0.41% | - |
| XYZ | 6.19 | 7.49 | 14.22 | - |
| YUV | 70.15 | 147.1 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 104 | 0.69 | 0.20 | 0 | 0.59 | 197.5 | 0.53 | 0.27 |
| Hex | 20 | 53 | 68 | 45 | 14 | 0 | 3B | C6 | 35 | 1B |
| Octal | 40 | 123 | 150 | 105 | 24 | 0 | 73 | 306 | 65 | 33 |
| Binary | 100000 | 1010011 | 1101000 | 1000101 | 10100 | 0 | 111011 | 11000110 | 110101 | 11011 |
Color Harmonies of #205368
Complementary color
Monochromatic Colors of #205368
Black with #205368
Text Example
Text Example
White with #205368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205368; }
p { color: rgb(32,83,104); }
H1.HeaderClassName
{
color: #205368;
}
.AnyTagClassName
{
color: #205368;
}
</style>
background-color css
<style>
a { background-color: #205368; }
a { background-color: rgb(32,83,104); }
div.DivClassName
{
background-color: #205368;
}
.BgClassName
{
background-color: #205368;
}
</style>
border-color css
<style>
span { border-color: #205368; }
span { border-color: rgb(32,83,104); }
td.TdClassName
{
border-color: #205368;
}
.TagClassName
{
border-color: #205368;
}
</style>