Shades of Arapawa #204B68
Tints of Arapawa #204B68
RGB
CMYK
RGB Variations
Color information
#204B68 (or 0x204B68) is known color: Arapawa. HEX triplet: 20, 4B and 68. RGB value is (32,75,104). Sum of RGB (Red+Green+Blue) = 32+75+104=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #204B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B68 is #DFB497. Grayscale: #414141. Windows color (decimal): -14660760 or 6834976. OLE color: 6834976.
HSL color Cylindrical-coordinate representation of color #204B68: hue angle of 204.17º 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 #204B68 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 75 | 104 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.59 |
| HSL | 204.17º | 0.53% | 0.27% | - |
| HSV(B) | 204.17º | 0.69% | 0.41% | - |
| XYZ | 5.61 | 6.34 | 14.02 | - |
| YUV | 65.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 104 | 0.69 | 0.28 | 0 | 0.59 | 204.17 | 0.53 | 0.27 |
| Hex | 20 | 4B | 68 | 45 | 1C | 0 | 3B | CC | 35 | 1B |
| Octal | 40 | 113 | 150 | 105 | 34 | 0 | 73 | 314 | 65 | 33 |
| Binary | 100000 | 1001011 | 1101000 | 1000101 | 11100 | 0 | 111011 | 11001100 | 110101 | 11011 |
Color Harmonies of #204B68
Complementary color
Monochromatic Colors of #204B68
Black with #204B68
Text Example
Text Example
White with #204B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B68; }
p { color: rgb(32,75,104); }
H1.HeaderClassName
{
color: #204B68;
}
.AnyTagClassName
{
color: #204B68;
}
</style>
background-color css
<style>
a { background-color: #204B68; }
a { background-color: rgb(32,75,104); }
div.DivClassName
{
background-color: #204B68;
}
.BgClassName
{
background-color: #204B68;
}
</style>
border-color css
<style>
span { border-color: #204B68; }
span { border-color: rgb(32,75,104); }
td.TdClassName
{
border-color: #204B68;
}
.TagClassName
{
border-color: #204B68;
}
</style>