Shades of Minsk #3A3065
Tints of Minsk #3A3065
RGB
CMYK
RGB Variations
Color information
#3A3065 (or 0x3A3065) is known color: Minsk. HEX triplet: 3A, 30 and 65. RGB value is (58,48,101). Sum of RGB (Red+Green+Blue) = 58+48+101=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A3065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3065 is #C5CF9A. Grayscale: #383838. Windows color (decimal): -12963739 or 6631482. OLE color: 6631482.
HSL color Cylindrical-coordinate representation of color #3A3065: hue angle of 251.32º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A3065 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 48 | 101 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.60 |
| HSL | 251.32º | 0.36% | 0.29% | - |
| HSV(B) | 251.32º | 0.52% | 0.4% | - |
| XYZ | 5.15 | 3.95 | 12.8 | - |
| YUV | 57.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 101 | 0.43 | 0.52 | 0 | 0.60 | 251.32 | 0.36 | 0.29 |
| Hex | 3A | 30 | 65 | 2B | 34 | 0 | 3C | FB | 24 | 1D |
| Octal | 72 | 60 | 145 | 53 | 64 | 0 | 74 | 373 | 44 | 35 |
| Binary | 111010 | 110000 | 1100101 | 101011 | 110100 | 0 | 111100 | 11111011 | 100100 | 11101 |
Color Harmonies of #3A3065
Complementary color
Monochromatic Colors of #3A3065
Black with #3A3065
Text Example
Text Example
White with #3A3065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3065; }
p { color: rgb(58,48,101); }
H1.HeaderClassName
{
color: #3A3065;
}
.AnyTagClassName
{
color: #3A3065;
}
</style>
background-color css
<style>
a { background-color: #3A3065; }
a { background-color: rgb(58,48,101); }
div.DivClassName
{
background-color: #3A3065;
}
.BgClassName
{
background-color: #3A3065;
}
</style>
border-color css
<style>
span { border-color: #3A3065; }
span { border-color: rgb(58,48,101); }
td.TdClassName
{
border-color: #3A3065;
}
.TagClassName
{
border-color: #3A3065;
}
</style>