Shades of Big Stone #344649
Tints of Big Stone #344649
RGB
CMYK
RGB Variations
Color information
#344649 (or 0x344649) is known color: Big Stone. HEX triplet: 34, 46 and 49. RGB value is (52,70,73). Sum of RGB (Red+Green+Blue) = 52+70+73=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #344649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344649 is #CBB9B6. Grayscale: #404040. Windows color (decimal): -13351351 or 4802100. OLE color: 4802100.
HSL color Cylindrical-coordinate representation of color #344649: hue angle of 188.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #344649 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 70 | 73 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.71 |
| HSL | 188.57º | 0.17% | 0.25% | - |
| HSV(B) | 188.57º | 0.29% | 0.29% | - |
| XYZ | 4.81 | 5.59 | 7.13 | - |
| YUV | 64.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 73 | 0.29 | 0.04 | 0 | 0.71 | 188.57 | 0.17 | 0.25 |
| Hex | 34 | 46 | 49 | 1D | 4 | 0 | 47 | BD | 11 | 19 |
| Octal | 64 | 106 | 111 | 35 | 4 | 0 | 107 | 275 | 21 | 31 |
| Binary | 110100 | 1000110 | 1001001 | 11101 | 100 | 0 | 1000111 | 10111101 | 10001 | 11001 |
Color Harmonies of #344649
Complementary color
Monochromatic Colors of #344649
Black with #344649
Text Example
Text Example
White with #344649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344649; }
p { color: rgb(52,70,73); }
H1.HeaderClassName
{
color: #344649;
}
.AnyTagClassName
{
color: #344649;
}
</style>
background-color css
<style>
a { background-color: #344649; }
a { background-color: rgb(52,70,73); }
div.DivClassName
{
background-color: #344649;
}
.BgClassName
{
background-color: #344649;
}
</style>
border-color css
<style>
span { border-color: #344649; }
span { border-color: rgb(52,70,73); }
td.TdClassName
{
border-color: #344649;
}
.TagClassName
{
border-color: #344649;
}
</style>