Shades of Minsk #40346F
Tints of Minsk #40346F
RGB
CMYK
RGB Variations
Color information
#40346F (or 0x40346F) is known color: Minsk. HEX triplet: 40, 34 and 6F. RGB value is (64,52,111). Sum of RGB (Red+Green+Blue) = 64+52+111=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #40346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40346F is #BFCB90. Grayscale: #3E3E3E. Windows color (decimal): -12569489 or 7287872. OLE color: 7287872.
HSL color Cylindrical-coordinate representation of color #40346F: hue angle of 252.2º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40346F is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 52 | 111 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.56 |
| HSL | 252.2º | 0.36% | 0.32% | - |
| HSV(B) | 252.2º | 0.53% | 0.44% | - |
| XYZ | 6.21 | 4.69 | 15.62 | - |
| YUV | 62.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 111 | 0.42 | 0.53 | 0 | 0.56 | 252.2 | 0.36 | 0.32 |
| Hex | 40 | 34 | 6F | 2A | 35 | 0 | 38 | FC | 24 | 20 |
| Octal | 100 | 64 | 157 | 52 | 65 | 0 | 70 | 374 | 44 | 40 |
| Binary | 1000000 | 110100 | 1101111 | 101010 | 110101 | 0 | 111000 | 11111100 | 100100 | 100000 |
Color Harmonies of #40346F
Complementary color
Monochromatic Colors of #40346F
Black with #40346F
Text Example
Text Example
White with #40346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40346F; }
p { color: rgb(64,52,111); }
H1.HeaderClassName
{
color: #40346F;
}
.AnyTagClassName
{
color: #40346F;
}
</style>
background-color css
<style>
a { background-color: #40346F; }
a { background-color: rgb(64,52,111); }
div.DivClassName
{
background-color: #40346F;
}
.BgClassName
{
background-color: #40346F;
}
</style>
border-color css
<style>
span { border-color: #40346F; }
span { border-color: rgb(64,52,111); }
td.TdClassName
{
border-color: #40346F;
}
.TagClassName
{
border-color: #40346F;
}
</style>