Shades of Minsk #443D63
Tints of Minsk #443D63
RGB
CMYK
RGB Variations
Color information
#443D63 (or 0x443D63) is known color: Minsk. HEX triplet: 44, 3D and 63. RGB value is (68,61,99). Sum of RGB (Red+Green+Blue) = 68+61+99=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #443D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D63 is #BBC29C. Grayscale: #434343. Windows color (decimal): -12305053 or 6503748. OLE color: 6503748.
HSL color Cylindrical-coordinate representation of color #443D63: hue angle of 251.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #443D63 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 61 | 99 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.61 |
| HSL | 251.05º | 0.24% | 0.31% | - |
| HSV(B) | 251.05º | 0.38% | 0.39% | - |
| XYZ | 6.3 | 5.47 | 12.53 | - |
| YUV | 67.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 99 | 0.31 | 0.38 | 0 | 0.61 | 251.05 | 0.24 | 0.31 |
| Hex | 44 | 3D | 63 | 1F | 26 | 0 | 3D | FB | 18 | 1F |
| Octal | 104 | 75 | 143 | 37 | 46 | 0 | 75 | 373 | 30 | 37 |
| Binary | 1000100 | 111101 | 1100011 | 11111 | 100110 | 0 | 111101 | 11111011 | 11000 | 11111 |
Color Harmonies of #443D63
Complementary color
Monochromatic Colors of #443D63
Black with #443D63
Text Example
Text Example
White with #443D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D63; }
p { color: rgb(68,61,99); }
H1.HeaderClassName
{
color: #443D63;
}
.AnyTagClassName
{
color: #443D63;
}
</style>
background-color css
<style>
a { background-color: #443D63; }
a { background-color: rgb(68,61,99); }
div.DivClassName
{
background-color: #443D63;
}
.BgClassName
{
background-color: #443D63;
}
</style>
border-color css
<style>
span { border-color: #443D63; }
span { border-color: rgb(68,61,99); }
td.TdClassName
{
border-color: #443D63;
}
.TagClassName
{
border-color: #443D63;
}
</style>