Shades of Arapawa #204D67
Tints of Arapawa #204D67
RGB
CMYK
RGB Variations
Color information
#204D67 (or 0x204D67) is known color: Arapawa. HEX triplet: 20, 4D and 67. RGB value is (32,77,103). Sum of RGB (Red+Green+Blue) = 32+77+103=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #204D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D67 is #DFB298. Grayscale: #424242. Windows color (decimal): -14660249 or 6769952. OLE color: 6769952.
HSL color Cylindrical-coordinate representation of color #204D67: hue angle of 201.97º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #204D67 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 77 | 103 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.60 |
| HSL | 201.97º | 0.53% | 0.26% | - |
| HSV(B) | 201.97º | 0.69% | 0.4% | - |
| XYZ | 5.7 | 6.59 | 13.8 | - |
| YUV | 66.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 103 | 0.69 | 0.25 | 0 | 0.60 | 201.97 | 0.53 | 0.26 |
| Hex | 20 | 4D | 67 | 45 | 19 | 0 | 3C | CA | 35 | 1A |
| Octal | 40 | 115 | 147 | 105 | 31 | 0 | 74 | 312 | 65 | 32 |
| Binary | 100000 | 1001101 | 1100111 | 1000101 | 11001 | 0 | 111100 | 11001010 | 110101 | 11010 |
Color Harmonies of #204D67
Complementary color
Monochromatic Colors of #204D67
Black with #204D67
Text Example
Text Example
White with #204D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D67; }
p { color: rgb(32,77,103); }
H1.HeaderClassName
{
color: #204D67;
}
.AnyTagClassName
{
color: #204D67;
}
</style>
background-color css
<style>
a { background-color: #204D67; }
a { background-color: rgb(32,77,103); }
div.DivClassName
{
background-color: #204D67;
}
.BgClassName
{
background-color: #204D67;
}
</style>
border-color css
<style>
span { border-color: #204D67; }
span { border-color: rgb(32,77,103); }
td.TdClassName
{
border-color: #204D67;
}
.TagClassName
{
border-color: #204D67;
}
</style>