Shades of Minsk #3B3367
Tints of Minsk #3B3367
RGB
CMYK
RGB Variations
Color information
#3B3367 (or 0x3B3367) is known color: Minsk. HEX triplet: 3B, 33 and 67. RGB value is (59,51,103). Sum of RGB (Red+Green+Blue) = 59+51+103=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #3B3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3367 is #C4CC98. Grayscale: #3B3B3B. Windows color (decimal): -12897433 or 6763323. OLE color: 6763323.
HSL color Cylindrical-coordinate representation of color #3B3367: hue angle of 249.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B3367 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 51 | 103 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.60 |
| HSL | 249.23º | 0.34% | 0.3% | - |
| HSV(B) | 249.23º | 0.5% | 0.4% | - |
| XYZ | 5.44 | 4.28 | 13.37 | - |
| YUV | 59.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 103 | 0.43 | 0.50 | 0 | 0.60 | 249.23 | 0.34 | 0.3 |
| Hex | 3B | 33 | 67 | 2B | 32 | 0 | 3C | F9 | 22 | 1E |
| Octal | 73 | 63 | 147 | 53 | 62 | 0 | 74 | 371 | 42 | 36 |
| Binary | 111011 | 110011 | 1100111 | 101011 | 110010 | 0 | 111100 | 11111001 | 100010 | 11110 |
Color Harmonies of #3B3367
Complementary color
Monochromatic Colors of #3B3367
Black with #3B3367
Text Example
Text Example
White with #3B3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3367; }
p { color: rgb(59,51,103); }
H1.HeaderClassName
{
color: #3B3367;
}
.AnyTagClassName
{
color: #3B3367;
}
</style>
background-color css
<style>
a { background-color: #3B3367; }
a { background-color: rgb(59,51,103); }
div.DivClassName
{
background-color: #3B3367;
}
.BgClassName
{
background-color: #3B3367;
}
</style>
border-color css
<style>
span { border-color: #3B3367; }
span { border-color: rgb(59,51,103); }
td.TdClassName
{
border-color: #3B3367;
}
.TagClassName
{
border-color: #3B3367;
}
</style>