Shades of Arapawa #204B5D
Tints of Arapawa #204B5D
RGB
CMYK
RGB Variations
Color information
#204B5D (or 0x204B5D) is known color: Arapawa. HEX triplet: 20, 4B and 5D. RGB value is (32,75,93). Sum of RGB (Red+Green+Blue) = 32+75+93=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #204B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B5D is #DFB4A2. Grayscale: #404040. Windows color (decimal): -14660771 or 6114080. OLE color: 6114080.
HSL color Cylindrical-coordinate representation of color #204B5D: hue angle of 197.7º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #204B5D is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 75 | 93 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.64 |
| HSL | 197.7º | 0.49% | 0.25% | - |
| HSV(B) | 197.7º | 0.66% | 0.36% | - |
| XYZ | 5.09 | 6.13 | 11.27 | - |
| YUV | 64.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 93 | 0.66 | 0.19 | 0 | 0.64 | 197.7 | 0.49 | 0.25 |
| Hex | 20 | 4B | 5D | 42 | 13 | 0 | 40 | C6 | 31 | 19 |
| Octal | 40 | 113 | 135 | 102 | 23 | 0 | 100 | 306 | 61 | 31 |
| Binary | 100000 | 1001011 | 1011101 | 1000010 | 10011 | 0 | 1000000 | 11000110 | 110001 | 11001 |
Color Harmonies of #204B5D
Complementary color
Monochromatic Colors of #204B5D
Black with #204B5D
Text Example
Text Example
White with #204B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B5D; }
p { color: rgb(32,75,93); }
H1.HeaderClassName
{
color: #204B5D;
}
.AnyTagClassName
{
color: #204B5D;
}
</style>
background-color css
<style>
a { background-color: #204B5D; }
a { background-color: rgb(32,75,93); }
div.DivClassName
{
background-color: #204B5D;
}
.BgClassName
{
background-color: #204B5D;
}
</style>
border-color css
<style>
span { border-color: #204B5D; }
span { border-color: rgb(32,75,93); }
td.TdClassName
{
border-color: #204B5D;
}
.TagClassName
{
border-color: #204B5D;
}
</style>