Shades of Big Stone #2E3F49
Tints of Big Stone #2E3F49
RGB
CMYK
RGB Variations
Color information
#2E3F49 (or 0x2E3F49) is known color: Big Stone. HEX triplet: 2E, 3F and 49. RGB value is (46,63,73). Sum of RGB (Red+Green+Blue) = 46+63+73=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E3F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F49 is #D1C0B6. Grayscale: #3A3A3A. Windows color (decimal): -13746359 or 4800302. OLE color: 4800302.
HSL color Cylindrical-coordinate representation of color #2E3F49: hue angle of 202.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E3F49 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 63 | 73 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.71 |
| HSL | 202.22º | 0.23% | 0.23% | - |
| HSV(B) | 202.22º | 0.37% | 0.29% | - |
| XYZ | 4.11 | 4.62 | 6.98 | - |
| YUV | 59.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 73 | 0.37 | 0.14 | 0 | 0.71 | 202.22 | 0.23 | 0.23 |
| Hex | 2E | 3F | 49 | 25 | E | 0 | 47 | CA | 17 | 17 |
| Octal | 56 | 77 | 111 | 45 | 16 | 0 | 107 | 312 | 27 | 27 |
| Binary | 101110 | 111111 | 1001001 | 100101 | 1110 | 0 | 1000111 | 11001010 | 10111 | 10111 |
Color Harmonies of #2E3F49
Complementary color
Monochromatic Colors of #2E3F49
Black with #2E3F49
Text Example
Text Example
White with #2E3F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F49; }
p { color: rgb(46,63,73); }
H1.HeaderClassName
{
color: #2E3F49;
}
.AnyTagClassName
{
color: #2E3F49;
}
</style>
background-color css
<style>
a { background-color: #2E3F49; }
a { background-color: rgb(46,63,73); }
div.DivClassName
{
background-color: #2E3F49;
}
.BgClassName
{
background-color: #2E3F49;
}
</style>
border-color css
<style>
span { border-color: #2E3F49; }
span { border-color: rgb(46,63,73); }
td.TdClassName
{
border-color: #2E3F49;
}
.TagClassName
{
border-color: #2E3F49;
}
</style>