Shades of Minsk #443B70
Tints of Minsk #443B70
RGB
CMYK
RGB Variations
Color information
#443B70 (or 0x443B70) is known color: Minsk. HEX triplet: 44, 3B and 70. RGB value is (68,59,112). Sum of RGB (Red+Green+Blue) = 68+59+112=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #443B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443B70 is #BBC48F. Grayscale: #434343. Windows color (decimal): -12305552 or 7355204. OLE color: 7355204.
HSL color Cylindrical-coordinate representation of color #443B70: hue angle of 250.19º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #443B70 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 59 | 112 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.56 |
| HSL | 250.19º | 0.31% | 0.34% | - |
| HSV(B) | 250.19º | 0.47% | 0.44% | - |
| XYZ | 6.87 | 5.53 | 16.03 | - |
| YUV | 67.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 112 | 0.39 | 0.47 | 0 | 0.56 | 250.19 | 0.31 | 0.34 |
| Hex | 44 | 3B | 70 | 27 | 2F | 0 | 38 | FA | 1F | 22 |
| Octal | 104 | 73 | 160 | 47 | 57 | 0 | 70 | 372 | 37 | 42 |
| Binary | 1000100 | 111011 | 1110000 | 100111 | 101111 | 0 | 111000 | 11111010 | 11111 | 100010 |
Color Harmonies of #443B70
Complementary color
Monochromatic Colors of #443B70
Black with #443B70
Text Example
Text Example
White with #443B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B70; }
p { color: rgb(68,59,112); }
H1.HeaderClassName
{
color: #443B70;
}
.AnyTagClassName
{
color: #443B70;
}
</style>
background-color css
<style>
a { background-color: #443B70; }
a { background-color: rgb(68,59,112); }
div.DivClassName
{
background-color: #443B70;
}
.BgClassName
{
background-color: #443B70;
}
</style>
border-color css
<style>
span { border-color: #443B70; }
span { border-color: rgb(68,59,112); }
td.TdClassName
{
border-color: #443B70;
}
.TagClassName
{
border-color: #443B70;
}
</style>