Shades of Minsk #433D68
Tints of Minsk #433D68
RGB
CMYK
RGB Variations
Color information
#433D68 (or 0x433D68) is known color: Minsk. HEX triplet: 43, 3D and 68. RGB value is (67,61,104). Sum of RGB (Red+Green+Blue) = 67+61+104=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #433D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433D68 is #BCC297. Grayscale: #434343. Windows color (decimal): -12370584 or 6831427. OLE color: 6831427.
HSL color Cylindrical-coordinate representation of color #433D68: hue angle of 248.37º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #433D68 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 61 | 104 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.59 |
| HSL | 248.37º | 0.26% | 0.32% | - |
| HSV(B) | 248.37º | 0.41% | 0.41% | - |
| XYZ | 6.48 | 5.53 | 13.82 | - |
| YUV | 67.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 104 | 0.36 | 0.41 | 0 | 0.59 | 248.37 | 0.26 | 0.32 |
| Hex | 43 | 3D | 68 | 24 | 29 | 0 | 3B | F8 | 1A | 20 |
| Octal | 103 | 75 | 150 | 44 | 51 | 0 | 73 | 370 | 32 | 40 |
| Binary | 1000011 | 111101 | 1101000 | 100100 | 101001 | 0 | 111011 | 11111000 | 11010 | 100000 |
Color Harmonies of #433D68
Complementary color
Monochromatic Colors of #433D68
Black with #433D68
Text Example
Text Example
White with #433D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D68; }
p { color: rgb(67,61,104); }
H1.HeaderClassName
{
color: #433D68;
}
.AnyTagClassName
{
color: #433D68;
}
</style>
background-color css
<style>
a { background-color: #433D68; }
a { background-color: rgb(67,61,104); }
div.DivClassName
{
background-color: #433D68;
}
.BgClassName
{
background-color: #433D68;
}
</style>
border-color css
<style>
span { border-color: #433D68; }
span { border-color: rgb(67,61,104); }
td.TdClassName
{
border-color: #433D68;
}
.TagClassName
{
border-color: #433D68;
}
</style>