Shades of Minsk #3D2B69
Tints of Minsk #3D2B69
RGB
CMYK
RGB Variations
Color information
#3D2B69 (or 0x3D2B69) is known color: Minsk. HEX triplet: 3D, 2B and 69. RGB value is (61,43,105). Sum of RGB (Red+Green+Blue) = 61+43+105=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D2B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2B69 is #C2D496. Grayscale: #373737. Windows color (decimal): -12768407 or 6892349. OLE color: 6892349.
HSL color Cylindrical-coordinate representation of color #3D2B69: hue angle of 257.42º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D2B69 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 43 | 105 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.59 |
| HSL | 257.42º | 0.42% | 0.29% | - |
| HSV(B) | 257.42º | 0.59% | 0.41% | - |
| XYZ | 5.34 | 3.74 | 13.81 | - |
| YUV | 55.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 105 | 0.42 | 0.59 | 0 | 0.59 | 257.42 | 0.42 | 0.29 |
| Hex | 3D | 2B | 69 | 2A | 3B | 0 | 3B | 101 | 2A | 1D |
| Octal | 75 | 53 | 151 | 52 | 73 | 0 | 73 | 401 | 52 | 35 |
| Binary | 111101 | 101011 | 1101001 | 101010 | 111011 | 0 | 111011 | 100000001 | 101010 | 11101 |
Color Harmonies of #3D2B69
Complementary color
Monochromatic Colors of #3D2B69
Black with #3D2B69
Text Example
Text Example
White with #3D2B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2B69; }
p { color: rgb(61,43,105); }
H1.HeaderClassName
{
color: #3D2B69;
}
.AnyTagClassName
{
color: #3D2B69;
}
</style>
background-color css
<style>
a { background-color: #3D2B69; }
a { background-color: rgb(61,43,105); }
div.DivClassName
{
background-color: #3D2B69;
}
.BgClassName
{
background-color: #3D2B69;
}
</style>
border-color css
<style>
span { border-color: #3D2B69; }
span { border-color: rgb(61,43,105); }
td.TdClassName
{
border-color: #3D2B69;
}
.TagClassName
{
border-color: #3D2B69;
}
</style>