Shades of Big Stone #35464E
Tints of Big Stone #35464E
RGB
CMYK
RGB Variations
Color information
#35464E (or 0x35464E) is known color: Big Stone. HEX triplet: 35, 46 and 4E. RGB value is (53,70,78). Sum of RGB (Red+Green+Blue) = 53+70+78=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 78 - color contains mainly: blue. Hex color #35464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35464E is #CAB9B1. Grayscale: #414141. Windows color (decimal): -13285810 or 5129781. OLE color: 5129781.
HSL color Cylindrical-coordinate representation of color #35464E: hue angle of 199.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #35464E is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 70 | 78 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.69 |
| HSL | 199.2º | 0.19% | 0.26% | - |
| HSV(B) | 199.2º | 0.32% | 0.31% | - |
| XYZ | 5.03 | 5.69 | 8.04 | - |
| YUV | 65.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 78 | 0.32 | 0.10 | 0 | 0.69 | 199.2 | 0.19 | 0.26 |
| Hex | 35 | 46 | 4E | 20 | A | 0 | 45 | C7 | 13 | 1A |
| Octal | 65 | 106 | 116 | 40 | 12 | 0 | 105 | 307 | 23 | 32 |
| Binary | 110101 | 1000110 | 1001110 | 100000 | 1010 | 0 | 1000101 | 11000111 | 10011 | 11010 |
Color Harmonies of #35464E
Complementary color
Monochromatic Colors of #35464E
Black with #35464E
Text Example
Text Example
White with #35464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35464E; }
p { color: rgb(53,70,78); }
H1.HeaderClassName
{
color: #35464E;
}
.AnyTagClassName
{
color: #35464E;
}
</style>
background-color css
<style>
a { background-color: #35464E; }
a { background-color: rgb(53,70,78); }
div.DivClassName
{
background-color: #35464E;
}
.BgClassName
{
background-color: #35464E;
}
</style>
border-color css
<style>
span { border-color: #35464E; }
span { border-color: rgb(53,70,78); }
td.TdClassName
{
border-color: #35464E;
}
.TagClassName
{
border-color: #35464E;
}
</style>