Shades of Big Stone #344146
Tints of Big Stone #344146
RGB
CMYK
RGB Variations
Color information
#344146 (or 0x344146) is known color: Big Stone. HEX triplet: 34, 41 and 46. RGB value is (52,65,70). Sum of RGB (Red+Green+Blue) = 52+65+70=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #344146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344146 is #CBBEB9. Grayscale: #3D3D3D. Windows color (decimal): -13352634 or 4604212. OLE color: 4604212.
HSL color Cylindrical-coordinate representation of color #344146: hue angle of 196.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #344146 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 65 | 70 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.73 |
| HSL | 196.67º | 0.15% | 0.24% | - |
| HSV(B) | 196.67º | 0.26% | 0.27% | - |
| XYZ | 4.41 | 4.95 | 6.52 | - |
| YUV | 61.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 70 | 0.26 | 0.07 | 0 | 0.73 | 196.67 | 0.15 | 0.24 |
| Hex | 34 | 41 | 46 | 1A | 7 | 0 | 49 | C5 | F | 18 |
| Octal | 64 | 101 | 106 | 32 | 7 | 0 | 111 | 305 | 17 | 30 |
| Binary | 110100 | 1000001 | 1000110 | 11010 | 111 | 0 | 1001001 | 11000101 | 1111 | 11000 |
Color Harmonies of #344146
Complementary color
Monochromatic Colors of #344146
Black with #344146
Text Example
Text Example
White with #344146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344146; }
p { color: rgb(52,65,70); }
H1.HeaderClassName
{
color: #344146;
}
.AnyTagClassName
{
color: #344146;
}
</style>
background-color css
<style>
a { background-color: #344146; }
a { background-color: rgb(52,65,70); }
div.DivClassName
{
background-color: #344146;
}
.BgClassName
{
background-color: #344146;
}
</style>
border-color css
<style>
span { border-color: #344146; }
span { border-color: rgb(52,65,70); }
td.TdClassName
{
border-color: #344146;
}
.TagClassName
{
border-color: #344146;
}
</style>