Shades of Minsk #43346D
Tints of Minsk #43346D
RGB
CMYK
RGB Variations
Color information
#43346D (or 0x43346D) is known color: Minsk. HEX triplet: 43, 34 and 6D. RGB value is (67,52,109). Sum of RGB (Red+Green+Blue) = 67+52+109=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #43346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43346D is #BCCB92. Grayscale: #3E3E3E. Windows color (decimal): -12372883 or 7156803. OLE color: 7156803.
HSL color Cylindrical-coordinate representation of color #43346D: hue angle of 255.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43346D is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 52 | 109 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.57 |
| HSL | 255.79º | 0.35% | 0.32% | - |
| HSV(B) | 255.79º | 0.52% | 0.43% | - |
| XYZ | 6.3 | 4.75 | 15.05 | - |
| YUV | 62.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 109 | 0.39 | 0.52 | 0 | 0.57 | 255.79 | 0.35 | 0.32 |
| Hex | 43 | 34 | 6D | 27 | 34 | 0 | 39 | 100 | 23 | 20 |
| Octal | 103 | 64 | 155 | 47 | 64 | 0 | 71 | 400 | 43 | 40 |
| Binary | 1000011 | 110100 | 1101101 | 100111 | 110100 | 0 | 111001 | 100000000 | 100011 | 100000 |
Color Harmonies of #43346D
Complementary color
Monochromatic Colors of #43346D
Black with #43346D
Text Example
Text Example
White with #43346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43346D; }
p { color: rgb(67,52,109); }
H1.HeaderClassName
{
color: #43346D;
}
.AnyTagClassName
{
color: #43346D;
}
</style>
background-color css
<style>
a { background-color: #43346D; }
a { background-color: rgb(67,52,109); }
div.DivClassName
{
background-color: #43346D;
}
.BgClassName
{
background-color: #43346D;
}
</style>
border-color css
<style>
span { border-color: #43346D; }
span { border-color: rgb(67,52,109); }
td.TdClassName
{
border-color: #43346D;
}
.TagClassName
{
border-color: #43346D;
}
</style>