Shades of Tolopea #20173B
Tints of Tolopea #20173B
RGB
CMYK
RGB Variations
Color information
#20173B (or 0x20173B) is known color: Tolopea. HEX triplet: 20, 17 and 3B. RGB value is (32,23,59). Sum of RGB (Red+Green+Blue) = 32+23+59=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #20173B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20173B is #DFE8C4. Grayscale: #1D1D1D. Windows color (decimal): -14674117 or 3872544. OLE color: 3872544.
HSL color Cylindrical-coordinate representation of color #20173B: hue angle of 255º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20173B is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 23 | 59 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.77 |
| HSL | 255º | 0.44% | 0.16% | - |
| HSV(B) | 255º | 0.61% | 0.23% | - |
| XYZ | 1.69 | 1.24 | 4.29 | - |
| YUV | 29.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 59 | 0.46 | 0.61 | 0 | 0.77 | 255 | 0.44 | 0.16 |
| Hex | 20 | 17 | 3B | 2E | 3D | 0 | 4D | FF | 2C | 10 |
| Octal | 40 | 27 | 73 | 56 | 75 | 0 | 115 | 377 | 54 | 20 |
| Binary | 100000 | 10111 | 111011 | 101110 | 111101 | 0 | 1001101 | 11111111 | 101100 | 10000 |
Color Harmonies of #20173B
Complementary color
Monochromatic Colors of #20173B
Black with #20173B
Text Example
Text Example
White with #20173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20173B; }
p { color: rgb(32,23,59); }
H1.HeaderClassName
{
color: #20173B;
}
.AnyTagClassName
{
color: #20173B;
}
</style>
background-color css
<style>
a { background-color: #20173B; }
a { background-color: rgb(32,23,59); }
div.DivClassName
{
background-color: #20173B;
}
.BgClassName
{
background-color: #20173B;
}
</style>
border-color css
<style>
span { border-color: #20173B; }
span { border-color: rgb(32,23,59); }
td.TdClassName
{
border-color: #20173B;
}
.TagClassName
{
border-color: #20173B;
}
</style>