Shades of Big Stone #344346
Tints of Big Stone #344346
RGB
CMYK
RGB Variations
Color information
#344346 (or 0x344346) is known color: Big Stone. HEX triplet: 34, 43 and 46. RGB value is (52,67,70). Sum of RGB (Red+Green+Blue) = 52+67+70=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #344346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344346 is #CBBCB9. Grayscale: #3E3E3E. Windows color (decimal): -13352122 or 4604724. OLE color: 4604724.
HSL color Cylindrical-coordinate representation of color #344346: hue angle of 190º 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 #344346 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 67 | 70 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.73 |
| HSL | 190º | 0.15% | 0.24% | - |
| HSV(B) | 190º | 0.26% | 0.27% | - |
| XYZ | 4.53 | 5.19 | 6.56 | - |
| YUV | 62.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 70 | 0.26 | 0.04 | 0 | 0.73 | 190 | 0.15 | 0.24 |
| Hex | 34 | 43 | 46 | 1A | 4 | 0 | 49 | BE | F | 18 |
| Octal | 64 | 103 | 106 | 32 | 4 | 0 | 111 | 276 | 17 | 30 |
| Binary | 110100 | 1000011 | 1000110 | 11010 | 100 | 0 | 1001001 | 10111110 | 1111 | 11000 |
Color Harmonies of #344346
Complementary color
Monochromatic Colors of #344346
Black with #344346
Text Example
Text Example
White with #344346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344346; }
p { color: rgb(52,67,70); }
H1.HeaderClassName
{
color: #344346;
}
.AnyTagClassName
{
color: #344346;
}
</style>
background-color css
<style>
a { background-color: #344346; }
a { background-color: rgb(52,67,70); }
div.DivClassName
{
background-color: #344346;
}
.BgClassName
{
background-color: #344346;
}
</style>
border-color css
<style>
span { border-color: #344346; }
span { border-color: rgb(52,67,70); }
td.TdClassName
{
border-color: #344346;
}
.TagClassName
{
border-color: #344346;
}
</style>