Shades of Minsk #3B276D
Tints of Minsk #3B276D
RGB
CMYK
RGB Variations
Color information
#3B276D (or 0x3B276D) is known color: Minsk. HEX triplet: 3B, 27 and 6D. RGB value is (59,39,109). Sum of RGB (Red+Green+Blue) = 59+39+109=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B276D is #C4D892. Grayscale: #343434. Windows color (decimal): -12900499 or 7153467. OLE color: 7153467.
HSL color Cylindrical-coordinate representation of color #3B276D: hue angle of 257.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B276D is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 39 | 109 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.57 |
| HSL | 257.14º | 0.47% | 0.29% | - |
| HSV(B) | 257.14º | 0.64% | 0.43% | - |
| XYZ | 5.29 | 3.48 | 14.86 | - |
| YUV | 52.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 109 | 0.46 | 0.64 | 0 | 0.57 | 257.14 | 0.47 | 0.29 |
| Hex | 3B | 27 | 6D | 2E | 40 | 0 | 39 | 101 | 2F | 1D |
| Octal | 73 | 47 | 155 | 56 | 100 | 0 | 71 | 401 | 57 | 35 |
| Binary | 111011 | 100111 | 1101101 | 101110 | 1000000 | 0 | 111001 | 100000001 | 101111 | 11101 |
Color Harmonies of #3B276D
Complementary color
Monochromatic Colors of #3B276D
Black with #3B276D
Text Example
Text Example
White with #3B276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B276D; }
p { color: rgb(59,39,109); }
H1.HeaderClassName
{
color: #3B276D;
}
.AnyTagClassName
{
color: #3B276D;
}
</style>
background-color css
<style>
a { background-color: #3B276D; }
a { background-color: rgb(59,39,109); }
div.DivClassName
{
background-color: #3B276D;
}
.BgClassName
{
background-color: #3B276D;
}
</style>
border-color css
<style>
span { border-color: #3B276D; }
span { border-color: rgb(59,39,109); }
td.TdClassName
{
border-color: #3B276D;
}
.TagClassName
{
border-color: #3B276D;
}
</style>