Shades of Minsk #403268
Tints of Minsk #403268
RGB
CMYK
RGB Variations
Color information
#403268 (or 0x403268) is known color: Minsk. HEX triplet: 40, 32 and 68. RGB value is (64,50,104). Sum of RGB (Red+Green+Blue) = 64+50+104=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #403268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403268 is #BFCD97. Grayscale: #3C3C3C. Windows color (decimal): -12570008 or 6828608. OLE color: 6828608.
HSL color Cylindrical-coordinate representation of color #403268: hue angle of 255.56º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403268 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 50 | 104 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.59 |
| HSL | 255.56º | 0.35% | 0.3% | - |
| HSV(B) | 255.56º | 0.52% | 0.41% | - |
| XYZ | 5.75 | 4.37 | 13.64 | - |
| YUV | 60.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 104 | 0.38 | 0.52 | 0 | 0.59 | 255.56 | 0.35 | 0.3 |
| Hex | 40 | 32 | 68 | 26 | 34 | 0 | 3B | 100 | 23 | 1E |
| Octal | 100 | 62 | 150 | 46 | 64 | 0 | 73 | 400 | 43 | 36 |
| Binary | 1000000 | 110010 | 1101000 | 100110 | 110100 | 0 | 111011 | 100000000 | 100011 | 11110 |
Color Harmonies of #403268
Complementary color
Monochromatic Colors of #403268
Black with #403268
Text Example
Text Example
White with #403268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403268; }
p { color: rgb(64,50,104); }
H1.HeaderClassName
{
color: #403268;
}
.AnyTagClassName
{
color: #403268;
}
</style>
background-color css
<style>
a { background-color: #403268; }
a { background-color: rgb(64,50,104); }
div.DivClassName
{
background-color: #403268;
}
.BgClassName
{
background-color: #403268;
}
</style>
border-color css
<style>
span { border-color: #403268; }
span { border-color: rgb(64,50,104); }
td.TdClassName
{
border-color: #403268;
}
.TagClassName
{
border-color: #403268;
}
</style>