Shades of Tolopea #23193E
Tints of Tolopea #23193E
RGB
CMYK
RGB Variations
Color information
#23193E (or 0x23193E) is known color: Tolopea. HEX triplet: 23, 19 and 3E. RGB value is (35,25,62). Sum of RGB (Red+Green+Blue) = 35+25+62=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #23193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23193E is #DCE6C1. Grayscale: #202020. Windows color (decimal): -14476994 or 4069667. OLE color: 4069667.
HSL color Cylindrical-coordinate representation of color #23193E: hue angle of 256.22º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23193E is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 25 | 62 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.76 |
| HSL | 256.22º | 0.43% | 0.17% | - |
| HSV(B) | 256.22º | 0.6% | 0.24% | - |
| XYZ | 1.91 | 1.4 | 4.73 | - |
| YUV | 32.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 62 | 0.44 | 0.60 | 0 | 0.76 | 256.22 | 0.43 | 0.17 |
| Hex | 23 | 19 | 3E | 2C | 3C | 0 | 4C | 100 | 2B | 11 |
| Octal | 43 | 31 | 76 | 54 | 74 | 0 | 114 | 400 | 53 | 21 |
| Binary | 100011 | 11001 | 111110 | 101100 | 111100 | 0 | 1001100 | 100000000 | 101011 | 10001 |
Color Harmonies of #23193E
Complementary color
Monochromatic Colors of #23193E
Black with #23193E
Text Example
Text Example
White with #23193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23193E; }
p { color: rgb(35,25,62); }
H1.HeaderClassName
{
color: #23193E;
}
.AnyTagClassName
{
color: #23193E;
}
</style>
background-color css
<style>
a { background-color: #23193E; }
a { background-color: rgb(35,25,62); }
div.DivClassName
{
background-color: #23193E;
}
.BgClassName
{
background-color: #23193E;
}
</style>
border-color css
<style>
span { border-color: #23193E; }
span { border-color: rgb(35,25,62); }
td.TdClassName
{
border-color: #23193E;
}
.TagClassName
{
border-color: #23193E;
}
</style>