Shades of Minsk #43386D
Tints of Minsk #43386D
RGB
CMYK
RGB Variations
Color information
#43386D (or 0x43386D) is known color: Minsk. HEX triplet: 43, 38 and 6D. RGB value is (67,56,109). Sum of RGB (Red+Green+Blue) = 67+56+109=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #43386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43386D is #BCC792. Grayscale: #414141. Windows color (decimal): -12371859 or 7157827. OLE color: 7157827.
HSL color Cylindrical-coordinate representation of color #43386D: hue angle of 252.45º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43386D is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 56 | 109 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.57 |
| HSL | 252.45º | 0.32% | 0.32% | - |
| HSV(B) | 252.45º | 0.49% | 0.43% | - |
| XYZ | 6.49 | 5.13 | 15.12 | - |
| YUV | 65.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 109 | 0.39 | 0.49 | 0 | 0.57 | 252.45 | 0.32 | 0.32 |
| Hex | 43 | 38 | 6D | 27 | 31 | 0 | 39 | FC | 20 | 20 |
| Octal | 103 | 70 | 155 | 47 | 61 | 0 | 71 | 374 | 40 | 40 |
| Binary | 1000011 | 111000 | 1101101 | 100111 | 110001 | 0 | 111001 | 11111100 | 100000 | 100000 |
Color Harmonies of #43386D
Complementary color
Monochromatic Colors of #43386D
Black with #43386D
Text Example
Text Example
White with #43386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43386D; }
p { color: rgb(67,56,109); }
H1.HeaderClassName
{
color: #43386D;
}
.AnyTagClassName
{
color: #43386D;
}
</style>
background-color css
<style>
a { background-color: #43386D; }
a { background-color: rgb(67,56,109); }
div.DivClassName
{
background-color: #43386D;
}
.BgClassName
{
background-color: #43386D;
}
</style>
border-color css
<style>
span { border-color: #43386D; }
span { border-color: rgb(67,56,109); }
td.TdClassName
{
border-color: #43386D;
}
.TagClassName
{
border-color: #43386D;
}
</style>