Shades of Minsk #3A2F75
Tints of Minsk #3A2F75
RGB
CMYK
RGB Variations
Color information
#3A2F75 (or 0x3A2F75) is known color: Minsk. HEX triplet: 3A, 2F and 75. RGB value is (58,47,117). Sum of RGB (Red+Green+Blue) = 58+47+117=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A2F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2F75 is #C5D08A. Grayscale: #393939. Windows color (decimal): -12963979 or 7679802. OLE color: 7679802.
HSL color Cylindrical-coordinate representation of color #3A2F75: hue angle of 249.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A2F75 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
RGB | 58 | 47 | 117 | - |
CMYK | 0.50 | 0.60 | 0 | 0.54 |
HSL | 249.43º | 0.43% | 0.32% | - |
HSV(B) | 249.43º | 0.6% | 0.46% | - |
XYZ | 5.97 | 4.22 | 17.33 | - |
YUV | 58.27 | 161.14 | 127.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 47 | 117 | 0.50 | 0.60 | 0 | 0.54 | 249.43 | 0.43 | 0.32 |
Hex | 3A | 2F | 75 | 32 | 3C | 0 | 36 | F9 | 2B | 20 |
Octal | 72 | 57 | 165 | 62 | 74 | 0 | 66 | 371 | 53 | 40 |
Binary | 111010 | 101111 | 1110101 | 110010 | 111100 | 0 | 110110 | 11111001 | 101011 | 100000 |
Color Harmonies of #3A2F75
Complementary color
Monochromatic Colors of #3A2F75
Black with #3A2F75
Text Example
Text Example
White with #3A2F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F75; }
p { color: rgb(58,47,117); }
H1.HeaderClassName
{
color: #3A2F75;
}
.AnyTagClassName
{
color: #3A2F75;
}
</style>
background-color css
<style>
a { background-color: #3A2F75; }
a { background-color: rgb(58,47,117); }
div.DivClassName
{
background-color: #3A2F75;
}
.BgClassName
{
background-color: #3A2F75;
}
</style>
border-color css
<style>
span { border-color: #3A2F75; }
span { border-color: rgb(58,47,117); }
td.TdClassName
{
border-color: #3A2F75;
}
.TagClassName
{
border-color: #3A2F75;
}
</style>