Shades of Big Stone #334147
Tints of Big Stone #334147
RGB
CMYK
RGB Variations
Color information
#334147 (or 0x334147) is known color: Big Stone. HEX triplet: 33, 41 and 47. RGB value is (51,65,71). Sum of RGB (Red+Green+Blue) = 51+65+71=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #334147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334147 is #CCBEB8. Grayscale: #3D3D3D. Windows color (decimal): -13418169 or 4669747. OLE color: 4669747.
HSL color Cylindrical-coordinate representation of color #334147: hue angle of 198º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #334147 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 65 | 71 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.72 |
| HSL | 198º | 0.16% | 0.24% | - |
| HSV(B) | 198º | 0.28% | 0.28% | - |
| XYZ | 4.39 | 4.94 | 6.68 | - |
| YUV | 61.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 71 | 0.28 | 0.08 | 0 | 0.72 | 198 | 0.16 | 0.24 |
| Hex | 33 | 41 | 47 | 1C | 8 | 0 | 48 | C6 | 10 | 18 |
| Octal | 63 | 101 | 107 | 34 | 10 | 0 | 110 | 306 | 20 | 30 |
| Binary | 110011 | 1000001 | 1000111 | 11100 | 1000 | 0 | 1001000 | 11000110 | 10000 | 11000 |
Color Harmonies of #334147
Complementary color
Monochromatic Colors of #334147
Black with #334147
Text Example
Text Example
White with #334147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334147; }
p { color: rgb(51,65,71); }
H1.HeaderClassName
{
color: #334147;
}
.AnyTagClassName
{
color: #334147;
}
</style>
background-color css
<style>
a { background-color: #334147; }
a { background-color: rgb(51,65,71); }
div.DivClassName
{
background-color: #334147;
}
.BgClassName
{
background-color: #334147;
}
</style>
border-color css
<style>
span { border-color: #334147; }
span { border-color: rgb(51,65,71); }
td.TdClassName
{
border-color: #334147;
}
.TagClassName
{
border-color: #334147;
}
</style>