Shades of Minsk #443B65
Tints of Minsk #443B65
RGB
CMYK
RGB Variations
Color information
#443B65 (or 0x443B65) is known color: Minsk. HEX triplet: 44, 3B and 65. RGB value is (68,59,101). Sum of RGB (Red+Green+Blue) = 68+59+101=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #443B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443B65 is #BBC49A. Grayscale: #424242. Windows color (decimal): -12305563 or 6634308. OLE color: 6634308.
HSL color Cylindrical-coordinate representation of color #443B65: hue angle of 252.86º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #443B65 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 59 | 101 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.60 |
| HSL | 252.86º | 0.26% | 0.31% | - |
| HSV(B) | 252.86º | 0.42% | 0.4% | - |
| XYZ | 6.3 | 5.3 | 13 | - |
| YUV | 66.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 101 | 0.33 | 0.42 | 0 | 0.60 | 252.86 | 0.26 | 0.31 |
| Hex | 44 | 3B | 65 | 21 | 2A | 0 | 3C | FD | 1A | 1F |
| Octal | 104 | 73 | 145 | 41 | 52 | 0 | 74 | 375 | 32 | 37 |
| Binary | 1000100 | 111011 | 1100101 | 100001 | 101010 | 0 | 111100 | 11111101 | 11010 | 11111 |
Color Harmonies of #443B65
Complementary color
Monochromatic Colors of #443B65
Black with #443B65
Text Example
Text Example
White with #443B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B65; }
p { color: rgb(68,59,101); }
H1.HeaderClassName
{
color: #443B65;
}
.AnyTagClassName
{
color: #443B65;
}
</style>
background-color css
<style>
a { background-color: #443B65; }
a { background-color: rgb(68,59,101); }
div.DivClassName
{
background-color: #443B65;
}
.BgClassName
{
background-color: #443B65;
}
</style>
border-color css
<style>
span { border-color: #443B65; }
span { border-color: rgb(68,59,101); }
td.TdClassName
{
border-color: #443B65;
}
.TagClassName
{
border-color: #443B65;
}
</style>