Shades of Big Stone #2E434D
Tints of Big Stone #2E434D
RGB
CMYK
RGB Variations
Color information
#2E434D (or 0x2E434D) is known color: Big Stone. HEX triplet: 2E, 43 and 4D. RGB value is (46,67,77). Sum of RGB (Red+Green+Blue) = 46+67+77=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E434D is #D1BCB2. Grayscale: #3D3D3D. Windows color (decimal): -13745331 or 5063470. OLE color: 5063470.
HSL color Cylindrical-coordinate representation of color #2E434D: hue angle of 199.35º 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 #2E434D is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 67 | 77 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.70 |
| HSL | 199.35º | 0.25% | 0.24% | - |
| HSV(B) | 199.35º | 0.4% | 0.3% | - |
| XYZ | 4.47 | 5.13 | 7.78 | - |
| YUV | 61.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 67 | 77 | 0.40 | 0.13 | 0 | 0.70 | 199.35 | 0.25 | 0.24 |
| Hex | 2E | 43 | 4D | 28 | D | 0 | 46 | C7 | 19 | 18 |
| Octal | 56 | 103 | 115 | 50 | 15 | 0 | 106 | 307 | 31 | 30 |
| Binary | 101110 | 1000011 | 1001101 | 101000 | 1101 | 0 | 1000110 | 11000111 | 11001 | 11000 |
Color Harmonies of #2E434D
Complementary color
Monochromatic Colors of #2E434D
Black with #2E434D
Text Example
Text Example
White with #2E434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E434D; }
p { color: rgb(46,67,77); }
H1.HeaderClassName
{
color: #2E434D;
}
.AnyTagClassName
{
color: #2E434D;
}
</style>
background-color css
<style>
a { background-color: #2E434D; }
a { background-color: rgb(46,67,77); }
div.DivClassName
{
background-color: #2E434D;
}
.BgClassName
{
background-color: #2E434D;
}
</style>
border-color css
<style>
span { border-color: #2E434D; }
span { border-color: rgb(46,67,77); }
td.TdClassName
{
border-color: #2E434D;
}
.TagClassName
{
border-color: #2E434D;
}
</style>