Shades of Minsk #3B3278
Tints of Minsk #3B3278
RGB
CMYK
RGB Variations
Color information
#3B3278 (or 0x3B3278) is known color: Minsk. HEX triplet: 3B, 32 and 78. RGB value is (59,50,120). Sum of RGB (Red+Green+Blue) = 59+50+120=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B3278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3278 is #C4CD87. Grayscale: #3C3C3C. Windows color (decimal): -12897672 or 7877179. OLE color: 7877179.
HSL color Cylindrical-coordinate representation of color #3B3278: hue angle of 247.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B3278 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 50 | 120 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.53 |
| HSL | 247.71º | 0.41% | 0.33% | - |
| HSV(B) | 247.71º | 0.58% | 0.47% | - |
| XYZ | 6.33 | 4.57 | 18.32 | - |
| YUV | 60.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 120 | 0.51 | 0.58 | 0 | 0.53 | 247.71 | 0.41 | 0.33 |
| Hex | 3B | 32 | 78 | 33 | 3A | 0 | 35 | F8 | 29 | 21 |
| Octal | 73 | 62 | 170 | 63 | 72 | 0 | 65 | 370 | 51 | 41 |
| Binary | 111011 | 110010 | 1111000 | 110011 | 111010 | 0 | 110101 | 11111000 | 101001 | 100001 |
Color Harmonies of #3B3278
Complementary color
Monochromatic Colors of #3B3278
Black with #3B3278
Text Example
Text Example
White with #3B3278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3278; }
p { color: rgb(59,50,120); }
H1.HeaderClassName
{
color: #3B3278;
}
.AnyTagClassName
{
color: #3B3278;
}
</style>
background-color css
<style>
a { background-color: #3B3278; }
a { background-color: rgb(59,50,120); }
div.DivClassName
{
background-color: #3B3278;
}
.BgClassName
{
background-color: #3B3278;
}
</style>
border-color css
<style>
span { border-color: #3B3278; }
span { border-color: rgb(59,50,120); }
td.TdClassName
{
border-color: #3B3278;
}
.TagClassName
{
border-color: #3B3278;
}
</style>