Shades of Minsk #403B65
Tints of Minsk #403B65
RGB
CMYK
RGB Variations
Color information
#403B65 (or 0x403B65) is known color: Minsk. HEX triplet: 40, 3B and 65. RGB value is (64,59,101). Sum of RGB (Red+Green+Blue) = 64+59+101=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #403B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B65 is #BFC49A. Grayscale: #414141. Windows color (decimal): -12567707 or 6634304. OLE color: 6634304.
HSL color Cylindrical-coordinate representation of color #403B65: hue angle of 247.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403B65 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 59 | 101 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.60 |
| HSL | 247.14º | 0.26% | 0.31% | - |
| HSV(B) | 247.14º | 0.42% | 0.4% | - |
| XYZ | 6.03 | 5.16 | 12.99 | - |
| YUV | 65.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 101 | 0.37 | 0.42 | 0 | 0.60 | 247.14 | 0.26 | 0.31 |
| Hex | 40 | 3B | 65 | 25 | 2A | 0 | 3C | F7 | 1A | 1F |
| Octal | 100 | 73 | 145 | 45 | 52 | 0 | 74 | 367 | 32 | 37 |
| Binary | 1000000 | 111011 | 1100101 | 100101 | 101010 | 0 | 111100 | 11110111 | 11010 | 11111 |
Color Harmonies of #403B65
Complementary color
Monochromatic Colors of #403B65
Black with #403B65
Text Example
Text Example
White with #403B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B65; }
p { color: rgb(64,59,101); }
H1.HeaderClassName
{
color: #403B65;
}
.AnyTagClassName
{
color: #403B65;
}
</style>
background-color css
<style>
a { background-color: #403B65; }
a { background-color: rgb(64,59,101); }
div.DivClassName
{
background-color: #403B65;
}
.BgClassName
{
background-color: #403B65;
}
</style>
border-color css
<style>
span { border-color: #403B65; }
span { border-color: rgb(64,59,101); }
td.TdClassName
{
border-color: #403B65;
}
.TagClassName
{
border-color: #403B65;
}
</style>