Shades of Minsk #3D3465
Tints of Minsk #3D3465
RGB
CMYK
RGB Variations
Color information
#3D3465 (or 0x3D3465) is known color: Minsk. HEX triplet: 3D, 34 and 65. RGB value is (61,52,101). Sum of RGB (Red+Green+Blue) = 61+52+101=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D3465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3465 is #C2CB9A. Grayscale: #3C3C3C. Windows color (decimal): -12766107 or 6632509. OLE color: 6632509.
HSL color Cylindrical-coordinate representation of color #3D3465: hue angle of 251.02º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D3465 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 52 | 101 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.60 |
| HSL | 251.02º | 0.32% | 0.3% | - |
| HSV(B) | 251.02º | 0.49% | 0.4% | - |
| XYZ | 5.5 | 4.39 | 12.87 | - |
| YUV | 60.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 101 | 0.40 | 0.49 | 0 | 0.60 | 251.02 | 0.32 | 0.3 |
| Hex | 3D | 34 | 65 | 28 | 31 | 0 | 3C | FB | 20 | 1E |
| Octal | 75 | 64 | 145 | 50 | 61 | 0 | 74 | 373 | 40 | 36 |
| Binary | 111101 | 110100 | 1100101 | 101000 | 110001 | 0 | 111100 | 11111011 | 100000 | 11110 |
Color Harmonies of #3D3465
Complementary color
Monochromatic Colors of #3D3465
Black with #3D3465
Text Example
Text Example
White with #3D3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3465; }
p { color: rgb(61,52,101); }
H1.HeaderClassName
{
color: #3D3465;
}
.AnyTagClassName
{
color: #3D3465;
}
</style>
background-color css
<style>
a { background-color: #3D3465; }
a { background-color: rgb(61,52,101); }
div.DivClassName
{
background-color: #3D3465;
}
.BgClassName
{
background-color: #3D3465;
}
</style>
border-color css
<style>
span { border-color: #3D3465; }
span { border-color: rgb(61,52,101); }
td.TdClassName
{
border-color: #3D3465;
}
.TagClassName
{
border-color: #3D3465;
}
</style>