Shades of Minsk #3A3373
Tints of Minsk #3A3373
RGB
CMYK
RGB Variations
Color information
#3A3373 (or 0x3A3373) is known color: Minsk. HEX triplet: 3A, 33 and 73. RGB value is (58,51,115). Sum of RGB (Red+Green+Blue) = 58+51+115=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A3373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3373 is #C5CC8C. Grayscale: #3C3C3C. Windows color (decimal): -12962957 or 7549754. OLE color: 7549754.
HSL color Cylindrical-coordinate representation of color #3A3373: hue angle of 246.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3373 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 51 | 115 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.55 |
| HSL | 246.56º | 0.39% | 0.33% | - |
| HSV(B) | 246.56º | 0.56% | 0.45% | - |
| XYZ | 6.02 | 4.5 | 16.77 | - |
| YUV | 60.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 115 | 0.50 | 0.56 | 0 | 0.55 | 246.56 | 0.39 | 0.33 |
| Hex | 3A | 33 | 73 | 32 | 38 | 0 | 37 | F7 | 27 | 21 |
| Octal | 72 | 63 | 163 | 62 | 70 | 0 | 67 | 367 | 47 | 41 |
| Binary | 111010 | 110011 | 1110011 | 110010 | 111000 | 0 | 110111 | 11110111 | 100111 | 100001 |
Color Harmonies of #3A3373
Complementary color
Monochromatic Colors of #3A3373
Black with #3A3373
Text Example
Text Example
White with #3A3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3373; }
p { color: rgb(58,51,115); }
H1.HeaderClassName
{
color: #3A3373;
}
.AnyTagClassName
{
color: #3A3373;
}
</style>
background-color css
<style>
a { background-color: #3A3373; }
a { background-color: rgb(58,51,115); }
div.DivClassName
{
background-color: #3A3373;
}
.BgClassName
{
background-color: #3A3373;
}
</style>
border-color css
<style>
span { border-color: #3A3373; }
span { border-color: rgb(58,51,115); }
td.TdClassName
{
border-color: #3A3373;
}
.TagClassName
{
border-color: #3A3373;
}
</style>