Shades of Minsk #43356D
Tints of Minsk #43356D
RGB
CMYK
RGB Variations
Color information
#43356D (or 0x43356D) is known color: Minsk. HEX triplet: 43, 35 and 6D. RGB value is (67,53,109). Sum of RGB (Red+Green+Blue) = 67+53+109=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #43356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43356D is #BCCA92. Grayscale: #3F3F3F. Windows color (decimal): -12372627 or 7157059. OLE color: 7157059.
HSL color Cylindrical-coordinate representation of color #43356D: hue angle of 255º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43356D is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 53 | 109 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.57 |
| HSL | 255º | 0.35% | 0.32% | - |
| HSV(B) | 255º | 0.51% | 0.43% | - |
| XYZ | 6.35 | 4.84 | 15.07 | - |
| YUV | 63.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 109 | 0.39 | 0.51 | 0 | 0.57 | 255 | 0.35 | 0.32 |
| Hex | 43 | 35 | 6D | 27 | 33 | 0 | 39 | FF | 23 | 20 |
| Octal | 103 | 65 | 155 | 47 | 63 | 0 | 71 | 377 | 43 | 40 |
| Binary | 1000011 | 110101 | 1101101 | 100111 | 110011 | 0 | 111001 | 11111111 | 100011 | 100000 |
Color Harmonies of #43356D
Complementary color
Monochromatic Colors of #43356D
Black with #43356D
Text Example
Text Example
White with #43356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43356D; }
p { color: rgb(67,53,109); }
H1.HeaderClassName
{
color: #43356D;
}
.AnyTagClassName
{
color: #43356D;
}
</style>
background-color css
<style>
a { background-color: #43356D; }
a { background-color: rgb(67,53,109); }
div.DivClassName
{
background-color: #43356D;
}
.BgClassName
{
background-color: #43356D;
}
</style>
border-color css
<style>
span { border-color: #43356D; }
span { border-color: rgb(67,53,109); }
td.TdClassName
{
border-color: #43356D;
}
.TagClassName
{
border-color: #43356D;
}
</style>