Shades of Minsk #443E62
Tints of Minsk #443E62
RGB
CMYK
RGB Variations
Color information
#443E62 (or 0x443E62) is known color: Minsk. HEX triplet: 44, 3E and 62. RGB value is (68,62,98). Sum of RGB (Red+Green+Blue) = 68+62+98=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #443E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E62 is #BBC19D. Grayscale: #434343. Windows color (decimal): -12304798 or 6438468. OLE color: 6438468.
HSL color Cylindrical-coordinate representation of color #443E62: hue angle of 250º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #443E62 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 62 | 98 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.62 |
| HSL | 250º | 0.23% | 0.31% | - |
| HSV(B) | 250º | 0.37% | 0.38% | - |
| XYZ | 6.31 | 5.56 | 12.3 | - |
| YUV | 67.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 98 | 0.31 | 0.37 | 0 | 0.62 | 250 | 0.23 | 0.31 |
| Hex | 44 | 3E | 62 | 1F | 25 | 0 | 3E | FA | 16 | 1F |
| Octal | 104 | 76 | 142 | 37 | 45 | 0 | 76 | 372 | 26 | 37 |
| Binary | 1000100 | 111110 | 1100010 | 11111 | 100101 | 0 | 111110 | 11111010 | 10110 | 11111 |
Color Harmonies of #443E62
Complementary color
Monochromatic Colors of #443E62
Black with #443E62
Text Example
Text Example
White with #443E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443E62; }
p { color: rgb(68,62,98); }
H1.HeaderClassName
{
color: #443E62;
}
.AnyTagClassName
{
color: #443E62;
}
</style>
background-color css
<style>
a { background-color: #443E62; }
a { background-color: rgb(68,62,98); }
div.DivClassName
{
background-color: #443E62;
}
.BgClassName
{
background-color: #443E62;
}
</style>
border-color css
<style>
span { border-color: #443E62; }
span { border-color: rgb(68,62,98); }
td.TdClassName
{
border-color: #443E62;
}
.TagClassName
{
border-color: #443E62;
}
</style>