Shades of Arapawa #204C67
Tints of Arapawa #204C67
RGB
CMYK
RGB Variations
Color information
#204C67 (or 0x204C67) is known color: Arapawa. HEX triplet: 20, 4C and 67. RGB value is (32,76,103). Sum of RGB (Red+Green+Blue) = 32+76+103=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #204C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C67 is #DFB398. Grayscale: #414141. Windows color (decimal): -14660505 or 6769696. OLE color: 6769696.
HSL color Cylindrical-coordinate representation of color #204C67: hue angle of 202.82º 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 #204C67 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 76 | 103 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.60 |
| HSL | 202.82º | 0.53% | 0.26% | - |
| HSV(B) | 202.82º | 0.69% | 0.4% | - |
| XYZ | 5.63 | 6.46 | 13.78 | - |
| YUV | 65.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 103 | 0.69 | 0.26 | 0 | 0.60 | 202.82 | 0.53 | 0.26 |
| Hex | 20 | 4C | 67 | 45 | 1A | 0 | 3C | CB | 35 | 1A |
| Octal | 40 | 114 | 147 | 105 | 32 | 0 | 74 | 313 | 65 | 32 |
| Binary | 100000 | 1001100 | 1100111 | 1000101 | 11010 | 0 | 111100 | 11001011 | 110101 | 11010 |
Color Harmonies of #204C67
Complementary color
Monochromatic Colors of #204C67
Black with #204C67
Text Example
Text Example
White with #204C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C67; }
p { color: rgb(32,76,103); }
H1.HeaderClassName
{
color: #204C67;
}
.AnyTagClassName
{
color: #204C67;
}
</style>
background-color css
<style>
a { background-color: #204C67; }
a { background-color: rgb(32,76,103); }
div.DivClassName
{
background-color: #204C67;
}
.BgClassName
{
background-color: #204C67;
}
</style>
border-color css
<style>
span { border-color: #204C67; }
span { border-color: rgb(32,76,103); }
td.TdClassName
{
border-color: #204C67;
}
.TagClassName
{
border-color: #204C67;
}
</style>