Shades of Big Stone #344247
Tints of Big Stone #344247
RGB
CMYK
RGB Variations
Color information
#344247 (or 0x344247) is known color: Big Stone. HEX triplet: 34, 42 and 47. RGB value is (52,66,71). Sum of RGB (Red+Green+Blue) = 52+66+71=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #344247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344247 is #CBBDB8. Grayscale: #3E3E3E. Windows color (decimal): -13352377 or 4670004. OLE color: 4670004.
HSL color Cylindrical-coordinate representation of color #344247: hue angle of 195.79º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #344247 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 66 | 71 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.72 |
| HSL | 195.79º | 0.15% | 0.24% | - |
| HSV(B) | 195.79º | 0.27% | 0.28% | - |
| XYZ | 4.5 | 5.08 | 6.7 | - |
| YUV | 62.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 71 | 0.27 | 0.07 | 0 | 0.72 | 195.79 | 0.15 | 0.24 |
| Hex | 34 | 42 | 47 | 1B | 7 | 0 | 48 | C4 | F | 18 |
| Octal | 64 | 102 | 107 | 33 | 7 | 0 | 110 | 304 | 17 | 30 |
| Binary | 110100 | 1000010 | 1000111 | 11011 | 111 | 0 | 1001000 | 11000100 | 1111 | 11000 |
Color Harmonies of #344247
Complementary color
Monochromatic Colors of #344247
Black with #344247
Text Example
Text Example
White with #344247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344247; }
p { color: rgb(52,66,71); }
H1.HeaderClassName
{
color: #344247;
}
.AnyTagClassName
{
color: #344247;
}
</style>
background-color css
<style>
a { background-color: #344247; }
a { background-color: rgb(52,66,71); }
div.DivClassName
{
background-color: #344247;
}
.BgClassName
{
background-color: #344247;
}
</style>
border-color css
<style>
span { border-color: #344247; }
span { border-color: rgb(52,66,71); }
td.TdClassName
{
border-color: #344247;
}
.TagClassName
{
border-color: #344247;
}
</style>