Shades of Minsk #3B307A
Tints of Minsk #3B307A
RGB
CMYK
RGB Variations
Color information
#3B307A (or 0x3B307A) is known color: Minsk. HEX triplet: 3B, 30 and 7A. RGB value is (59,48,122). Sum of RGB (Red+Green+Blue) = 59+48+122=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B307A is #C4CF85. Grayscale: #3B3B3B. Windows color (decimal): -12898182 or 8007739. OLE color: 8007739.
HSL color Cylindrical-coordinate representation of color #3B307A: hue angle of 248.92º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B307A is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 48 | 122 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.52 |
| HSL | 248.92º | 0.44% | 0.33% | - |
| HSV(B) | 248.92º | 0.61% | 0.48% | - |
| XYZ | 6.37 | 4.45 | 18.94 | - |
| YUV | 59.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 122 | 0.52 | 0.61 | 0 | 0.52 | 248.92 | 0.44 | 0.33 |
| Hex | 3B | 30 | 7A | 34 | 3D | 0 | 34 | F9 | 2C | 21 |
| Octal | 73 | 60 | 172 | 64 | 75 | 0 | 64 | 371 | 54 | 41 |
| Binary | 111011 | 110000 | 1111010 | 110100 | 111101 | 0 | 110100 | 11111001 | 101100 | 100001 |
Color Harmonies of #3B307A
Complementary color
Monochromatic Colors of #3B307A
Black with #3B307A
Text Example
Text Example
White with #3B307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B307A; }
p { color: rgb(59,48,122); }
H1.HeaderClassName
{
color: #3B307A;
}
.AnyTagClassName
{
color: #3B307A;
}
</style>
background-color css
<style>
a { background-color: #3B307A; }
a { background-color: rgb(59,48,122); }
div.DivClassName
{
background-color: #3B307A;
}
.BgClassName
{
background-color: #3B307A;
}
</style>
border-color css
<style>
span { border-color: #3B307A; }
span { border-color: rgb(59,48,122); }
td.TdClassName
{
border-color: #3B307A;
}
.TagClassName
{
border-color: #3B307A;
}
</style>