Shades of Montana #323A3F
Tints of Montana #323A3F
RGB
CMYK
RGB Variations
Color information
#323A3F (or 0x323A3F) is known color: Montana. HEX triplet: 32, 3A and 3F. RGB value is (50,58,63). Sum of RGB (Red+Green+Blue) = 50+58+63=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #323A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A3F is #CDC5C0. Grayscale: #383838. Windows color (decimal): -13485505 or 4143666. OLE color: 4143666.
HSL color Cylindrical-coordinate representation of color #323A3F: hue angle of 203.08º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #323A3F is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 58 | 63 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.75 |
| HSL | 203.08º | 0.12% | 0.22% | - |
| HSV(B) | 203.08º | 0.21% | 0.25% | - |
| XYZ | 3.73 | 4.06 | 5.29 | - |
| YUV | 56.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 63 | 0.21 | 0.08 | 0 | 0.75 | 203.08 | 0.12 | 0.22 |
| Hex | 32 | 3A | 3F | 15 | 8 | 0 | 4B | CB | C | 16 |
| Octal | 62 | 72 | 77 | 25 | 10 | 0 | 113 | 313 | 14 | 26 |
| Binary | 110010 | 111010 | 111111 | 10101 | 1000 | 0 | 1001011 | 11001011 | 1100 | 10110 |
Color Harmonies of #323A3F
Complementary color
Monochromatic Colors of #323A3F
Black with #323A3F
Text Example
Text Example
White with #323A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A3F; }
p { color: rgb(50,58,63); }
H1.HeaderClassName
{
color: #323A3F;
}
.AnyTagClassName
{
color: #323A3F;
}
</style>
background-color css
<style>
a { background-color: #323A3F; }
a { background-color: rgb(50,58,63); }
div.DivClassName
{
background-color: #323A3F;
}
.BgClassName
{
background-color: #323A3F;
}
</style>
border-color css
<style>
span { border-color: #323A3F; }
span { border-color: rgb(50,58,63); }
td.TdClassName
{
border-color: #323A3F;
}
.TagClassName
{
border-color: #323A3F;
}
</style>