Shades of Minsk #3B2E68
Tints of Minsk #3B2E68
RGB
CMYK
RGB Variations
Color information
#3B2E68 (or 0x3B2E68) is known color: Minsk. HEX triplet: 3B, 2E and 68. RGB value is (59,46,104). Sum of RGB (Red+Green+Blue) = 59+46+104=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B2E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2E68 is #C4D197. Grayscale: #383838. Windows color (decimal): -12898712 or 6827579. OLE color: 6827579.
HSL color Cylindrical-coordinate representation of color #3B2E68: hue angle of 253.45º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B2E68 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 46 | 104 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.59 |
| HSL | 253.45º | 0.39% | 0.29% | - |
| HSV(B) | 253.45º | 0.56% | 0.41% | - |
| XYZ | 5.28 | 3.88 | 13.57 | - |
| YUV | 56.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 104 | 0.43 | 0.56 | 0 | 0.59 | 253.45 | 0.39 | 0.29 |
| Hex | 3B | 2E | 68 | 2B | 38 | 0 | 3B | FD | 27 | 1D |
| Octal | 73 | 56 | 150 | 53 | 70 | 0 | 73 | 375 | 47 | 35 |
| Binary | 111011 | 101110 | 1101000 | 101011 | 111000 | 0 | 111011 | 11111101 | 100111 | 11101 |
Color Harmonies of #3B2E68
Complementary color
Monochromatic Colors of #3B2E68
Black with #3B2E68
Text Example
Text Example
White with #3B2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E68; }
p { color: rgb(59,46,104); }
H1.HeaderClassName
{
color: #3B2E68;
}
.AnyTagClassName
{
color: #3B2E68;
}
</style>
background-color css
<style>
a { background-color: #3B2E68; }
a { background-color: rgb(59,46,104); }
div.DivClassName
{
background-color: #3B2E68;
}
.BgClassName
{
background-color: #3B2E68;
}
</style>
border-color css
<style>
span { border-color: #3B2E68; }
span { border-color: rgb(59,46,104); }
td.TdClassName
{
border-color: #3B2E68;
}
.TagClassName
{
border-color: #3B2E68;
}
</style>