Shades of Minsk #3A3367
Tints of Minsk #3A3367
RGB
CMYK
RGB Variations
Color information
#3A3367 (or 0x3A3367) is known color: Minsk. HEX triplet: 3A, 33 and 67. RGB value is (58,51,103). Sum of RGB (Red+Green+Blue) = 58+51+103=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3367 is #C5CC98. Grayscale: #3A3A3A. Windows color (decimal): -12962969 or 6763322. OLE color: 6763322.
HSL color Cylindrical-coordinate representation of color #3A3367: hue angle of 248.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A3367 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 51 | 103 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.60 |
| HSL | 248.08º | 0.34% | 0.3% | - |
| HSV(B) | 248.08º | 0.5% | 0.4% | - |
| XYZ | 5.38 | 4.25 | 13.37 | - |
| YUV | 59.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 103 | 0.44 | 0.50 | 0 | 0.60 | 248.08 | 0.34 | 0.3 |
| Hex | 3A | 33 | 67 | 2C | 32 | 0 | 3C | F8 | 22 | 1E |
| Octal | 72 | 63 | 147 | 54 | 62 | 0 | 74 | 370 | 42 | 36 |
| Binary | 111010 | 110011 | 1100111 | 101100 | 110010 | 0 | 111100 | 11111000 | 100010 | 11110 |
Color Harmonies of #3A3367
Complementary color
Monochromatic Colors of #3A3367
Black with #3A3367
Text Example
Text Example
White with #3A3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3367; }
p { color: rgb(58,51,103); }
H1.HeaderClassName
{
color: #3A3367;
}
.AnyTagClassName
{
color: #3A3367;
}
</style>
background-color css
<style>
a { background-color: #3A3367; }
a { background-color: rgb(58,51,103); }
div.DivClassName
{
background-color: #3A3367;
}
.BgClassName
{
background-color: #3A3367;
}
</style>
border-color css
<style>
span { border-color: #3A3367; }
span { border-color: rgb(58,51,103); }
td.TdClassName
{
border-color: #3A3367;
}
.TagClassName
{
border-color: #3A3367;
}
</style>