Shades of Arapawa #205363
Tints of Arapawa #205363
RGB
CMYK
RGB Variations
Color information
#205363 (or 0x205363) is known color: Arapawa. HEX triplet: 20, 53 and 63. RGB value is (32,83,99). Sum of RGB (Red+Green+Blue) = 32+83+99=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #205363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205363 is #DFAC9C. Grayscale: #454545. Windows color (decimal): -14658717 or 6509344. OLE color: 6509344.
HSL color Cylindrical-coordinate representation of color #205363: hue angle of 194.33º degrees, saturation: 0.51, 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 #205363 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 83 | 99 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.61 |
| HSL | 194.33º | 0.51% | 0.26% | - |
| HSV(B) | 194.33º | 0.68% | 0.39% | - |
| XYZ | 5.94 | 7.39 | 12.92 | - |
| YUV | 69.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 99 | 0.68 | 0.16 | 0 | 0.61 | 194.33 | 0.51 | 0.26 |
| Hex | 20 | 53 | 63 | 44 | 10 | 0 | 3D | C2 | 33 | 1A |
| Octal | 40 | 123 | 143 | 104 | 20 | 0 | 75 | 302 | 63 | 32 |
| Binary | 100000 | 1010011 | 1100011 | 1000100 | 10000 | 0 | 111101 | 11000010 | 110011 | 11010 |
Color Harmonies of #205363
Complementary color
Monochromatic Colors of #205363
Black with #205363
Text Example
Text Example
White with #205363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205363; }
p { color: rgb(32,83,99); }
H1.HeaderClassName
{
color: #205363;
}
.AnyTagClassName
{
color: #205363;
}
</style>
background-color css
<style>
a { background-color: #205363; }
a { background-color: rgb(32,83,99); }
div.DivClassName
{
background-color: #205363;
}
.BgClassName
{
background-color: #205363;
}
</style>
border-color css
<style>
span { border-color: #205363; }
span { border-color: rgb(32,83,99); }
td.TdClassName
{
border-color: #205363;
}
.TagClassName
{
border-color: #205363;
}
</style>