Shades of Big Stone #34484D
Tints of Big Stone #34484D
RGB
CMYK
RGB Variations
Color information
#34484D (or 0x34484D) is known color: Big Stone. HEX triplet: 34, 48 and 4D. RGB value is (52,72,77). Sum of RGB (Red+Green+Blue) = 52+72+77=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #34484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34484D is #CBB7B2. Grayscale: #424242. Windows color (decimal): -13350835 or 5064756. OLE color: 5064756.
HSL color Cylindrical-coordinate representation of color #34484D: hue angle of 192º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34484D is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 72 | 77 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.70 |
| HSL | 192º | 0.19% | 0.25% | - |
| HSV(B) | 192º | 0.32% | 0.3% | - |
| XYZ | 5.07 | 5.9 | 7.89 | - |
| YUV | 66.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 77 | 0.32 | 0.06 | 0 | 0.70 | 192 | 0.19 | 0.25 |
| Hex | 34 | 48 | 4D | 20 | 6 | 0 | 46 | C0 | 13 | 19 |
| Octal | 64 | 110 | 115 | 40 | 6 | 0 | 106 | 300 | 23 | 31 |
| Binary | 110100 | 1001000 | 1001101 | 100000 | 110 | 0 | 1000110 | 11000000 | 10011 | 11001 |
Color Harmonies of #34484D
Complementary color
Monochromatic Colors of #34484D
Black with #34484D
Text Example
Text Example
White with #34484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34484D; }
p { color: rgb(52,72,77); }
H1.HeaderClassName
{
color: #34484D;
}
.AnyTagClassName
{
color: #34484D;
}
</style>
background-color css
<style>
a { background-color: #34484D; }
a { background-color: rgb(52,72,77); }
div.DivClassName
{
background-color: #34484D;
}
.BgClassName
{
background-color: #34484D;
}
</style>
border-color css
<style>
span { border-color: #34484D; }
span { border-color: rgb(52,72,77); }
td.TdClassName
{
border-color: #34484D;
}
.TagClassName
{
border-color: #34484D;
}
</style>