Shades of Big Stone #2E3D46
Tints of Big Stone #2E3D46
RGB
CMYK
RGB Variations
Color information
#2E3D46 (or 0x2E3D46) is known color: Big Stone. HEX triplet: 2E, 3D and 46. RGB value is (46,61,70). Sum of RGB (Red+Green+Blue) = 46+61+70=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E3D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D46 is #D1C2B9. Grayscale: #393939. Windows color (decimal): -13746874 or 4603182. OLE color: 4603182.
HSL color Cylindrical-coordinate representation of color #2E3D46: hue angle of 202.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E3D46 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 61 | 70 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.73 |
| HSL | 202.5º | 0.21% | 0.23% | - |
| HSV(B) | 202.5º | 0.34% | 0.27% | - |
| XYZ | 3.9 | 4.36 | 6.43 | - |
| YUV | 57.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 70 | 0.34 | 0.13 | 0 | 0.73 | 202.5 | 0.21 | 0.23 |
| Hex | 2E | 3D | 46 | 22 | D | 0 | 49 | CA | 15 | 17 |
| Octal | 56 | 75 | 106 | 42 | 15 | 0 | 111 | 312 | 25 | 27 |
| Binary | 101110 | 111101 | 1000110 | 100010 | 1101 | 0 | 1001001 | 11001010 | 10101 | 10111 |
Color Harmonies of #2E3D46
Complementary color
Monochromatic Colors of #2E3D46
Black with #2E3D46
Text Example
Text Example
White with #2E3D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D46; }
p { color: rgb(46,61,70); }
H1.HeaderClassName
{
color: #2E3D46;
}
.AnyTagClassName
{
color: #2E3D46;
}
</style>
background-color css
<style>
a { background-color: #2E3D46; }
a { background-color: rgb(46,61,70); }
div.DivClassName
{
background-color: #2E3D46;
}
.BgClassName
{
background-color: #2E3D46;
}
</style>
border-color css
<style>
span { border-color: #2E3D46; }
span { border-color: rgb(46,61,70); }
td.TdClassName
{
border-color: #2E3D46;
}
.TagClassName
{
border-color: #2E3D46;
}
</style>