Shades of Minsk #3D286B
Tints of Minsk #3D286B
RGB
CMYK
RGB Variations
Color information
#3D286B (or 0x3D286B) is known color: Minsk. HEX triplet: 3D, 28 and 6B. RGB value is (61,40,107). Sum of RGB (Red+Green+Blue) = 61+40+107=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D286B is #C2D794. Grayscale: #353535. Windows color (decimal): -12769173 or 7022653. OLE color: 7022653.
HSL color Cylindrical-coordinate representation of color #3D286B: hue angle of 258.81º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D286B is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 40 | 107 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.58 |
| HSL | 258.81º | 0.46% | 0.29% | - |
| HSV(B) | 258.81º | 0.63% | 0.42% | - |
| XYZ | 5.34 | 3.57 | 14.32 | - |
| YUV | 53.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 107 | 0.43 | 0.63 | 0 | 0.58 | 258.81 | 0.46 | 0.29 |
| Hex | 3D | 28 | 6B | 2B | 3F | 0 | 3A | 103 | 2E | 1D |
| Octal | 75 | 50 | 153 | 53 | 77 | 0 | 72 | 403 | 56 | 35 |
| Binary | 111101 | 101000 | 1101011 | 101011 | 111111 | 0 | 111010 | 100000011 | 101110 | 11101 |
Color Harmonies of #3D286B
Complementary color
Monochromatic Colors of #3D286B
Black with #3D286B
Text Example
Text Example
White with #3D286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D286B; }
p { color: rgb(61,40,107); }
H1.HeaderClassName
{
color: #3D286B;
}
.AnyTagClassName
{
color: #3D286B;
}
</style>
background-color css
<style>
a { background-color: #3D286B; }
a { background-color: rgb(61,40,107); }
div.DivClassName
{
background-color: #3D286B;
}
.BgClassName
{
background-color: #3D286B;
}
</style>
border-color css
<style>
span { border-color: #3D286B; }
span { border-color: rgb(61,40,107); }
td.TdClassName
{
border-color: #3D286B;
}
.TagClassName
{
border-color: #3D286B;
}
</style>