Shades of Minsk #3A3562
Tints of Minsk #3A3562
RGB
CMYK
RGB Variations
Color information
#3A3562 (or 0x3A3562) is known color: Minsk. HEX triplet: 3A, 35 and 62. RGB value is (58,53,98). Sum of RGB (Red+Green+Blue) = 58+53+98=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A3562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3562 is #C5CA9D. Grayscale: #3B3B3B. Windows color (decimal): -12962462 or 6436154. OLE color: 6436154.
HSL color Cylindrical-coordinate representation of color #3A3562: hue angle of 246.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A3562 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 53 | 98 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.62 |
| HSL | 246.67º | 0.3% | 0.3% | - |
| HSV(B) | 246.67º | 0.46% | 0.38% | - |
| XYZ | 5.22 | 4.33 | 12.12 | - |
| YUV | 59.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 98 | 0.41 | 0.46 | 0 | 0.62 | 246.67 | 0.3 | 0.3 |
| Hex | 3A | 35 | 62 | 29 | 2E | 0 | 3E | F7 | 1E | 1E |
| Octal | 72 | 65 | 142 | 51 | 56 | 0 | 76 | 367 | 36 | 36 |
| Binary | 111010 | 110101 | 1100010 | 101001 | 101110 | 0 | 111110 | 11110111 | 11110 | 11110 |
Color Harmonies of #3A3562
Complementary color
Monochromatic Colors of #3A3562
Black with #3A3562
Text Example
Text Example
White with #3A3562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3562; }
p { color: rgb(58,53,98); }
H1.HeaderClassName
{
color: #3A3562;
}
.AnyTagClassName
{
color: #3A3562;
}
</style>
background-color css
<style>
a { background-color: #3A3562; }
a { background-color: rgb(58,53,98); }
div.DivClassName
{
background-color: #3A3562;
}
.BgClassName
{
background-color: #3A3562;
}
</style>
border-color css
<style>
span { border-color: #3A3562; }
span { border-color: rgb(58,53,98); }
td.TdClassName
{
border-color: #3A3562;
}
.TagClassName
{
border-color: #3A3562;
}
</style>