Shades of Tolopea #231C39
Tints of Tolopea #231C39
RGB
CMYK
RGB Variations
Color information
#231C39 (or 0x231C39) is known color: Tolopea. HEX triplet: 23, 1C and 39. RGB value is (35,28,57). Sum of RGB (Red+Green+Blue) = 35+28+57=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #231C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C39 is #DCE3C6. Grayscale: #212121. Windows color (decimal): -14476231 or 3742755. OLE color: 3742755.
HSL color Cylindrical-coordinate representation of color #231C39: hue angle of 254.48º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231C39 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 28 | 57 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.78 |
| HSL | 254.48º | 0.34% | 0.17% | - |
| HSV(B) | 254.48º | 0.51% | 0.22% | - |
| XYZ | 1.85 | 1.48 | 4.06 | - |
| YUV | 33.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 57 | 0.39 | 0.51 | 0 | 0.78 | 254.48 | 0.34 | 0.17 |
| Hex | 23 | 1C | 39 | 27 | 33 | 0 | 4E | FE | 22 | 11 |
| Octal | 43 | 34 | 71 | 47 | 63 | 0 | 116 | 376 | 42 | 21 |
| Binary | 100011 | 11100 | 111001 | 100111 | 110011 | 0 | 1001110 | 11111110 | 100010 | 10001 |
Color Harmonies of #231C39
Complementary color
Monochromatic Colors of #231C39
Black with #231C39
Text Example
Text Example
White with #231C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C39; }
p { color: rgb(35,28,57); }
H1.HeaderClassName
{
color: #231C39;
}
.AnyTagClassName
{
color: #231C39;
}
</style>
background-color css
<style>
a { background-color: #231C39; }
a { background-color: rgb(35,28,57); }
div.DivClassName
{
background-color: #231C39;
}
.BgClassName
{
background-color: #231C39;
}
</style>
border-color css
<style>
span { border-color: #231C39; }
span { border-color: rgb(35,28,57); }
td.TdClassName
{
border-color: #231C39;
}
.TagClassName
{
border-color: #231C39;
}
</style>