Shades of Minsk #433D63
Tints of Minsk #433D63
RGB
CMYK
RGB Variations
Color information
#433D63 (or 0x433D63) is known color: Minsk. HEX triplet: 43, 3D and 63. RGB value is (67,61,99). Sum of RGB (Red+Green+Blue) = 67+61+99=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #433D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433D63 is #BCC29C. Grayscale: #424242. Windows color (decimal): -12370589 or 6503747. OLE color: 6503747.
HSL color Cylindrical-coordinate representation of color #433D63: hue angle of 249.47º 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 #433D63 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 61 | 99 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.61 |
| HSL | 249.47º | 0.24% | 0.31% | - |
| HSV(B) | 249.47º | 0.38% | 0.39% | - |
| XYZ | 6.24 | 5.43 | 12.52 | - |
| YUV | 67.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 99 | 0.32 | 0.38 | 0 | 0.61 | 249.47 | 0.24 | 0.31 |
| Hex | 43 | 3D | 63 | 20 | 26 | 0 | 3D | F9 | 18 | 1F |
| Octal | 103 | 75 | 143 | 40 | 46 | 0 | 75 | 371 | 30 | 37 |
| Binary | 1000011 | 111101 | 1100011 | 100000 | 100110 | 0 | 111101 | 11111001 | 11000 | 11111 |
Color Harmonies of #433D63
Complementary color
Monochromatic Colors of #433D63
Black with #433D63
Text Example
Text Example
White with #433D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D63; }
p { color: rgb(67,61,99); }
H1.HeaderClassName
{
color: #433D63;
}
.AnyTagClassName
{
color: #433D63;
}
</style>
background-color css
<style>
a { background-color: #433D63; }
a { background-color: rgb(67,61,99); }
div.DivClassName
{
background-color: #433D63;
}
.BgClassName
{
background-color: #433D63;
}
</style>
border-color css
<style>
span { border-color: #433D63; }
span { border-color: rgb(67,61,99); }
td.TdClassName
{
border-color: #433D63;
}
.TagClassName
{
border-color: #433D63;
}
</style>