Shades of Minsk #443B66
Tints of Minsk #443B66
RGB
CMYK
RGB Variations
Color information
#443B66 (or 0x443B66) is known color: Minsk. HEX triplet: 44, 3B and 66. RGB value is (68,59,102). Sum of RGB (Red+Green+Blue) = 68+59+102=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #443B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443B66 is #BBC499. Grayscale: #424242. Windows color (decimal): -12305562 or 6699844. OLE color: 6699844.
HSL color Cylindrical-coordinate representation of color #443B66: hue angle of 252.56º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #443B66 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 59 | 102 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.6 |
| HSL | 252.56º | 0.27% | 0.32% | - |
| HSV(B) | 252.56º | 0.42% | 0.4% | - |
| XYZ | 6.35 | 5.32 | 13.26 | - |
| YUV | 66.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 102 | 0.33 | 0.42 | 0 | 0.6 | 252.56 | 0.27 | 0.32 |
| Hex | 44 | 3B | 66 | 21 | 2A | 0 | 3C | FD | 1B | 20 |
| Octal | 104 | 73 | 146 | 41 | 52 | 0 | 74 | 375 | 33 | 40 |
| Binary | 1000100 | 111011 | 1100110 | 100001 | 101010 | 0 | 111100 | 11111101 | 11011 | 100000 |
Color Harmonies of #443B66
Complementary color
Monochromatic Colors of #443B66
Black with #443B66
Text Example
Text Example
White with #443B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B66; }
p { color: rgb(68,59,102); }
H1.HeaderClassName
{
color: #443B66;
}
.AnyTagClassName
{
color: #443B66;
}
</style>
background-color css
<style>
a { background-color: #443B66; }
a { background-color: rgb(68,59,102); }
div.DivClassName
{
background-color: #443B66;
}
.BgClassName
{
background-color: #443B66;
}
</style>
border-color css
<style>
span { border-color: #443B66; }
span { border-color: rgb(68,59,102); }
td.TdClassName
{
border-color: #443B66;
}
.TagClassName
{
border-color: #443B66;
}
</style>