Shades of Minsk #40356E
Tints of Minsk #40356E
RGB
CMYK
RGB Variations
Color information
#40356E (or 0x40356E) is known color: Minsk. HEX triplet: 40, 35 and 6E. RGB value is (64,53,110). Sum of RGB (Red+Green+Blue) = 64+53+110=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #40356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40356E is #BFCA91. Grayscale: #3E3E3E. Windows color (decimal): -12569234 or 7222592. OLE color: 7222592.
HSL color Cylindrical-coordinate representation of color #40356E: hue angle of 251.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40356E is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 53 | 110 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.57 |
| HSL | 251.58º | 0.35% | 0.32% | - |
| HSV(B) | 251.58º | 0.52% | 0.43% | - |
| XYZ | 6.2 | 4.76 | 15.34 | - |
| YUV | 62.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 110 | 0.42 | 0.52 | 0 | 0.57 | 251.58 | 0.35 | 0.32 |
| Hex | 40 | 35 | 6E | 2A | 34 | 0 | 39 | FC | 23 | 20 |
| Octal | 100 | 65 | 156 | 52 | 64 | 0 | 71 | 374 | 43 | 40 |
| Binary | 1000000 | 110101 | 1101110 | 101010 | 110100 | 0 | 111001 | 11111100 | 100011 | 100000 |
Color Harmonies of #40356E
Complementary color
Monochromatic Colors of #40356E
Black with #40356E
Text Example
Text Example
White with #40356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40356E; }
p { color: rgb(64,53,110); }
H1.HeaderClassName
{
color: #40356E;
}
.AnyTagClassName
{
color: #40356E;
}
</style>
background-color css
<style>
a { background-color: #40356E; }
a { background-color: rgb(64,53,110); }
div.DivClassName
{
background-color: #40356E;
}
.BgClassName
{
background-color: #40356E;
}
</style>
border-color css
<style>
span { border-color: #40356E; }
span { border-color: rgb(64,53,110); }
td.TdClassName
{
border-color: #40356E;
}
.TagClassName
{
border-color: #40356E;
}
</style>