Shades of Minsk #3B3562
Tints of Minsk #3B3562
RGB
CMYK
RGB Variations
Color information
#3B3562 (or 0x3B3562) is known color: Minsk. HEX triplet: 3B, 35 and 62. RGB value is (59,53,98). Sum of RGB (Red+Green+Blue) = 59+53+98=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B3562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3562 is #C4CA9D. Grayscale: #3B3B3B. Windows color (decimal): -12896926 or 6436155. OLE color: 6436155.
HSL color Cylindrical-coordinate representation of color #3B3562: hue angle of 248º 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 #3B3562 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 53 | 98 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.62 |
| HSL | 248º | 0.3% | 0.3% | - |
| HSV(B) | 248º | 0.46% | 0.38% | - |
| XYZ | 5.28 | 4.36 | 12.12 | - |
| YUV | 59.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 98 | 0.40 | 0.46 | 0 | 0.62 | 248 | 0.3 | 0.3 |
| Hex | 3B | 35 | 62 | 28 | 2E | 0 | 3E | F8 | 1E | 1E |
| Octal | 73 | 65 | 142 | 50 | 56 | 0 | 76 | 370 | 36 | 36 |
| Binary | 111011 | 110101 | 1100010 | 101000 | 101110 | 0 | 111110 | 11111000 | 11110 | 11110 |
Color Harmonies of #3B3562
Complementary color
Monochromatic Colors of #3B3562
Black with #3B3562
Text Example
Text Example
White with #3B3562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3562; }
p { color: rgb(59,53,98); }
H1.HeaderClassName
{
color: #3B3562;
}
.AnyTagClassName
{
color: #3B3562;
}
</style>
background-color css
<style>
a { background-color: #3B3562; }
a { background-color: rgb(59,53,98); }
div.DivClassName
{
background-color: #3B3562;
}
.BgClassName
{
background-color: #3B3562;
}
</style>
border-color css
<style>
span { border-color: #3B3562; }
span { border-color: rgb(59,53,98); }
td.TdClassName
{
border-color: #3B3562;
}
.TagClassName
{
border-color: #3B3562;
}
</style>