Shades of Minsk #3A336C
Tints of Minsk #3A336C
RGB
CMYK
RGB Variations
Color information
#3A336C (or 0x3A336C) is known color: Minsk. HEX triplet: 3A, 33 and 6C. RGB value is (58,51,108). Sum of RGB (Red+Green+Blue) = 58+51+108=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A336C is #C5CC93. Grayscale: #3B3B3B. Windows color (decimal): -12962964 or 7091002. OLE color: 7091002.
HSL color Cylindrical-coordinate representation of color #3A336C: hue angle of 247.37º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A336C is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 51 | 108 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.58 |
| HSL | 247.37º | 0.36% | 0.31% | - |
| HSV(B) | 247.37º | 0.53% | 0.42% | - |
| XYZ | 5.64 | 4.35 | 14.73 | - |
| YUV | 59.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 108 | 0.46 | 0.53 | 0 | 0.58 | 247.37 | 0.36 | 0.31 |
| Hex | 3A | 33 | 6C | 2E | 35 | 0 | 3A | F7 | 24 | 1F |
| Octal | 72 | 63 | 154 | 56 | 65 | 0 | 72 | 367 | 44 | 37 |
| Binary | 111010 | 110011 | 1101100 | 101110 | 110101 | 0 | 111010 | 11110111 | 100100 | 11111 |
Color Harmonies of #3A336C
Complementary color
Monochromatic Colors of #3A336C
Black with #3A336C
Text Example
Text Example
White with #3A336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A336C; }
p { color: rgb(58,51,108); }
H1.HeaderClassName
{
color: #3A336C;
}
.AnyTagClassName
{
color: #3A336C;
}
</style>
background-color css
<style>
a { background-color: #3A336C; }
a { background-color: rgb(58,51,108); }
div.DivClassName
{
background-color: #3A336C;
}
.BgClassName
{
background-color: #3A336C;
}
</style>
border-color css
<style>
span { border-color: #3A336C; }
span { border-color: rgb(58,51,108); }
td.TdClassName
{
border-color: #3A336C;
}
.TagClassName
{
border-color: #3A336C;
}
</style>