Shades of Big Stone #2F404C
Tints of Big Stone #2F404C
RGB
CMYK
RGB Variations
Color information
#2F404C (or 0x2F404C) is known color: Big Stone. HEX triplet: 2F, 40 and 4C. RGB value is (47,64,76). Sum of RGB (Red+Green+Blue) = 47+64+76=187 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.13% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F404C is #D0BFB3. Grayscale: #3C3C3C. Windows color (decimal): -13680564 or 4997167. OLE color: 4997167.
HSL color Cylindrical-coordinate representation of color #2F404C: hue angle of 204.83º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F404C is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 64 | 76 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.70 |
| HSL | 204.83º | 0.24% | 0.24% | - |
| HSV(B) | 204.83º | 0.38% | 0.3% | - |
| XYZ | 4.31 | 4.79 | 7.54 | - |
| YUV | 60.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 76 | 0.38 | 0.16 | 0 | 0.70 | 204.83 | 0.24 | 0.24 |
| Hex | 2F | 40 | 4C | 26 | 10 | 0 | 46 | CD | 18 | 18 |
| Octal | 57 | 100 | 114 | 46 | 20 | 0 | 106 | 315 | 30 | 30 |
| Binary | 101111 | 1000000 | 1001100 | 100110 | 10000 | 0 | 1000110 | 11001101 | 11000 | 11000 |
Color Harmonies of #2F404C
Complementary color
Monochromatic Colors of #2F404C
Black with #2F404C
Text Example
Text Example
White with #2F404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F404C; }
p { color: rgb(47,64,76); }
H1.HeaderClassName
{
color: #2F404C;
}
.AnyTagClassName
{
color: #2F404C;
}
</style>
background-color css
<style>
a { background-color: #2F404C; }
a { background-color: rgb(47,64,76); }
div.DivClassName
{
background-color: #2F404C;
}
.BgClassName
{
background-color: #2F404C;
}
</style>
border-color css
<style>
span { border-color: #2F404C; }
span { border-color: rgb(47,64,76); }
td.TdClassName
{
border-color: #2F404C;
}
.TagClassName
{
border-color: #2F404C;
}
</style>