Shades of Minsk #43366D
Tints of Minsk #43366D
RGB
CMYK
RGB Variations
Color information
#43366D (or 0x43366D) is known color: Minsk. HEX triplet: 43, 36 and 6D. RGB value is (67,54,109). Sum of RGB (Red+Green+Blue) = 67+54+109=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 54 (21.48% from 255 or 23.48% 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 #43366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43366D is #BCC992. Grayscale: #3F3F3F. Windows color (decimal): -12372371 or 7157315. OLE color: 7157315.
HSL color Cylindrical-coordinate representation of color #43366D: hue angle of 254.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43366D is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 54 | 109 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.57 |
| HSL | 254.18º | 0.34% | 0.32% | - |
| HSV(B) | 254.18º | 0.5% | 0.43% | - |
| XYZ | 6.39 | 4.94 | 15.08 | - |
| YUV | 64.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 109 | 0.39 | 0.50 | 0 | 0.57 | 254.18 | 0.34 | 0.32 |
| Hex | 43 | 36 | 6D | 27 | 32 | 0 | 39 | FE | 22 | 20 |
| Octal | 103 | 66 | 155 | 47 | 62 | 0 | 71 | 376 | 42 | 40 |
| Binary | 1000011 | 110110 | 1101101 | 100111 | 110010 | 0 | 111001 | 11111110 | 100010 | 100000 |
Color Harmonies of #43366D
Complementary color
Monochromatic Colors of #43366D
Black with #43366D
Text Example
Text Example
White with #43366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43366D; }
p { color: rgb(67,54,109); }
H1.HeaderClassName
{
color: #43366D;
}
.AnyTagClassName
{
color: #43366D;
}
</style>
background-color css
<style>
a { background-color: #43366D; }
a { background-color: rgb(67,54,109); }
div.DivClassName
{
background-color: #43366D;
}
.BgClassName
{
background-color: #43366D;
}
</style>
border-color css
<style>
span { border-color: #43366D; }
span { border-color: rgb(67,54,109); }
td.TdClassName
{
border-color: #43366D;
}
.TagClassName
{
border-color: #43366D;
}
</style>