Shades of Minsk #3B3074
Tints of Minsk #3B3074
RGB
CMYK
RGB Variations
Color information
#3B3074 (or 0x3B3074) is known color: Minsk. HEX triplet: 3B, 30 and 74. RGB value is (59,48,116). Sum of RGB (Red+Green+Blue) = 59+48+116=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B3074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3074 is #C4CF8B. Grayscale: #3A3A3A. Windows color (decimal): -12898188 or 7614523. OLE color: 7614523.
HSL color Cylindrical-coordinate representation of color #3B3074: hue angle of 249.71º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B3074 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 48 | 116 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.55 |
| HSL | 249.71º | 0.41% | 0.32% | - |
| HSV(B) | 249.71º | 0.59% | 0.45% | - |
| XYZ | 6.01 | 4.3 | 17.04 | - |
| YUV | 59.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 116 | 0.49 | 0.59 | 0 | 0.55 | 249.71 | 0.41 | 0.32 |
| Hex | 3B | 30 | 74 | 31 | 3B | 0 | 37 | FA | 29 | 20 |
| Octal | 73 | 60 | 164 | 61 | 73 | 0 | 67 | 372 | 51 | 40 |
| Binary | 111011 | 110000 | 1110100 | 110001 | 111011 | 0 | 110111 | 11111010 | 101001 | 100000 |
Color Harmonies of #3B3074
Complementary color
Monochromatic Colors of #3B3074
Black with #3B3074
Text Example
Text Example
White with #3B3074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3074; }
p { color: rgb(59,48,116); }
H1.HeaderClassName
{
color: #3B3074;
}
.AnyTagClassName
{
color: #3B3074;
}
</style>
background-color css
<style>
a { background-color: #3B3074; }
a { background-color: rgb(59,48,116); }
div.DivClassName
{
background-color: #3B3074;
}
.BgClassName
{
background-color: #3B3074;
}
</style>
border-color css
<style>
span { border-color: #3B3074; }
span { border-color: rgb(59,48,116); }
td.TdClassName
{
border-color: #3B3074;
}
.TagClassName
{
border-color: #3B3074;
}
</style>