Shades of Minsk #3A336D
Tints of Minsk #3A336D
RGB
CMYK
RGB Variations
Color information
#3A336D (or 0x3A336D) is known color: Minsk. HEX triplet: 3A, 33 and 6D. RGB value is (58,51,109). Sum of RGB (Red+Green+Blue) = 58+51+109=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A336D is #C5CC92. Grayscale: #3B3B3B. Windows color (decimal): -12962963 or 7156538. OLE color: 7156538.
HSL color Cylindrical-coordinate representation of color #3A336D: hue angle of 247.24º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A336D is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 51 | 109 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.57 |
| HSL | 247.24º | 0.36% | 0.31% | - |
| HSV(B) | 247.24º | 0.53% | 0.43% | - |
| XYZ | 5.69 | 4.37 | 15.01 | - |
| YUV | 59.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 109 | 0.47 | 0.53 | 0 | 0.57 | 247.24 | 0.36 | 0.31 |
| Hex | 3A | 33 | 6D | 2F | 35 | 0 | 39 | F7 | 24 | 1F |
| Octal | 72 | 63 | 155 | 57 | 65 | 0 | 71 | 367 | 44 | 37 |
| Binary | 111010 | 110011 | 1101101 | 101111 | 110101 | 0 | 111001 | 11110111 | 100100 | 11111 |
Color Harmonies of #3A336D
Complementary color
Monochromatic Colors of #3A336D
Black with #3A336D
Text Example
Text Example
White with #3A336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A336D; }
p { color: rgb(58,51,109); }
H1.HeaderClassName
{
color: #3A336D;
}
.AnyTagClassName
{
color: #3A336D;
}
</style>
background-color css
<style>
a { background-color: #3A336D; }
a { background-color: rgb(58,51,109); }
div.DivClassName
{
background-color: #3A336D;
}
.BgClassName
{
background-color: #3A336D;
}
</style>
border-color css
<style>
span { border-color: #3A336D; }
span { border-color: rgb(58,51,109); }
td.TdClassName
{
border-color: #3A336D;
}
.TagClassName
{
border-color: #3A336D;
}
</style>