Shades of Minsk #3A2A66
Tints of Minsk #3A2A66
RGB
CMYK
RGB Variations
Color information
#3A2A66 (or 0x3A2A66) is known color: Minsk. HEX triplet: 3A, 2A and 66. RGB value is (58,42,102). Sum of RGB (Red+Green+Blue) = 58+42+102=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A2A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A66 is #C5D599. Grayscale: #353535. Windows color (decimal): -12965274 or 6695482. OLE color: 6695482.
HSL color Cylindrical-coordinate representation of color #3A2A66: hue angle of 256º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A2A66 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 42 | 102 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.6 |
| HSL | 256º | 0.42% | 0.28% | - |
| HSV(B) | 256º | 0.59% | 0.4% | - |
| XYZ | 4.97 | 3.51 | 12.99 | - |
| YUV | 53.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 102 | 0.43 | 0.59 | 0 | 0.6 | 256 | 0.42 | 0.28 |
| Hex | 3A | 2A | 66 | 2B | 3B | 0 | 3C | 100 | 2A | 1C |
| Octal | 72 | 52 | 146 | 53 | 73 | 0 | 74 | 400 | 52 | 34 |
| Binary | 111010 | 101010 | 1100110 | 101011 | 111011 | 0 | 111100 | 100000000 | 101010 | 11100 |
Color Harmonies of #3A2A66
Complementary color
Monochromatic Colors of #3A2A66
Black with #3A2A66
Text Example
Text Example
White with #3A2A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A66; }
p { color: rgb(58,42,102); }
H1.HeaderClassName
{
color: #3A2A66;
}
.AnyTagClassName
{
color: #3A2A66;
}
</style>
background-color css
<style>
a { background-color: #3A2A66; }
a { background-color: rgb(58,42,102); }
div.DivClassName
{
background-color: #3A2A66;
}
.BgClassName
{
background-color: #3A2A66;
}
</style>
border-color css
<style>
span { border-color: #3A2A66; }
span { border-color: rgb(58,42,102); }
td.TdClassName
{
border-color: #3A2A66;
}
.TagClassName
{
border-color: #3A2A66;
}
</style>