Shades of Big Stone #35454A
Tints of Big Stone #35454A
RGB
CMYK
RGB Variations
Color information
#35454A (or 0x35454A) is known color: Big Stone. HEX triplet: 35, 45 and 4A. RGB value is (53,69,74). Sum of RGB (Red+Green+Blue) = 53+69+74=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #35454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35454A is #CABAB5. Grayscale: #404040. Windows color (decimal): -13286070 or 4867381. OLE color: 4867381.
HSL color Cylindrical-coordinate representation of color #35454A: hue angle of 194.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35454A is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 69 | 74 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.71 |
| HSL | 194.29º | 0.17% | 0.25% | - |
| HSV(B) | 194.29º | 0.28% | 0.29% | - |
| XYZ | 4.83 | 5.51 | 7.29 | - |
| YUV | 64.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 74 | 0.28 | 0.07 | 0 | 0.71 | 194.29 | 0.17 | 0.25 |
| Hex | 35 | 45 | 4A | 1C | 7 | 0 | 47 | C2 | 11 | 19 |
| Octal | 65 | 105 | 112 | 34 | 7 | 0 | 107 | 302 | 21 | 31 |
| Binary | 110101 | 1000101 | 1001010 | 11100 | 111 | 0 | 1000111 | 11000010 | 10001 | 11001 |
Color Harmonies of #35454A
Complementary color
Monochromatic Colors of #35454A
Black with #35454A
Text Example
Text Example
White with #35454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35454A; }
p { color: rgb(53,69,74); }
H1.HeaderClassName
{
color: #35454A;
}
.AnyTagClassName
{
color: #35454A;
}
</style>
background-color css
<style>
a { background-color: #35454A; }
a { background-color: rgb(53,69,74); }
div.DivClassName
{
background-color: #35454A;
}
.BgClassName
{
background-color: #35454A;
}
</style>
border-color css
<style>
span { border-color: #35454A; }
span { border-color: rgb(53,69,74); }
td.TdClassName
{
border-color: #35454A;
}
.TagClassName
{
border-color: #35454A;
}
</style>