Shades of Minsk #3A286B
Tints of Minsk #3A286B
RGB
CMYK
RGB Variations
Color information
#3A286B (or 0x3A286B) is known color: Minsk. HEX triplet: 3A, 28 and 6B. RGB value is (58,40,107). Sum of RGB (Red+Green+Blue) = 58+40+107=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A286B is #C5D794. Grayscale: #343434. Windows color (decimal): -12965781 or 7022650. OLE color: 7022650.
HSL color Cylindrical-coordinate representation of color #3A286B: hue angle of 256.12º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A286B is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 40 | 107 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.58 |
| HSL | 256.12º | 0.46% | 0.29% | - |
| HSV(B) | 256.12º | 0.63% | 0.42% | - |
| XYZ | 5.16 | 3.48 | 14.31 | - |
| YUV | 53.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 107 | 0.46 | 0.63 | 0 | 0.58 | 256.12 | 0.46 | 0.29 |
| Hex | 3A | 28 | 6B | 2E | 3F | 0 | 3A | 100 | 2E | 1D |
| Octal | 72 | 50 | 153 | 56 | 77 | 0 | 72 | 400 | 56 | 35 |
| Binary | 111010 | 101000 | 1101011 | 101110 | 111111 | 0 | 111010 | 100000000 | 101110 | 11101 |
Color Harmonies of #3A286B
Complementary color
Monochromatic Colors of #3A286B
Black with #3A286B
Text Example
Text Example
White with #3A286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A286B; }
p { color: rgb(58,40,107); }
H1.HeaderClassName
{
color: #3A286B;
}
.AnyTagClassName
{
color: #3A286B;
}
</style>
background-color css
<style>
a { background-color: #3A286B; }
a { background-color: rgb(58,40,107); }
div.DivClassName
{
background-color: #3A286B;
}
.BgClassName
{
background-color: #3A286B;
}
</style>
border-color css
<style>
span { border-color: #3A286B; }
span { border-color: rgb(58,40,107); }
td.TdClassName
{
border-color: #3A286B;
}
.TagClassName
{
border-color: #3A286B;
}
</style>