Shades of Minsk #3A3066
Tints of Minsk #3A3066
RGB
CMYK
RGB Variations
Color information
#3A3066 (or 0x3A3066) is known color: Minsk. HEX triplet: 3A, 30 and 66. RGB value is (58,48,102). Sum of RGB (Red+Green+Blue) = 58+48+102=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A3066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3066 is #C5CF99. Grayscale: #383838. Windows color (decimal): -12963738 or 6697018. OLE color: 6697018.
HSL color Cylindrical-coordinate representation of color #3A3066: hue angle of 251.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A3066 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 48 | 102 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.6 |
| HSL | 251.11º | 0.36% | 0.29% | - |
| HSV(B) | 251.11º | 0.53% | 0.4% | - |
| XYZ | 5.2 | 3.97 | 13.06 | - |
| YUV | 57.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 102 | 0.43 | 0.53 | 0 | 0.6 | 251.11 | 0.36 | 0.29 |
| Hex | 3A | 30 | 66 | 2B | 35 | 0 | 3C | FB | 24 | 1D |
| Octal | 72 | 60 | 146 | 53 | 65 | 0 | 74 | 373 | 44 | 35 |
| Binary | 111010 | 110000 | 1100110 | 101011 | 110101 | 0 | 111100 | 11111011 | 100100 | 11101 |
Color Harmonies of #3A3066
Complementary color
Monochromatic Colors of #3A3066
Black with #3A3066
Text Example
Text Example
White with #3A3066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3066; }
p { color: rgb(58,48,102); }
H1.HeaderClassName
{
color: #3A3066;
}
.AnyTagClassName
{
color: #3A3066;
}
</style>
background-color css
<style>
a { background-color: #3A3066; }
a { background-color: rgb(58,48,102); }
div.DivClassName
{
background-color: #3A3066;
}
.BgClassName
{
background-color: #3A3066;
}
</style>
border-color css
<style>
span { border-color: #3A3066; }
span { border-color: rgb(58,48,102); }
td.TdClassName
{
border-color: #3A3066;
}
.TagClassName
{
border-color: #3A3066;
}
</style>