Shades of Montana #343A3D
Tints of Montana #343A3D
RGB
CMYK
RGB Variations
Color information
#343A3D (or 0x343A3D) is known color: Montana. HEX triplet: 34, 3A and 3D. RGB value is (52,58,61). Sum of RGB (Red+Green+Blue) = 52+58+61=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 61 - color contains mainly: blue. Hex color #343A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A3D is #CBC5C2. Grayscale: #383838. Windows color (decimal): -13354435 or 4012596. OLE color: 4012596.
HSL color Cylindrical-coordinate representation of color #343A3D: hue angle of 200º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #343A3D is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 58 | 61 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.76 |
| HSL | 200º | 0.08% | 0.22% | - |
| HSV(B) | 200º | 0.15% | 0.24% | - |
| XYZ | 3.77 | 4.09 | 5.01 | - |
| YUV | 56.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 61 | 0.15 | 0.05 | 0 | 0.76 | 200 | 0.08 | 0.22 |
| Hex | 34 | 3A | 3D | F | 5 | 0 | 4C | C8 | 8 | 16 |
| Octal | 64 | 72 | 75 | 17 | 5 | 0 | 114 | 310 | 10 | 26 |
| Binary | 110100 | 111010 | 111101 | 1111 | 101 | 0 | 1001100 | 11001000 | 1000 | 10110 |
Color Harmonies of #343A3D
Complementary color
Monochromatic Colors of #343A3D
Black with #343A3D
Text Example
Text Example
White with #343A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343A3D; }
p { color: rgb(52,58,61); }
H1.HeaderClassName
{
color: #343A3D;
}
.AnyTagClassName
{
color: #343A3D;
}
</style>
background-color css
<style>
a { background-color: #343A3D; }
a { background-color: rgb(52,58,61); }
div.DivClassName
{
background-color: #343A3D;
}
.BgClassName
{
background-color: #343A3D;
}
</style>
border-color css
<style>
span { border-color: #343A3D; }
span { border-color: rgb(52,58,61); }
td.TdClassName
{
border-color: #343A3D;
}
.TagClassName
{
border-color: #343A3D;
}
</style>