Shades of Minsk #433E64
Tints of Minsk #433E64
RGB
CMYK
RGB Variations
Color information
#433E64 (or 0x433E64) is known color: Minsk. HEX triplet: 43, 3E and 64. RGB value is (67,62,100). Sum of RGB (Red+Green+Blue) = 67+62+100=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 100 - color contains mainly: blue. Hex color #433E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433E64 is #BCC19B. Grayscale: #434343. Windows color (decimal): -12370332 or 6569539. OLE color: 6569539.
HSL color Cylindrical-coordinate representation of color #433E64: hue angle of 247.89º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #433E64 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 62 | 100 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.61 |
| HSL | 247.89º | 0.23% | 0.32% | - |
| HSV(B) | 247.89º | 0.38% | 0.39% | - |
| XYZ | 6.34 | 5.56 | 12.8 | - |
| YUV | 67.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 62 | 100 | 0.33 | 0.38 | 0 | 0.61 | 247.89 | 0.23 | 0.32 |
| Hex | 43 | 3E | 64 | 21 | 26 | 0 | 3D | F8 | 17 | 20 |
| Octal | 103 | 76 | 144 | 41 | 46 | 0 | 75 | 370 | 27 | 40 |
| Binary | 1000011 | 111110 | 1100100 | 100001 | 100110 | 0 | 111101 | 11111000 | 10111 | 100000 |
Color Harmonies of #433E64
Complementary color
Monochromatic Colors of #433E64
Black with #433E64
Text Example
Text Example
White with #433E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433E64; }
p { color: rgb(67,62,100); }
H1.HeaderClassName
{
color: #433E64;
}
.AnyTagClassName
{
color: #433E64;
}
</style>
background-color css
<style>
a { background-color: #433E64; }
a { background-color: rgb(67,62,100); }
div.DivClassName
{
background-color: #433E64;
}
.BgClassName
{
background-color: #433E64;
}
</style>
border-color css
<style>
span { border-color: #433E64; }
span { border-color: rgb(67,62,100); }
td.TdClassName
{
border-color: #433E64;
}
.TagClassName
{
border-color: #433E64;
}
</style>