Shades of Tolopea #231C38
Tints of Tolopea #231C38
RGB
CMYK
RGB Variations
Color information
#231C38 (or 0x231C38) is known color: Tolopea. HEX triplet: 23, 1C and 38. RGB value is (35,28,56). Sum of RGB (Red+Green+Blue) = 35+28+56=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #231C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C38 is #DCE3C7. Grayscale: #212121. Windows color (decimal): -14476232 or 3677219. OLE color: 3677219.
HSL color Cylindrical-coordinate representation of color #231C38: hue angle of 255º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #231C38 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 28 | 56 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.78 |
| HSL | 255º | 0.33% | 0.16% | - |
| HSV(B) | 255º | 0.5% | 0.22% | - |
| XYZ | 1.82 | 1.47 | 3.93 | - |
| YUV | 33.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 56 | 0.37 | 0.50 | 0 | 0.78 | 255 | 0.33 | 0.16 |
| Hex | 23 | 1C | 38 | 25 | 32 | 0 | 4E | FF | 21 | 10 |
| Octal | 43 | 34 | 70 | 45 | 62 | 0 | 116 | 377 | 41 | 20 |
| Binary | 100011 | 11100 | 111000 | 100101 | 110010 | 0 | 1001110 | 11111111 | 100001 | 10000 |
Color Harmonies of #231C38
Complementary color
Monochromatic Colors of #231C38
Black with #231C38
Text Example
Text Example
White with #231C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C38; }
p { color: rgb(35,28,56); }
H1.HeaderClassName
{
color: #231C38;
}
.AnyTagClassName
{
color: #231C38;
}
</style>
background-color css
<style>
a { background-color: #231C38; }
a { background-color: rgb(35,28,56); }
div.DivClassName
{
background-color: #231C38;
}
.BgClassName
{
background-color: #231C38;
}
</style>
border-color css
<style>
span { border-color: #231C38; }
span { border-color: rgb(35,28,56); }
td.TdClassName
{
border-color: #231C38;
}
.TagClassName
{
border-color: #231C38;
}
</style>