Shades of Tolopea #231A3D
Tints of Tolopea #231A3D
RGB
CMYK
RGB Variations
Color information
#231A3D (or 0x231A3D) is known color: Tolopea. HEX triplet: 23, 1A and 3D. RGB value is (35,26,61). Sum of RGB (Red+Green+Blue) = 35+26+61=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #231A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A3D is #DCE5C2. Grayscale: #202020. Windows color (decimal): -14476739 or 4004387. OLE color: 4004387.
HSL color Cylindrical-coordinate representation of color #231A3D: hue angle of 255.43º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #231A3D is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 26 | 61 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.76 |
| HSL | 255.43º | 0.4% | 0.17% | - |
| HSV(B) | 255.43º | 0.57% | 0.24% | - |
| XYZ | 1.9 | 1.43 | 4.59 | - |
| YUV | 32.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 61 | 0.43 | 0.57 | 0 | 0.76 | 255.43 | 0.4 | 0.17 |
| Hex | 23 | 1A | 3D | 2B | 39 | 0 | 4C | FF | 28 | 11 |
| Octal | 43 | 32 | 75 | 53 | 71 | 0 | 114 | 377 | 50 | 21 |
| Binary | 100011 | 11010 | 111101 | 101011 | 111001 | 0 | 1001100 | 11111111 | 101000 | 10001 |
Color Harmonies of #231A3D
Complementary color
Monochromatic Colors of #231A3D
Black with #231A3D
Text Example
Text Example
White with #231A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A3D; }
p { color: rgb(35,26,61); }
H1.HeaderClassName
{
color: #231A3D;
}
.AnyTagClassName
{
color: #231A3D;
}
</style>
background-color css
<style>
a { background-color: #231A3D; }
a { background-color: rgb(35,26,61); }
div.DivClassName
{
background-color: #231A3D;
}
.BgClassName
{
background-color: #231A3D;
}
</style>
border-color css
<style>
span { border-color: #231A3D; }
span { border-color: rgb(35,26,61); }
td.TdClassName
{
border-color: #231A3D;
}
.TagClassName
{
border-color: #231A3D;
}
</style>