Shades of Minsk #443A63
Tints of Minsk #443A63
RGB
CMYK
RGB Variations
Color information
#443A63 (or 0x443A63) is known color: Minsk. HEX triplet: 44, 3A and 63. RGB value is (68,58,99). Sum of RGB (Red+Green+Blue) = 68+58+99=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #443A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443A63 is #BBC59C. Grayscale: #414141. Windows color (decimal): -12305821 or 6502980. OLE color: 6502980.
HSL color Cylindrical-coordinate representation of color #443A63: hue angle of 254.63º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #443A63 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 58 | 99 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.61 |
| HSL | 254.63º | 0.26% | 0.31% | - |
| HSV(B) | 254.63º | 0.41% | 0.39% | - |
| XYZ | 6.15 | 5.16 | 12.48 | - |
| YUV | 65.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 99 | 0.31 | 0.41 | 0 | 0.61 | 254.63 | 0.26 | 0.31 |
| Hex | 44 | 3A | 63 | 1F | 29 | 0 | 3D | FF | 1A | 1F |
| Octal | 104 | 72 | 143 | 37 | 51 | 0 | 75 | 377 | 32 | 37 |
| Binary | 1000100 | 111010 | 1100011 | 11111 | 101001 | 0 | 111101 | 11111111 | 11010 | 11111 |
Color Harmonies of #443A63
Complementary color
Monochromatic Colors of #443A63
Black with #443A63
Text Example
Text Example
White with #443A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A63; }
p { color: rgb(68,58,99); }
H1.HeaderClassName
{
color: #443A63;
}
.AnyTagClassName
{
color: #443A63;
}
</style>
background-color css
<style>
a { background-color: #443A63; }
a { background-color: rgb(68,58,99); }
div.DivClassName
{
background-color: #443A63;
}
.BgClassName
{
background-color: #443A63;
}
</style>
border-color css
<style>
span { border-color: #443A63; }
span { border-color: rgb(68,58,99); }
td.TdClassName
{
border-color: #443A63;
}
.TagClassName
{
border-color: #443A63;
}
</style>