Shades of Minsk #40336E
Tints of Minsk #40336E
RGB
CMYK
RGB Variations
Color information
#40336E (or 0x40336E) is known color: Minsk. HEX triplet: 40, 33 and 6E. RGB value is (64,51,110). Sum of RGB (Red+Green+Blue) = 64+51+110=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #40336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40336E is #BFCC91. Grayscale: #3D3D3D. Windows color (decimal): -12569746 or 7222080. OLE color: 7222080.
HSL color Cylindrical-coordinate representation of color #40336E: hue angle of 253.22º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40336E is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 51 | 110 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.57 |
| HSL | 253.22º | 0.37% | 0.32% | - |
| HSV(B) | 253.22º | 0.54% | 0.43% | - |
| XYZ | 6.11 | 4.58 | 15.31 | - |
| YUV | 61.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 110 | 0.42 | 0.54 | 0 | 0.57 | 253.22 | 0.37 | 0.32 |
| Hex | 40 | 33 | 6E | 2A | 36 | 0 | 39 | FD | 25 | 20 |
| Octal | 100 | 63 | 156 | 52 | 66 | 0 | 71 | 375 | 45 | 40 |
| Binary | 1000000 | 110011 | 1101110 | 101010 | 110110 | 0 | 111001 | 11111101 | 100101 | 100000 |
Color Harmonies of #40336E
Complementary color
Monochromatic Colors of #40336E
Black with #40336E
Text Example
Text Example
White with #40336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40336E; }
p { color: rgb(64,51,110); }
H1.HeaderClassName
{
color: #40336E;
}
.AnyTagClassName
{
color: #40336E;
}
</style>
background-color css
<style>
a { background-color: #40336E; }
a { background-color: rgb(64,51,110); }
div.DivClassName
{
background-color: #40336E;
}
.BgClassName
{
background-color: #40336E;
}
</style>
border-color css
<style>
span { border-color: #40336E; }
span { border-color: rgb(64,51,110); }
td.TdClassName
{
border-color: #40336E;
}
.TagClassName
{
border-color: #40336E;
}
</style>