Shades of Minsk #3A286D
Tints of Minsk #3A286D
RGB
CMYK
RGB Variations
Color information
#3A286D (or 0x3A286D) is known color: Minsk. HEX triplet: 3A, 28 and 6D. RGB value is (58,40,109). Sum of RGB (Red+Green+Blue) = 58+40+109=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A286D is #C5D792. Grayscale: #343434. Windows color (decimal): -12965779 or 7153722. OLE color: 7153722.
HSL color Cylindrical-coordinate representation of color #3A286D: hue angle of 255.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A286D is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 40 | 109 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.57 |
| HSL | 255.65º | 0.46% | 0.29% | - |
| HSV(B) | 255.65º | 0.63% | 0.43% | - |
| XYZ | 5.26 | 3.52 | 14.87 | - |
| YUV | 53.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 109 | 0.47 | 0.63 | 0 | 0.57 | 255.65 | 0.46 | 0.29 |
| Hex | 3A | 28 | 6D | 2F | 3F | 0 | 39 | 100 | 2E | 1D |
| Octal | 72 | 50 | 155 | 57 | 77 | 0 | 71 | 400 | 56 | 35 |
| Binary | 111010 | 101000 | 1101101 | 101111 | 111111 | 0 | 111001 | 100000000 | 101110 | 11101 |
Color Harmonies of #3A286D
Complementary color
Monochromatic Colors of #3A286D
Black with #3A286D
Text Example
Text Example
White with #3A286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A286D; }
p { color: rgb(58,40,109); }
H1.HeaderClassName
{
color: #3A286D;
}
.AnyTagClassName
{
color: #3A286D;
}
</style>
background-color css
<style>
a { background-color: #3A286D; }
a { background-color: rgb(58,40,109); }
div.DivClassName
{
background-color: #3A286D;
}
.BgClassName
{
background-color: #3A286D;
}
</style>
border-color css
<style>
span { border-color: #3A286D; }
span { border-color: rgb(58,40,109); }
td.TdClassName
{
border-color: #3A286D;
}
.TagClassName
{
border-color: #3A286D;
}
</style>