Shades of Minsk #3B3663
Tints of Minsk #3B3663
RGB
CMYK
RGB Variations
Color information
#3B3663 (or 0x3B3663) is known color: Minsk. HEX triplet: 3B, 36 and 63. RGB value is (59,54,99). Sum of RGB (Red+Green+Blue) = 59+54+99=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B3663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3663 is #C4C99C. Grayscale: #3C3C3C. Windows color (decimal): -12896669 or 6501947. OLE color: 6501947.
HSL color Cylindrical-coordinate representation of color #3B3663: hue angle of 246.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B3663 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 54 | 99 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.61 |
| HSL | 246.67º | 0.29% | 0.3% | - |
| HSV(B) | 246.67º | 0.45% | 0.39% | - |
| XYZ | 5.37 | 4.47 | 12.38 | - |
| YUV | 60.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 99 | 0.40 | 0.45 | 0 | 0.61 | 246.67 | 0.29 | 0.3 |
| Hex | 3B | 36 | 63 | 28 | 2D | 0 | 3D | F7 | 1D | 1E |
| Octal | 73 | 66 | 143 | 50 | 55 | 0 | 75 | 367 | 35 | 36 |
| Binary | 111011 | 110110 | 1100011 | 101000 | 101101 | 0 | 111101 | 11110111 | 11101 | 11110 |
Color Harmonies of #3B3663
Complementary color
Monochromatic Colors of #3B3663
Black with #3B3663
Text Example
Text Example
White with #3B3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3663; }
p { color: rgb(59,54,99); }
H1.HeaderClassName
{
color: #3B3663;
}
.AnyTagClassName
{
color: #3B3663;
}
</style>
background-color css
<style>
a { background-color: #3B3663; }
a { background-color: rgb(59,54,99); }
div.DivClassName
{
background-color: #3B3663;
}
.BgClassName
{
background-color: #3B3663;
}
</style>
border-color css
<style>
span { border-color: #3B3663; }
span { border-color: rgb(59,54,99); }
td.TdClassName
{
border-color: #3B3663;
}
.TagClassName
{
border-color: #3B3663;
}
</style>