Shades of Minsk #403A67
Tints of Minsk #403A67
RGB
CMYK
RGB Variations
Color information
#403A67 (or 0x403A67) is known color: Minsk. HEX triplet: 40, 3A and 67. RGB value is (64,58,103). Sum of RGB (Red+Green+Blue) = 64+58+103=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #403A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A67 is #BFC598. Grayscale: #404040. Windows color (decimal): -12567961 or 6765120. OLE color: 6765120.
HSL color Cylindrical-coordinate representation of color #403A67: hue angle of 248º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403A67 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 58 | 103 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.60 |
| HSL | 248º | 0.28% | 0.32% | - |
| HSV(B) | 248º | 0.44% | 0.4% | - |
| XYZ | 6.08 | 5.1 | 13.5 | - |
| YUV | 64.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 103 | 0.38 | 0.44 | 0 | 0.60 | 248 | 0.28 | 0.32 |
| Hex | 40 | 3A | 67 | 26 | 2C | 0 | 3C | F8 | 1C | 20 |
| Octal | 100 | 72 | 147 | 46 | 54 | 0 | 74 | 370 | 34 | 40 |
| Binary | 1000000 | 111010 | 1100111 | 100110 | 101100 | 0 | 111100 | 11111000 | 11100 | 100000 |
Color Harmonies of #403A67
Complementary color
Monochromatic Colors of #403A67
Black with #403A67
Text Example
Text Example
White with #403A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A67; }
p { color: rgb(64,58,103); }
H1.HeaderClassName
{
color: #403A67;
}
.AnyTagClassName
{
color: #403A67;
}
</style>
background-color css
<style>
a { background-color: #403A67; }
a { background-color: rgb(64,58,103); }
div.DivClassName
{
background-color: #403A67;
}
.BgClassName
{
background-color: #403A67;
}
</style>
border-color css
<style>
span { border-color: #403A67; }
span { border-color: rgb(64,58,103); }
td.TdClassName
{
border-color: #403A67;
}
.TagClassName
{
border-color: #403A67;
}
</style>