Shades of Tolopea #231A40
Tints of Tolopea #231A40
RGB
CMYK
RGB Variations
Color information
#231A40 (or 0x231A40) is known color: Tolopea. HEX triplet: 23, 1A and 40. RGB value is (35,26,64). Sum of RGB (Red+Green+Blue) = 35+26+64=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #231A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A40 is #DCE5BF. Grayscale: #202020. Windows color (decimal): -14476736 or 4200995. OLE color: 4200995.
HSL color Cylindrical-coordinate representation of color #231A40: hue angle of 254.21º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #231A40 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 26 | 64 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.75 |
| HSL | 254.21º | 0.42% | 0.18% | - |
| HSV(B) | 254.21º | 0.59% | 0.25% | - |
| XYZ | 1.99 | 1.47 | 5.03 | - |
| YUV | 33.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 64 | 0.45 | 0.59 | 0 | 0.75 | 254.21 | 0.42 | 0.18 |
| Hex | 23 | 1A | 40 | 2D | 3B | 0 | 4B | FE | 2A | 12 |
| Octal | 43 | 32 | 100 | 55 | 73 | 0 | 113 | 376 | 52 | 22 |
| Binary | 100011 | 11010 | 1000000 | 101101 | 111011 | 0 | 1001011 | 11111110 | 101010 | 10010 |
Color Harmonies of #231A40
Complementary color
Monochromatic Colors of #231A40
Black with #231A40
Text Example
Text Example
White with #231A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A40; }
p { color: rgb(35,26,64); }
H1.HeaderClassName
{
color: #231A40;
}
.AnyTagClassName
{
color: #231A40;
}
</style>
background-color css
<style>
a { background-color: #231A40; }
a { background-color: rgb(35,26,64); }
div.DivClassName
{
background-color: #231A40;
}
.BgClassName
{
background-color: #231A40;
}
</style>
border-color css
<style>
span { border-color: #231A40; }
span { border-color: rgb(35,26,64); }
td.TdClassName
{
border-color: #231A40;
}
.TagClassName
{
border-color: #231A40;
}
</style>