Shades of Tolopea #170C3D
Tints of Tolopea #170C3D
RGB
CMYK
RGB Variations
Color information
#170C3D (or 0x170C3D) is known color: Tolopea. HEX triplet: 17, 0C and 3D. RGB value is (23,12,61). Sum of RGB (Red+Green+Blue) = 23+12+61=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #170C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C3D is #E8F3C2. Grayscale: #141414. Windows color (decimal): -15266755 or 4000791. OLE color: 4000791.
HSL color Cylindrical-coordinate representation of color #170C3D: hue angle of 253.47º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #170C3D is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 12 | 61 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.76 |
| HSL | 253.47º | 0.67% | 0.14% | - |
| HSV(B) | 253.47º | 0.8% | 0.24% | - |
| XYZ | 1.33 | 0.78 | 4.5 | - |
| YUV | 20.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 61 | 0.62 | 0.80 | 0 | 0.76 | 253.47 | 0.67 | 0.14 |
| Hex | 17 | C | 3D | 3E | 50 | 0 | 4C | FD | 43 | E |
| Octal | 27 | 14 | 75 | 76 | 120 | 0 | 114 | 375 | 103 | 16 |
| Binary | 10111 | 1100 | 111101 | 111110 | 1010000 | 0 | 1001100 | 11111101 | 1000011 | 1110 |
Color Harmonies of #170C3D
Complementary color
Monochromatic Colors of #170C3D
Black with #170C3D
Text Example
Text Example
White with #170C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170C3D; }
p { color: rgb(23,12,61); }
H1.HeaderClassName
{
color: #170C3D;
}
.AnyTagClassName
{
color: #170C3D;
}
</style>
background-color css
<style>
a { background-color: #170C3D; }
a { background-color: rgb(23,12,61); }
div.DivClassName
{
background-color: #170C3D;
}
.BgClassName
{
background-color: #170C3D;
}
</style>
border-color css
<style>
span { border-color: #170C3D; }
span { border-color: rgb(23,12,61); }
td.TdClassName
{
border-color: #170C3D;
}
.TagClassName
{
border-color: #170C3D;
}
</style>