Shades of Minsk #3B356A
Tints of Minsk #3B356A
RGB
CMYK
RGB Variations
Color information
#3B356A (or 0x3B356A) is known color: Minsk. HEX triplet: 3B, 35 and 6A. RGB value is (59,53,106). Sum of RGB (Red+Green+Blue) = 59+53+106=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B356A is #C4CA95. Grayscale: #3C3C3C. Windows color (decimal): -12896918 or 6960443. OLE color: 6960443.
HSL color Cylindrical-coordinate representation of color #3B356A: hue angle of 246.79º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B356A is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 53 | 106 | - |
| CMYK | 0.44 | 0.5 | 0 | 0.58 |
| HSL | 246.79º | 0.33% | 0.31% | - |
| HSV(B) | 246.79º | 0.5% | 0.42% | - |
| XYZ | 5.68 | 4.52 | 14.21 | - |
| YUV | 60.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 106 | 0.44 | 0.5 | 0 | 0.58 | 246.79 | 0.33 | 0.31 |
| Hex | 3B | 35 | 6A | 2C | 32 | 0 | 3A | F7 | 21 | 1F |
| Octal | 73 | 65 | 152 | 54 | 62 | 0 | 72 | 367 | 41 | 37 |
| Binary | 111011 | 110101 | 1101010 | 101100 | 110010 | 0 | 111010 | 11110111 | 100001 | 11111 |
Color Harmonies of #3B356A
Complementary color
Monochromatic Colors of #3B356A
Black with #3B356A
Text Example
Text Example
White with #3B356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B356A; }
p { color: rgb(59,53,106); }
H1.HeaderClassName
{
color: #3B356A;
}
.AnyTagClassName
{
color: #3B356A;
}
</style>
background-color css
<style>
a { background-color: #3B356A; }
a { background-color: rgb(59,53,106); }
div.DivClassName
{
background-color: #3B356A;
}
.BgClassName
{
background-color: #3B356A;
}
</style>
border-color css
<style>
span { border-color: #3B356A; }
span { border-color: rgb(59,53,106); }
td.TdClassName
{
border-color: #3B356A;
}
.TagClassName
{
border-color: #3B356A;
}
</style>