Shades of Minsk #443E65
Tints of Minsk #443E65
RGB
CMYK
RGB Variations
Color information
#443E65 (or 0x443E65) is known color: Minsk. HEX triplet: 44, 3E and 65. RGB value is (68,62,101). Sum of RGB (Red+Green+Blue) = 68+62+101=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #443E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E65 is #BBC19A. Grayscale: #444444. Windows color (decimal): -12304795 or 6635076. OLE color: 6635076.
HSL color Cylindrical-coordinate representation of color #443E65: hue angle of 249.23º 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 #443E65 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 62 | 101 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.60 |
| HSL | 249.23º | 0.24% | 0.32% | - |
| HSV(B) | 249.23º | 0.39% | 0.4% | - |
| XYZ | 6.46 | 5.61 | 13.06 | - |
| YUV | 68.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 101 | 0.33 | 0.39 | 0 | 0.60 | 249.23 | 0.24 | 0.32 |
| Hex | 44 | 3E | 65 | 21 | 27 | 0 | 3C | F9 | 18 | 20 |
| Octal | 104 | 76 | 145 | 41 | 47 | 0 | 74 | 371 | 30 | 40 |
| Binary | 1000100 | 111110 | 1100101 | 100001 | 100111 | 0 | 111100 | 11111001 | 11000 | 100000 |
Color Harmonies of #443E65
Complementary color
Monochromatic Colors of #443E65
Black with #443E65
Text Example
Text Example
White with #443E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443E65; }
p { color: rgb(68,62,101); }
H1.HeaderClassName
{
color: #443E65;
}
.AnyTagClassName
{
color: #443E65;
}
</style>
background-color css
<style>
a { background-color: #443E65; }
a { background-color: rgb(68,62,101); }
div.DivClassName
{
background-color: #443E65;
}
.BgClassName
{
background-color: #443E65;
}
</style>
border-color css
<style>
span { border-color: #443E65; }
span { border-color: rgb(68,62,101); }
td.TdClassName
{
border-color: #443E65;
}
.TagClassName
{
border-color: #443E65;
}
</style>