Shades of Minsk #403264
Tints of Minsk #403264
RGB
CMYK
RGB Variations
Color information
#403264 (or 0x403264) is known color: Minsk. HEX triplet: 40, 32 and 64. RGB value is (64,50,100). Sum of RGB (Red+Green+Blue) = 64+50+100=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #403264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403264 is #BFCD9B. Grayscale: #3B3B3B. Windows color (decimal): -12570012 or 6566464. OLE color: 6566464.
HSL color Cylindrical-coordinate representation of color #403264: hue angle of 256.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403264 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 50 | 100 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.61 |
| HSL | 256.8º | 0.33% | 0.29% | - |
| HSV(B) | 256.8º | 0.5% | 0.39% | - |
| XYZ | 5.56 | 4.29 | 12.59 | - |
| YUV | 59.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 100 | 0.36 | 0.50 | 0 | 0.61 | 256.8 | 0.33 | 0.29 |
| Hex | 40 | 32 | 64 | 24 | 32 | 0 | 3D | 101 | 21 | 1D |
| Octal | 100 | 62 | 144 | 44 | 62 | 0 | 75 | 401 | 41 | 35 |
| Binary | 1000000 | 110010 | 1100100 | 100100 | 110010 | 0 | 111101 | 100000001 | 100001 | 11101 |
Color Harmonies of #403264
Complementary color
Monochromatic Colors of #403264
Black with #403264
Text Example
Text Example
White with #403264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403264; }
p { color: rgb(64,50,100); }
H1.HeaderClassName
{
color: #403264;
}
.AnyTagClassName
{
color: #403264;
}
</style>
background-color css
<style>
a { background-color: #403264; }
a { background-color: rgb(64,50,100); }
div.DivClassName
{
background-color: #403264;
}
.BgClassName
{
background-color: #403264;
}
</style>
border-color css
<style>
span { border-color: #403264; }
span { border-color: rgb(64,50,100); }
td.TdClassName
{
border-color: #403264;
}
.TagClassName
{
border-color: #403264;
}
</style>