Shades of Minsk #3D3375
Tints of Minsk #3D3375
RGB
CMYK
RGB Variations
Color information
#3D3375 (or 0x3D3375) is known color: Minsk. HEX triplet: 3D, 33 and 75. RGB value is (61,51,117). Sum of RGB (Red+Green+Blue) = 61+51+117=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D3375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3375 is #C2CC8A. Grayscale: #3D3D3D. Windows color (decimal): -12766347 or 7680829. OLE color: 7680829.
HSL color Cylindrical-coordinate representation of color #3D3375: hue angle of 249.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D3375 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 51 | 117 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.54 |
| HSL | 249.09º | 0.39% | 0.33% | - |
| HSV(B) | 249.09º | 0.56% | 0.46% | - |
| XYZ | 6.32 | 4.64 | 17.39 | - |
| YUV | 61.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 117 | 0.48 | 0.56 | 0 | 0.54 | 249.09 | 0.39 | 0.33 |
| Hex | 3D | 33 | 75 | 30 | 38 | 0 | 36 | F9 | 27 | 21 |
| Octal | 75 | 63 | 165 | 60 | 70 | 0 | 66 | 371 | 47 | 41 |
| Binary | 111101 | 110011 | 1110101 | 110000 | 111000 | 0 | 110110 | 11111001 | 100111 | 100001 |
Color Harmonies of #3D3375
Complementary color
Monochromatic Colors of #3D3375
Black with #3D3375
Text Example
Text Example
White with #3D3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3375; }
p { color: rgb(61,51,117); }
H1.HeaderClassName
{
color: #3D3375;
}
.AnyTagClassName
{
color: #3D3375;
}
</style>
background-color css
<style>
a { background-color: #3D3375; }
a { background-color: rgb(61,51,117); }
div.DivClassName
{
background-color: #3D3375;
}
.BgClassName
{
background-color: #3D3375;
}
</style>
border-color css
<style>
span { border-color: #3D3375; }
span { border-color: rgb(61,51,117); }
td.TdClassName
{
border-color: #3D3375;
}
.TagClassName
{
border-color: #3D3375;
}
</style>