Shades of Minsk #43386C
Tints of Minsk #43386C
RGB
CMYK
RGB Variations
Color information
#43386C (or 0x43386C) is known color: Minsk. HEX triplet: 43, 38 and 6C. RGB value is (67,56,108). Sum of RGB (Red+Green+Blue) = 67+56+108=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #43386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43386C is #BCC793. Grayscale: #414141. Windows color (decimal): -12371860 or 7092291. OLE color: 7092291.
HSL color Cylindrical-coordinate representation of color #43386C: hue angle of 252.69º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43386C is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 56 | 108 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.58 |
| HSL | 252.69º | 0.32% | 0.32% | - |
| HSV(B) | 252.69º | 0.48% | 0.42% | - |
| XYZ | 6.44 | 5.1 | 14.83 | - |
| YUV | 65.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 108 | 0.38 | 0.48 | 0 | 0.58 | 252.69 | 0.32 | 0.32 |
| Hex | 43 | 38 | 6C | 26 | 30 | 0 | 3A | FD | 20 | 20 |
| Octal | 103 | 70 | 154 | 46 | 60 | 0 | 72 | 375 | 40 | 40 |
| Binary | 1000011 | 111000 | 1101100 | 100110 | 110000 | 0 | 111010 | 11111101 | 100000 | 100000 |
Color Harmonies of #43386C
Complementary color
Monochromatic Colors of #43386C
Black with #43386C
Text Example
Text Example
White with #43386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43386C; }
p { color: rgb(67,56,108); }
H1.HeaderClassName
{
color: #43386C;
}
.AnyTagClassName
{
color: #43386C;
}
</style>
background-color css
<style>
a { background-color: #43386C; }
a { background-color: rgb(67,56,108); }
div.DivClassName
{
background-color: #43386C;
}
.BgClassName
{
background-color: #43386C;
}
</style>
border-color css
<style>
span { border-color: #43386C; }
span { border-color: rgb(67,56,108); }
td.TdClassName
{
border-color: #43386C;
}
.TagClassName
{
border-color: #43386C;
}
</style>