Shades of Tolopea #170D34
Tints of Tolopea #170D34
RGB
CMYK
RGB Variations
Color information
#170D34 (or 0x170D34) is known color: Tolopea. HEX triplet: 17, 0D and 34. RGB value is (23,13,52). Sum of RGB (Red+Green+Blue) = 23+13+52=88 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.14% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #170D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D34 is #E8F2CB. Grayscale: #141414. Windows color (decimal): -15266508 or 3411223. OLE color: 3411223.
HSL color Cylindrical-coordinate representation of color #170D34: hue angle of 255.38º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #170D34 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 13 | 52 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.80 |
| HSL | 255.38º | 0.6% | 0.13% | - |
| HSV(B) | 255.38º | 0.75% | 0.2% | - |
| XYZ | 1.12 | 0.72 | 3.33 | - |
| YUV | 20.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 52 | 0.56 | 0.75 | 0 | 0.80 | 255.38 | 0.6 | 0.13 |
| Hex | 17 | D | 34 | 38 | 4B | 0 | 50 | FF | 3C | D |
| Octal | 27 | 15 | 64 | 70 | 113 | 0 | 120 | 377 | 74 | 15 |
| Binary | 10111 | 1101 | 110100 | 111000 | 1001011 | 0 | 1010000 | 11111111 | 111100 | 1101 |
Color Harmonies of #170D34
Complementary color
Monochromatic Colors of #170D34
Black with #170D34
Text Example
Text Example
White with #170D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D34; }
p { color: rgb(23,13,52); }
H1.HeaderClassName
{
color: #170D34;
}
.AnyTagClassName
{
color: #170D34;
}
</style>
background-color css
<style>
a { background-color: #170D34; }
a { background-color: rgb(23,13,52); }
div.DivClassName
{
background-color: #170D34;
}
.BgClassName
{
background-color: #170D34;
}
</style>
border-color css
<style>
span { border-color: #170D34; }
span { border-color: rgb(23,13,52); }
td.TdClassName
{
border-color: #170D34;
}
.TagClassName
{
border-color: #170D34;
}
</style>