Shades of Minsk #443E66
Tints of Minsk #443E66
RGB
CMYK
RGB Variations
Color information
#443E66 (or 0x443E66) is known color: Minsk. HEX triplet: 44, 3E and 66. RGB value is (68,62,102). Sum of RGB (Red+Green+Blue) = 68+62+102=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #443E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E66 is #BBC199. Grayscale: #444444. Windows color (decimal): -12304794 or 6700612. OLE color: 6700612.
HSL color Cylindrical-coordinate representation of color #443E66: hue angle of 249º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #443E66 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 62 | 102 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.6 |
| HSL | 249º | 0.24% | 0.32% | - |
| HSV(B) | 249º | 0.39% | 0.4% | - |
| XYZ | 6.5 | 5.63 | 13.31 | - |
| YUV | 68.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 102 | 0.33 | 0.39 | 0 | 0.6 | 249 | 0.24 | 0.32 |
| Hex | 44 | 3E | 66 | 21 | 27 | 0 | 3C | F9 | 18 | 20 |
| Octal | 104 | 76 | 146 | 41 | 47 | 0 | 74 | 371 | 30 | 40 |
| Binary | 1000100 | 111110 | 1100110 | 100001 | 100111 | 0 | 111100 | 11111001 | 11000 | 100000 |
Color Harmonies of #443E66
Complementary color
Monochromatic Colors of #443E66
Black with #443E66
Text Example
Text Example
White with #443E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443E66; }
p { color: rgb(68,62,102); }
H1.HeaderClassName
{
color: #443E66;
}
.AnyTagClassName
{
color: #443E66;
}
</style>
background-color css
<style>
a { background-color: #443E66; }
a { background-color: rgb(68,62,102); }
div.DivClassName
{
background-color: #443E66;
}
.BgClassName
{
background-color: #443E66;
}
</style>
border-color css
<style>
span { border-color: #443E66; }
span { border-color: rgb(68,62,102); }
td.TdClassName
{
border-color: #443E66;
}
.TagClassName
{
border-color: #443E66;
}
</style>