Shades of Minsk #3B3473
Tints of Minsk #3B3473
RGB
CMYK
RGB Variations
Color information
#3B3473 (or 0x3B3473) is known color: Minsk. HEX triplet: 3B, 34 and 73. RGB value is (59,52,115). Sum of RGB (Red+Green+Blue) = 59+52+115=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B3473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3473 is #C4CB8C. Grayscale: #3D3D3D. Windows color (decimal): -12897165 or 7550011. OLE color: 7550011.
HSL color Cylindrical-coordinate representation of color #3B3473: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B3473 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 52 | 115 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.55 |
| HSL | 246.67º | 0.38% | 0.33% | - |
| HSV(B) | 246.67º | 0.55% | 0.45% | - |
| XYZ | 6.13 | 4.62 | 16.79 | - |
| YUV | 61.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 115 | 0.49 | 0.55 | 0 | 0.55 | 246.67 | 0.38 | 0.33 |
| Hex | 3B | 34 | 73 | 31 | 37 | 0 | 37 | F7 | 26 | 21 |
| Octal | 73 | 64 | 163 | 61 | 67 | 0 | 67 | 367 | 46 | 41 |
| Binary | 111011 | 110100 | 1110011 | 110001 | 110111 | 0 | 110111 | 11110111 | 100110 | 100001 |
Color Harmonies of #3B3473
Complementary color
Monochromatic Colors of #3B3473
Black with #3B3473
Text Example
Text Example
White with #3B3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3473; }
p { color: rgb(59,52,115); }
H1.HeaderClassName
{
color: #3B3473;
}
.AnyTagClassName
{
color: #3B3473;
}
</style>
background-color css
<style>
a { background-color: #3B3473; }
a { background-color: rgb(59,52,115); }
div.DivClassName
{
background-color: #3B3473;
}
.BgClassName
{
background-color: #3B3473;
}
</style>
border-color css
<style>
span { border-color: #3B3473; }
span { border-color: rgb(59,52,115); }
td.TdClassName
{
border-color: #3B3473;
}
.TagClassName
{
border-color: #3B3473;
}
</style>