Shades of Tolopea #231C3A
Tints of Tolopea #231C3A
RGB
CMYK
RGB Variations
Color information
#231C3A (or 0x231C3A) is known color: Tolopea. HEX triplet: 23, 1C and 3A. RGB value is (35,28,58). Sum of RGB (Red+Green+Blue) = 35+28+58=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #231C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C3A is #DCE3C5. Grayscale: #212121. Windows color (decimal): -14476230 or 3808291. OLE color: 3808291.
HSL color Cylindrical-coordinate representation of color #231C3A: hue angle of 254º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #231C3A is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 28 | 58 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.77 |
| HSL | 254º | 0.35% | 0.17% | - |
| HSV(B) | 254º | 0.52% | 0.23% | - |
| XYZ | 1.87 | 1.49 | 4.19 | - |
| YUV | 33.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 58 | 0.40 | 0.52 | 0 | 0.77 | 254 | 0.35 | 0.17 |
| Hex | 23 | 1C | 3A | 28 | 34 | 0 | 4D | FE | 23 | 11 |
| Octal | 43 | 34 | 72 | 50 | 64 | 0 | 115 | 376 | 43 | 21 |
| Binary | 100011 | 11100 | 111010 | 101000 | 110100 | 0 | 1001101 | 11111110 | 100011 | 10001 |
Color Harmonies of #231C3A
Complementary color
Monochromatic Colors of #231C3A
Black with #231C3A
Text Example
Text Example
White with #231C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C3A; }
p { color: rgb(35,28,58); }
H1.HeaderClassName
{
color: #231C3A;
}
.AnyTagClassName
{
color: #231C3A;
}
</style>
background-color css
<style>
a { background-color: #231C3A; }
a { background-color: rgb(35,28,58); }
div.DivClassName
{
background-color: #231C3A;
}
.BgClassName
{
background-color: #231C3A;
}
</style>
border-color css
<style>
span { border-color: #231C3A; }
span { border-color: rgb(35,28,58); }
td.TdClassName
{
border-color: #231C3A;
}
.TagClassName
{
border-color: #231C3A;
}
</style>