Shades of Tolopea #231C37
Tints of Tolopea #231C37
RGB
CMYK
RGB Variations
Color information
#231C37 (or 0x231C37) is known color: Tolopea. HEX triplet: 23, 1C and 37. RGB value is (35,28,55). Sum of RGB (Red+Green+Blue) = 35+28+55=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #231C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C37 is #DCE3C8. Grayscale: #212121. Windows color (decimal): -14476233 or 3611683. OLE color: 3611683.
HSL color Cylindrical-coordinate representation of color #231C37: hue angle of 255.56º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #231C37 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 28 | 55 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.78 |
| HSL | 255.56º | 0.33% | 0.16% | - |
| HSV(B) | 255.56º | 0.49% | 0.22% | - |
| XYZ | 1.8 | 1.46 | 3.8 | - |
| YUV | 33.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 55 | 0.36 | 0.49 | 0 | 0.78 | 255.56 | 0.33 | 0.16 |
| Hex | 23 | 1C | 37 | 24 | 31 | 0 | 4E | 100 | 21 | 10 |
| Octal | 43 | 34 | 67 | 44 | 61 | 0 | 116 | 400 | 41 | 20 |
| Binary | 100011 | 11100 | 110111 | 100100 | 110001 | 0 | 1001110 | 100000000 | 100001 | 10000 |
Color Harmonies of #231C37
Complementary color
Monochromatic Colors of #231C37
Black with #231C37
Text Example
Text Example
White with #231C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C37; }
p { color: rgb(35,28,55); }
H1.HeaderClassName
{
color: #231C37;
}
.AnyTagClassName
{
color: #231C37;
}
</style>
background-color css
<style>
a { background-color: #231C37; }
a { background-color: rgb(35,28,55); }
div.DivClassName
{
background-color: #231C37;
}
.BgClassName
{
background-color: #231C37;
}
</style>
border-color css
<style>
span { border-color: #231C37; }
span { border-color: rgb(35,28,55); }
td.TdClassName
{
border-color: #231C37;
}
.TagClassName
{
border-color: #231C37;
}
</style>