Shades of Minsk #3A3462
Tints of Minsk #3A3462
RGB
CMYK
RGB Variations
Color information
#3A3462 (or 0x3A3462) is known color: Minsk. HEX triplet: 3A, 34 and 62. RGB value is (58,52,98). Sum of RGB (Red+Green+Blue) = 58+52+98=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A3462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3462 is #C5CB9D. Grayscale: #3A3A3A. Windows color (decimal): -12962718 or 6435898. OLE color: 6435898.
HSL color Cylindrical-coordinate representation of color #3A3462: hue angle of 247.83º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A3462 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 52 | 98 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.62 |
| HSL | 247.83º | 0.31% | 0.29% | - |
| HSV(B) | 247.83º | 0.47% | 0.38% | - |
| XYZ | 5.18 | 4.24 | 12.1 | - |
| YUV | 59.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 98 | 0.41 | 0.47 | 0 | 0.62 | 247.83 | 0.31 | 0.29 |
| Hex | 3A | 34 | 62 | 29 | 2F | 0 | 3E | F8 | 1F | 1D |
| Octal | 72 | 64 | 142 | 51 | 57 | 0 | 76 | 370 | 37 | 35 |
| Binary | 111010 | 110100 | 1100010 | 101001 | 101111 | 0 | 111110 | 11111000 | 11111 | 11101 |
Color Harmonies of #3A3462
Complementary color
Monochromatic Colors of #3A3462
Black with #3A3462
Text Example
Text Example
White with #3A3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3462; }
p { color: rgb(58,52,98); }
H1.HeaderClassName
{
color: #3A3462;
}
.AnyTagClassName
{
color: #3A3462;
}
</style>
background-color css
<style>
a { background-color: #3A3462; }
a { background-color: rgb(58,52,98); }
div.DivClassName
{
background-color: #3A3462;
}
.BgClassName
{
background-color: #3A3462;
}
</style>
border-color css
<style>
span { border-color: #3A3462; }
span { border-color: rgb(58,52,98); }
td.TdClassName
{
border-color: #3A3462;
}
.TagClassName
{
border-color: #3A3462;
}
</style>