Shades of Tolopea #231E42
Tints of Tolopea #231E42
RGB
CMYK
RGB Variations
Color information
#231E42 (or 0x231E42) is known color: Tolopea. HEX triplet: 23, 1E and 42. RGB value is (35,30,66). Sum of RGB (Red+Green+Blue) = 35+30+66=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #231E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E42 is #DCE1BD. Grayscale: #232323. Windows color (decimal): -14475710 or 4333091. OLE color: 4333091.
HSL color Cylindrical-coordinate representation of color #231E42: hue angle of 248.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #231E42 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 30 | 66 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.74 |
| HSL | 248.33º | 0.38% | 0.19% | - |
| HSV(B) | 248.33º | 0.55% | 0.26% | - |
| XYZ | 2.14 | 1.68 | 5.37 | - |
| YUV | 35.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 66 | 0.47 | 0.55 | 0 | 0.74 | 248.33 | 0.38 | 0.19 |
| Hex | 23 | 1E | 42 | 2F | 37 | 0 | 4A | F8 | 26 | 13 |
| Octal | 43 | 36 | 102 | 57 | 67 | 0 | 112 | 370 | 46 | 23 |
| Binary | 100011 | 11110 | 1000010 | 101111 | 110111 | 0 | 1001010 | 11111000 | 100110 | 10011 |
Color Harmonies of #231E42
Complementary color
Monochromatic Colors of #231E42
Black with #231E42
Text Example
Text Example
White with #231E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E42; }
p { color: rgb(35,30,66); }
H1.HeaderClassName
{
color: #231E42;
}
.AnyTagClassName
{
color: #231E42;
}
</style>
background-color css
<style>
a { background-color: #231E42; }
a { background-color: rgb(35,30,66); }
div.DivClassName
{
background-color: #231E42;
}
.BgClassName
{
background-color: #231E42;
}
</style>
border-color css
<style>
span { border-color: #231E42; }
span { border-color: rgb(35,30,66); }
td.TdClassName
{
border-color: #231E42;
}
.TagClassName
{
border-color: #231E42;
}
</style>