Shades of Minsk #3A3164
Tints of Minsk #3A3164
RGB
CMYK
RGB Variations
Color information
#3A3164 (or 0x3A3164) is known color: Minsk. HEX triplet: 3A, 31 and 64. RGB value is (58,49,100). Sum of RGB (Red+Green+Blue) = 58+49+100=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #3A3164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3164 is #C5CE9B. Grayscale: #393939. Windows color (decimal): -12963484 or 6566202. OLE color: 6566202.
HSL color Cylindrical-coordinate representation of color #3A3164: hue angle of 250.59º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A3164 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 49 | 100 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.61 |
| HSL | 250.59º | 0.34% | 0.29% | - |
| HSV(B) | 250.59º | 0.51% | 0.39% | - |
| XYZ | 5.14 | 4.02 | 12.56 | - |
| YUV | 57.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 100 | 0.42 | 0.51 | 0 | 0.61 | 250.59 | 0.34 | 0.29 |
| Hex | 3A | 31 | 64 | 2A | 33 | 0 | 3D | FB | 22 | 1D |
| Octal | 72 | 61 | 144 | 52 | 63 | 0 | 75 | 373 | 42 | 35 |
| Binary | 111010 | 110001 | 1100100 | 101010 | 110011 | 0 | 111101 | 11111011 | 100010 | 11101 |
Color Harmonies of #3A3164
Complementary color
Monochromatic Colors of #3A3164
Black with #3A3164
Text Example
Text Example
White with #3A3164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3164; }
p { color: rgb(58,49,100); }
H1.HeaderClassName
{
color: #3A3164;
}
.AnyTagClassName
{
color: #3A3164;
}
</style>
background-color css
<style>
a { background-color: #3A3164; }
a { background-color: rgb(58,49,100); }
div.DivClassName
{
background-color: #3A3164;
}
.BgClassName
{
background-color: #3A3164;
}
</style>
border-color css
<style>
span { border-color: #3A3164; }
span { border-color: rgb(58,49,100); }
td.TdClassName
{
border-color: #3A3164;
}
.TagClassName
{
border-color: #3A3164;
}
</style>