Shades of Big Stone #35464C
Tints of Big Stone #35464C
RGB
CMYK
RGB Variations
Color information
#35464C (or 0x35464C) is known color: Big Stone. HEX triplet: 35, 46 and 4C. RGB value is (53,70,76). Sum of RGB (Red+Green+Blue) = 53+70+76=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #35464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35464C is #CAB9B3. Grayscale: #414141. Windows color (decimal): -13285812 or 4998709. OLE color: 4998709.
HSL color Cylindrical-coordinate representation of color #35464C: hue angle of 195.65º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35464C is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 70 | 76 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.70 |
| HSL | 195.65º | 0.18% | 0.25% | - |
| HSV(B) | 195.65º | 0.3% | 0.3% | - |
| XYZ | 4.96 | 5.66 | 7.67 | - |
| YUV | 65.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 76 | 0.30 | 0.08 | 0 | 0.70 | 195.65 | 0.18 | 0.25 |
| Hex | 35 | 46 | 4C | 1E | 8 | 0 | 46 | C4 | 12 | 19 |
| Octal | 65 | 106 | 114 | 36 | 10 | 0 | 106 | 304 | 22 | 31 |
| Binary | 110101 | 1000110 | 1001100 | 11110 | 1000 | 0 | 1000110 | 11000100 | 10010 | 11001 |
Color Harmonies of #35464C
Complementary color
Monochromatic Colors of #35464C
Black with #35464C
Text Example
Text Example
White with #35464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35464C; }
p { color: rgb(53,70,76); }
H1.HeaderClassName
{
color: #35464C;
}
.AnyTagClassName
{
color: #35464C;
}
</style>
background-color css
<style>
a { background-color: #35464C; }
a { background-color: rgb(53,70,76); }
div.DivClassName
{
background-color: #35464C;
}
.BgClassName
{
background-color: #35464C;
}
</style>
border-color css
<style>
span { border-color: #35464C; }
span { border-color: rgb(53,70,76); }
td.TdClassName
{
border-color: #35464C;
}
.TagClassName
{
border-color: #35464C;
}
</style>