Shades of Big Stone #2E444D
Tints of Big Stone #2E444D
RGB
CMYK
RGB Variations
Color information
#2E444D (or 0x2E444D) is known color: Big Stone. HEX triplet: 2E, 44 and 4D. RGB value is (46,68,77). Sum of RGB (Red+Green+Blue) = 46+68+77=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E444D is #D1BBB2. Grayscale: #3E3E3E. Windows color (decimal): -13745075 or 5063726. OLE color: 5063726.
HSL color Cylindrical-coordinate representation of color #2E444D: hue angle of 197.42º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E444D is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 68 | 77 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.70 |
| HSL | 197.42º | 0.25% | 0.24% | - |
| HSV(B) | 197.42º | 0.4% | 0.3% | - |
| XYZ | 4.53 | 5.25 | 7.8 | - |
| YUV | 62.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 77 | 0.40 | 0.12 | 0 | 0.70 | 197.42 | 0.25 | 0.24 |
| Hex | 2E | 44 | 4D | 28 | C | 0 | 46 | C5 | 19 | 18 |
| Octal | 56 | 104 | 115 | 50 | 14 | 0 | 106 | 305 | 31 | 30 |
| Binary | 101110 | 1000100 | 1001101 | 101000 | 1100 | 0 | 1000110 | 11000101 | 11001 | 11000 |
Color Harmonies of #2E444D
Complementary color
Monochromatic Colors of #2E444D
Black with #2E444D
Text Example
Text Example
White with #2E444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E444D; }
p { color: rgb(46,68,77); }
H1.HeaderClassName
{
color: #2E444D;
}
.AnyTagClassName
{
color: #2E444D;
}
</style>
background-color css
<style>
a { background-color: #2E444D; }
a { background-color: rgb(46,68,77); }
div.DivClassName
{
background-color: #2E444D;
}
.BgClassName
{
background-color: #2E444D;
}
</style>
border-color css
<style>
span { border-color: #2E444D; }
span { border-color: rgb(46,68,77); }
td.TdClassName
{
border-color: #2E444D;
}
.TagClassName
{
border-color: #2E444D;
}
</style>