Shades of Montana #343B3F
Tints of Montana #343B3F
RGB
CMYK
RGB Variations
Color information
#343B3F (or 0x343B3F) is known color: Montana. HEX triplet: 34, 3B and 3F. RGB value is (52,59,63). Sum of RGB (Red+Green+Blue) = 52+59+63=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 63 - color contains mainly: blue. Hex color #343B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B3F is #CBC4C0. Grayscale: #393939. Windows color (decimal): -13354177 or 4143924. OLE color: 4143924.
HSL color Cylindrical-coordinate representation of color #343B3F: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343B3F is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 59 | 63 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.75 |
| HSL | 201.82º | 0.1% | 0.23% | - |
| HSV(B) | 201.82º | 0.17% | 0.25% | - |
| XYZ | 3.88 | 4.22 | 5.31 | - |
| YUV | 57.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 63 | 0.17 | 0.06 | 0 | 0.75 | 201.82 | 0.1 | 0.23 |
| Hex | 34 | 3B | 3F | 11 | 6 | 0 | 4B | CA | A | 17 |
| Octal | 64 | 73 | 77 | 21 | 6 | 0 | 113 | 312 | 12 | 27 |
| Binary | 110100 | 111011 | 111111 | 10001 | 110 | 0 | 1001011 | 11001010 | 1010 | 10111 |
Color Harmonies of #343B3F
Complementary color
Monochromatic Colors of #343B3F
Black with #343B3F
Text Example
Text Example
White with #343B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B3F; }
p { color: rgb(52,59,63); }
H1.HeaderClassName
{
color: #343B3F;
}
.AnyTagClassName
{
color: #343B3F;
}
</style>
background-color css
<style>
a { background-color: #343B3F; }
a { background-color: rgb(52,59,63); }
div.DivClassName
{
background-color: #343B3F;
}
.BgClassName
{
background-color: #343B3F;
}
</style>
border-color css
<style>
span { border-color: #343B3F; }
span { border-color: rgb(52,59,63); }
td.TdClassName
{
border-color: #343B3F;
}
.TagClassName
{
border-color: #343B3F;
}
</style>