Shades of Big Stone #344246
Tints of Big Stone #344246
RGB
CMYK
RGB Variations
Color information
#344246 (or 0x344246) is known color: Big Stone. HEX triplet: 34, 42 and 46. RGB value is (52,66,70). Sum of RGB (Red+Green+Blue) = 52+66+70=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: blue. Hex color #344246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344246 is #CBBDB9. Grayscale: #3E3E3E. Windows color (decimal): -13352378 or 4604468. OLE color: 4604468.
HSL color Cylindrical-coordinate representation of color #344246: hue angle of 193.33º 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 #344246 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 66 | 70 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.73 |
| HSL | 193.33º | 0.15% | 0.24% | - |
| HSV(B) | 193.33º | 0.26% | 0.27% | - |
| XYZ | 4.47 | 5.07 | 6.54 | - |
| YUV | 62.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 70 | 0.26 | 0.06 | 0 | 0.73 | 193.33 | 0.15 | 0.24 |
| Hex | 34 | 42 | 46 | 1A | 6 | 0 | 49 | C1 | F | 18 |
| Octal | 64 | 102 | 106 | 32 | 6 | 0 | 111 | 301 | 17 | 30 |
| Binary | 110100 | 1000010 | 1000110 | 11010 | 110 | 0 | 1001001 | 11000001 | 1111 | 11000 |
Color Harmonies of #344246
Complementary color
Monochromatic Colors of #344246
Black with #344246
Text Example
Text Example
White with #344246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344246; }
p { color: rgb(52,66,70); }
H1.HeaderClassName
{
color: #344246;
}
.AnyTagClassName
{
color: #344246;
}
</style>
background-color css
<style>
a { background-color: #344246; }
a { background-color: rgb(52,66,70); }
div.DivClassName
{
background-color: #344246;
}
.BgClassName
{
background-color: #344246;
}
</style>
border-color css
<style>
span { border-color: #344246; }
span { border-color: rgb(52,66,70); }
td.TdClassName
{
border-color: #344246;
}
.TagClassName
{
border-color: #344246;
}
</style>