Shades of Minsk #43346E
Tints of Minsk #43346E
RGB
CMYK
RGB Variations
Color information
#43346E (or 0x43346E) is known color: Minsk. HEX triplet: 43, 34 and 6E. RGB value is (67,52,110). Sum of RGB (Red+Green+Blue) = 67+52+110=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #43346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43346E is #BCCB91. Grayscale: #3E3E3E. Windows color (decimal): -12372882 or 7222339. OLE color: 7222339.
HSL color Cylindrical-coordinate representation of color #43346E: hue angle of 255.52º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43346E is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 52 | 110 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.57 |
| HSL | 255.52º | 0.36% | 0.32% | - |
| HSV(B) | 255.52º | 0.53% | 0.43% | - |
| XYZ | 6.36 | 4.78 | 15.34 | - |
| YUV | 63.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 110 | 0.39 | 0.53 | 0 | 0.57 | 255.52 | 0.36 | 0.32 |
| Hex | 43 | 34 | 6E | 27 | 35 | 0 | 39 | 100 | 24 | 20 |
| Octal | 103 | 64 | 156 | 47 | 65 | 0 | 71 | 400 | 44 | 40 |
| Binary | 1000011 | 110100 | 1101110 | 100111 | 110101 | 0 | 111001 | 100000000 | 100100 | 100000 |
Color Harmonies of #43346E
Complementary color
Monochromatic Colors of #43346E
Black with #43346E
Text Example
Text Example
White with #43346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43346E; }
p { color: rgb(67,52,110); }
H1.HeaderClassName
{
color: #43346E;
}
.AnyTagClassName
{
color: #43346E;
}
</style>
background-color css
<style>
a { background-color: #43346E; }
a { background-color: rgb(67,52,110); }
div.DivClassName
{
background-color: #43346E;
}
.BgClassName
{
background-color: #43346E;
}
</style>
border-color css
<style>
span { border-color: #43346E; }
span { border-color: rgb(67,52,110); }
td.TdClassName
{
border-color: #43346E;
}
.TagClassName
{
border-color: #43346E;
}
</style>