Shades of Minsk #433365
Tints of Minsk #433365
RGB
CMYK
RGB Variations
Color information
#433365 (or 0x433365) is known color: Minsk. HEX triplet: 43, 33 and 65. RGB value is (67,51,101). Sum of RGB (Red+Green+Blue) = 67+51+101=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #433365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433365 is #BCCC9A. Grayscale: #3D3D3D. Windows color (decimal): -12373147 or 6632259. OLE color: 6632259.
HSL color Cylindrical-coordinate representation of color #433365: hue angle of 259.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #433365 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 51 | 101 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.60 |
| HSL | 259.2º | 0.33% | 0.3% | - |
| HSV(B) | 259.2º | 0.5% | 0.4% | - |
| XYZ | 5.85 | 4.5 | 12.87 | - |
| YUV | 61.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 101 | 0.34 | 0.50 | 0 | 0.60 | 259.2 | 0.33 | 0.3 |
| Hex | 43 | 33 | 65 | 22 | 32 | 0 | 3C | 103 | 21 | 1E |
| Octal | 103 | 63 | 145 | 42 | 62 | 0 | 74 | 403 | 41 | 36 |
| Binary | 1000011 | 110011 | 1100101 | 100010 | 110010 | 0 | 111100 | 100000011 | 100001 | 11110 |
Color Harmonies of #433365
Complementary color
Monochromatic Colors of #433365
Black with #433365
Text Example
Text Example
White with #433365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433365; }
p { color: rgb(67,51,101); }
H1.HeaderClassName
{
color: #433365;
}
.AnyTagClassName
{
color: #433365;
}
</style>
background-color css
<style>
a { background-color: #433365; }
a { background-color: rgb(67,51,101); }
div.DivClassName
{
background-color: #433365;
}
.BgClassName
{
background-color: #433365;
}
</style>
border-color css
<style>
span { border-color: #433365; }
span { border-color: rgb(67,51,101); }
td.TdClassName
{
border-color: #433365;
}
.TagClassName
{
border-color: #433365;
}
</style>