Shades of Big Stone #35454D
Tints of Big Stone #35454D
RGB
CMYK
RGB Variations
Color information
#35454D (or 0x35454D) is known color: Big Stone. HEX triplet: 35, 45 and 4D. RGB value is (53,69,77). Sum of RGB (Red+Green+Blue) = 53+69+77=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #35454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35454D is #CABAB2. Grayscale: #414141. Windows color (decimal): -13286067 or 5063989. OLE color: 5063989.
HSL color Cylindrical-coordinate representation of color #35454D: hue angle of 200º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #35454D is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 69 | 77 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.70 |
| HSL | 200º | 0.18% | 0.25% | - |
| HSV(B) | 200º | 0.31% | 0.3% | - |
| XYZ | 4.94 | 5.55 | 7.83 | - |
| YUV | 65.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 77 | 0.31 | 0.10 | 0 | 0.70 | 200 | 0.18 | 0.25 |
| Hex | 35 | 45 | 4D | 1F | A | 0 | 46 | C8 | 12 | 19 |
| Octal | 65 | 105 | 115 | 37 | 12 | 0 | 106 | 310 | 22 | 31 |
| Binary | 110101 | 1000101 | 1001101 | 11111 | 1010 | 0 | 1000110 | 11001000 | 10010 | 11001 |
Color Harmonies of #35454D
Complementary color
Monochromatic Colors of #35454D
Black with #35454D
Text Example
Text Example
White with #35454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35454D; }
p { color: rgb(53,69,77); }
H1.HeaderClassName
{
color: #35454D;
}
.AnyTagClassName
{
color: #35454D;
}
</style>
background-color css
<style>
a { background-color: #35454D; }
a { background-color: rgb(53,69,77); }
div.DivClassName
{
background-color: #35454D;
}
.BgClassName
{
background-color: #35454D;
}
</style>
border-color css
<style>
span { border-color: #35454D; }
span { border-color: rgb(53,69,77); }
td.TdClassName
{
border-color: #35454D;
}
.TagClassName
{
border-color: #35454D;
}
</style>