Shades of Minsk #433A64
Tints of Minsk #433A64
RGB
CMYK
RGB Variations
Color information
#433A64 (or 0x433A64) is known color: Minsk. HEX triplet: 43, 3A and 64. RGB value is (67,58,100). Sum of RGB (Red+Green+Blue) = 67+58+100=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #433A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433A64 is #BCC59B. Grayscale: #414141. Windows color (decimal): -12371356 or 6568515. OLE color: 6568515.
HSL color Cylindrical-coordinate representation of color #433A64: hue angle of 252.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #433A64 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 58 | 100 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.61 |
| HSL | 252.86º | 0.27% | 0.31% | - |
| HSV(B) | 252.86º | 0.42% | 0.39% | - |
| XYZ | 6.13 | 5.14 | 12.73 | - |
| YUV | 65.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 100 | 0.33 | 0.42 | 0 | 0.61 | 252.86 | 0.27 | 0.31 |
| Hex | 43 | 3A | 64 | 21 | 2A | 0 | 3D | FD | 1B | 1F |
| Octal | 103 | 72 | 144 | 41 | 52 | 0 | 75 | 375 | 33 | 37 |
| Binary | 1000011 | 111010 | 1100100 | 100001 | 101010 | 0 | 111101 | 11111101 | 11011 | 11111 |
Color Harmonies of #433A64
Complementary color
Monochromatic Colors of #433A64
Black with #433A64
Text Example
Text Example
White with #433A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433A64; }
p { color: rgb(67,58,100); }
H1.HeaderClassName
{
color: #433A64;
}
.AnyTagClassName
{
color: #433A64;
}
</style>
background-color css
<style>
a { background-color: #433A64; }
a { background-color: rgb(67,58,100); }
div.DivClassName
{
background-color: #433A64;
}
.BgClassName
{
background-color: #433A64;
}
</style>
border-color css
<style>
span { border-color: #433A64; }
span { border-color: rgb(67,58,100); }
td.TdClassName
{
border-color: #433A64;
}
.TagClassName
{
border-color: #433A64;
}
</style>