Shades of Minsk #40396D
Tints of Minsk #40396D
RGB
CMYK
RGB Variations
Color information
#40396D (or 0x40396D) is known color: Minsk. HEX triplet: 40, 39 and 6D. RGB value is (64,57,109). Sum of RGB (Red+Green+Blue) = 64+57+109=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #40396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40396D is #BFC692. Grayscale: #404040. Windows color (decimal): -12568211 or 7158080. OLE color: 7158080.
HSL color Cylindrical-coordinate representation of color #40396D: hue angle of 248.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40396D is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 57 | 109 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.57 |
| HSL | 248.08º | 0.31% | 0.33% | - |
| HSV(B) | 248.08º | 0.48% | 0.43% | - |
| XYZ | 6.34 | 5.12 | 15.12 | - |
| YUV | 65.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 109 | 0.41 | 0.48 | 0 | 0.57 | 248.08 | 0.31 | 0.33 |
| Hex | 40 | 39 | 6D | 29 | 30 | 0 | 39 | F8 | 1F | 21 |
| Octal | 100 | 71 | 155 | 51 | 60 | 0 | 71 | 370 | 37 | 41 |
| Binary | 1000000 | 111001 | 1101101 | 101001 | 110000 | 0 | 111001 | 11111000 | 11111 | 100001 |
Color Harmonies of #40396D
Complementary color
Monochromatic Colors of #40396D
Black with #40396D
Text Example
Text Example
White with #40396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40396D; }
p { color: rgb(64,57,109); }
H1.HeaderClassName
{
color: #40396D;
}
.AnyTagClassName
{
color: #40396D;
}
</style>
background-color css
<style>
a { background-color: #40396D; }
a { background-color: rgb(64,57,109); }
div.DivClassName
{
background-color: #40396D;
}
.BgClassName
{
background-color: #40396D;
}
</style>
border-color css
<style>
span { border-color: #40396D; }
span { border-color: rgb(64,57,109); }
td.TdClassName
{
border-color: #40396D;
}
.TagClassName
{
border-color: #40396D;
}
</style>