Shades of Montana #353A3D
Tints of Montana #353A3D
RGB
CMYK
RGB Variations
Color information
#353A3D (or 0x353A3D) is known color: Montana. HEX triplet: 35, 3A and 3D. RGB value is (53,58,61). Sum of RGB (Red+Green+Blue) = 53+58+61=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: blue. Hex color #353A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A3D is #CAC5C2. Grayscale: #383838. Windows color (decimal): -13288899 or 4012597. OLE color: 4012597.
HSL color Cylindrical-coordinate representation of color #353A3D: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #353A3D is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 58 | 61 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.76 |
| HSL | 202.5º | 0.07% | 0.22% | - |
| HSV(B) | 202.5º | 0.13% | 0.24% | - |
| XYZ | 3.82 | 4.12 | 5.01 | - |
| YUV | 56.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 61 | 0.13 | 0.05 | 0 | 0.76 | 202.5 | 0.07 | 0.22 |
| Hex | 35 | 3A | 3D | D | 5 | 0 | 4C | CA | 7 | 16 |
| Octal | 65 | 72 | 75 | 15 | 5 | 0 | 114 | 312 | 7 | 26 |
| Binary | 110101 | 111010 | 111101 | 1101 | 101 | 0 | 1001100 | 11001010 | 111 | 10110 |
Color Harmonies of #353A3D
Complementary color
Monochromatic Colors of #353A3D
Black with #353A3D
Text Example
Text Example
White with #353A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A3D; }
p { color: rgb(53,58,61); }
H1.HeaderClassName
{
color: #353A3D;
}
.AnyTagClassName
{
color: #353A3D;
}
</style>
background-color css
<style>
a { background-color: #353A3D; }
a { background-color: rgb(53,58,61); }
div.DivClassName
{
background-color: #353A3D;
}
.BgClassName
{
background-color: #353A3D;
}
</style>
border-color css
<style>
span { border-color: #353A3D; }
span { border-color: rgb(53,58,61); }
td.TdClassName
{
border-color: #353A3D;
}
.TagClassName
{
border-color: #353A3D;
}
</style>