Shades of Big Stone #2F4447
Tints of Big Stone #2F4447
RGB
CMYK
RGB Variations
Color information
#2F4447 (or 0x2F4447) is known color: Big Stone. HEX triplet: 2F, 44 and 47. RGB value is (47,68,71). Sum of RGB (Red+Green+Blue) = 47+68+71=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #2F4447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4447 is #D0BBB8. Grayscale: #3E3E3E. Windows color (decimal): -13679545 or 4670511. OLE color: 4670511.
HSL color Cylindrical-coordinate representation of color #2F4447: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F4447 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 68 | 71 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.72 |
| HSL | 187.5º | 0.2% | 0.23% | - |
| HSV(B) | 187.5º | 0.34% | 0.28% | - |
| XYZ | 4.38 | 5.19 | 6.73 | - |
| YUV | 62.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 71 | 0.34 | 0.04 | 0 | 0.72 | 187.5 | 0.2 | 0.23 |
| Hex | 2F | 44 | 47 | 22 | 4 | 0 | 48 | BC | 14 | 17 |
| Octal | 57 | 104 | 107 | 42 | 4 | 0 | 110 | 274 | 24 | 27 |
| Binary | 101111 | 1000100 | 1000111 | 100010 | 100 | 0 | 1001000 | 10111100 | 10100 | 10111 |
Color Harmonies of #2F4447
Complementary color
Monochromatic Colors of #2F4447
Black with #2F4447
Text Example
Text Example
White with #2F4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4447; }
p { color: rgb(47,68,71); }
H1.HeaderClassName
{
color: #2F4447;
}
.AnyTagClassName
{
color: #2F4447;
}
</style>
background-color css
<style>
a { background-color: #2F4447; }
a { background-color: rgb(47,68,71); }
div.DivClassName
{
background-color: #2F4447;
}
.BgClassName
{
background-color: #2F4447;
}
</style>
border-color css
<style>
span { border-color: #2F4447; }
span { border-color: rgb(47,68,71); }
td.TdClassName
{
border-color: #2F4447;
}
.TagClassName
{
border-color: #2F4447;
}
</style>