Shades of Minsk #40336D
Tints of Minsk #40336D
RGB
CMYK
RGB Variations
Color information
#40336D (or 0x40336D) is known color: Minsk. HEX triplet: 40, 33 and 6D. RGB value is (64,51,109). Sum of RGB (Red+Green+Blue) = 64+51+109=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #40336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40336D is #BFCC92. Grayscale: #3D3D3D. Windows color (decimal): -12569747 or 7156544. OLE color: 7156544.
HSL color Cylindrical-coordinate representation of color #40336D: hue angle of 253.45º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40336D is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 51 | 109 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.57 |
| HSL | 253.45º | 0.36% | 0.31% | - |
| HSV(B) | 253.45º | 0.53% | 0.43% | - |
| XYZ | 6.06 | 4.56 | 15.03 | - |
| YUV | 61.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 109 | 0.41 | 0.53 | 0 | 0.57 | 253.45 | 0.36 | 0.31 |
| Hex | 40 | 33 | 6D | 29 | 35 | 0 | 39 | FD | 24 | 1F |
| Octal | 100 | 63 | 155 | 51 | 65 | 0 | 71 | 375 | 44 | 37 |
| Binary | 1000000 | 110011 | 1101101 | 101001 | 110101 | 0 | 111001 | 11111101 | 100100 | 11111 |
Color Harmonies of #40336D
Complementary color
Monochromatic Colors of #40336D
Black with #40336D
Text Example
Text Example
White with #40336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40336D; }
p { color: rgb(64,51,109); }
H1.HeaderClassName
{
color: #40336D;
}
.AnyTagClassName
{
color: #40336D;
}
</style>
background-color css
<style>
a { background-color: #40336D; }
a { background-color: rgb(64,51,109); }
div.DivClassName
{
background-color: #40336D;
}
.BgClassName
{
background-color: #40336D;
}
</style>
border-color css
<style>
span { border-color: #40336D; }
span { border-color: rgb(64,51,109); }
td.TdClassName
{
border-color: #40336D;
}
.TagClassName
{
border-color: #40336D;
}
</style>