Shades of Tolopea #231A44
Tints of Tolopea #231A44
RGB
CMYK
RGB Variations
Color information
#231A44 (or 0x231A44) is known color: Tolopea. HEX triplet: 23, 1A and 44. RGB value is (35,26,68). Sum of RGB (Red+Green+Blue) = 35+26+68=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #231A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A44 is #DCE5BB. Grayscale: #212121. Windows color (decimal): -14476732 or 4463139. OLE color: 4463139.
HSL color Cylindrical-coordinate representation of color #231A44: hue angle of 252.86º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #231A44 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 26 | 68 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.73 |
| HSL | 252.86º | 0.45% | 0.18% | - |
| HSV(B) | 252.86º | 0.62% | 0.27% | - |
| XYZ | 2.11 | 1.51 | 5.65 | - |
| YUV | 33.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 68 | 0.49 | 0.62 | 0 | 0.73 | 252.86 | 0.45 | 0.18 |
| Hex | 23 | 1A | 44 | 31 | 3E | 0 | 49 | FD | 2D | 12 |
| Octal | 43 | 32 | 104 | 61 | 76 | 0 | 111 | 375 | 55 | 22 |
| Binary | 100011 | 11010 | 1000100 | 110001 | 111110 | 0 | 1001001 | 11111101 | 101101 | 10010 |
Color Harmonies of #231A44
Complementary color
Monochromatic Colors of #231A44
Black with #231A44
Text Example
Text Example
White with #231A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A44; }
p { color: rgb(35,26,68); }
H1.HeaderClassName
{
color: #231A44;
}
.AnyTagClassName
{
color: #231A44;
}
</style>
background-color css
<style>
a { background-color: #231A44; }
a { background-color: rgb(35,26,68); }
div.DivClassName
{
background-color: #231A44;
}
.BgClassName
{
background-color: #231A44;
}
</style>
border-color css
<style>
span { border-color: #231A44; }
span { border-color: rgb(35,26,68); }
td.TdClassName
{
border-color: #231A44;
}
.TagClassName
{
border-color: #231A44;
}
</style>