Shades of Minsk #3D3473
Tints of Minsk #3D3473
RGB
CMYK
RGB Variations
Color information
#3D3473 (or 0x3D3473) is known color: Minsk. HEX triplet: 3D, 34 and 73. RGB value is (61,52,115). Sum of RGB (Red+Green+Blue) = 61+52+115=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D3473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3473 is #C2CB8C. Grayscale: #3D3D3D. Windows color (decimal): -12766093 or 7550013. OLE color: 7550013.
HSL color Cylindrical-coordinate representation of color #3D3473: hue angle of 248.57º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D3473 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 52 | 115 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.55 |
| HSL | 248.57º | 0.38% | 0.33% | - |
| HSV(B) | 248.57º | 0.55% | 0.45% | - |
| XYZ | 6.25 | 4.69 | 16.79 | - |
| YUV | 61.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 115 | 0.47 | 0.55 | 0 | 0.55 | 248.57 | 0.38 | 0.33 |
| Hex | 3D | 34 | 73 | 2F | 37 | 0 | 37 | F9 | 26 | 21 |
| Octal | 75 | 64 | 163 | 57 | 67 | 0 | 67 | 371 | 46 | 41 |
| Binary | 111101 | 110100 | 1110011 | 101111 | 110111 | 0 | 110111 | 11111001 | 100110 | 100001 |
Color Harmonies of #3D3473
Complementary color
Monochromatic Colors of #3D3473
Black with #3D3473
Text Example
Text Example
White with #3D3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3473; }
p { color: rgb(61,52,115); }
H1.HeaderClassName
{
color: #3D3473;
}
.AnyTagClassName
{
color: #3D3473;
}
</style>
background-color css
<style>
a { background-color: #3D3473; }
a { background-color: rgb(61,52,115); }
div.DivClassName
{
background-color: #3D3473;
}
.BgClassName
{
background-color: #3D3473;
}
</style>
border-color css
<style>
span { border-color: #3D3473; }
span { border-color: rgb(61,52,115); }
td.TdClassName
{
border-color: #3D3473;
}
.TagClassName
{
border-color: #3D3473;
}
</style>