Shades of Minsk #42336F
Tints of Minsk #42336F
RGB
CMYK
RGB Variations
Color information
#42336F (or 0x42336F) is known color: Minsk. HEX triplet: 42, 33 and 6F. RGB value is (66,51,111). Sum of RGB (Red+Green+Blue) = 66+51+111=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #42336F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42336F is #BDCC90. Grayscale: #3E3E3E. Windows color (decimal): -12438673 or 7287618. OLE color: 7287618.
HSL color Cylindrical-coordinate representation of color #42336F: hue angle of 255º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42336F is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 51 | 111 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.56 |
| HSL | 255º | 0.37% | 0.32% | - |
| HSV(B) | 255º | 0.54% | 0.44% | - |
| XYZ | 6.3 | 4.67 | 15.61 | - |
| YUV | 62.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 111 | 0.41 | 0.54 | 0 | 0.56 | 255 | 0.37 | 0.32 |
| Hex | 42 | 33 | 6F | 29 | 36 | 0 | 38 | FF | 25 | 20 |
| Octal | 102 | 63 | 157 | 51 | 66 | 0 | 70 | 377 | 45 | 40 |
| Binary | 1000010 | 110011 | 1101111 | 101001 | 110110 | 0 | 111000 | 11111111 | 100101 | 100000 |
Color Harmonies of #42336F
Complementary color
Monochromatic Colors of #42336F
Black with #42336F
Text Example
Text Example
White with #42336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42336F; }
p { color: rgb(66,51,111); }
H1.HeaderClassName
{
color: #42336F;
}
.AnyTagClassName
{
color: #42336F;
}
</style>
background-color css
<style>
a { background-color: #42336F; }
a { background-color: rgb(66,51,111); }
div.DivClassName
{
background-color: #42336F;
}
.BgClassName
{
background-color: #42336F;
}
</style>
border-color css
<style>
span { border-color: #42336F; }
span { border-color: rgb(66,51,111); }
td.TdClassName
{
border-color: #42336F;
}
.TagClassName
{
border-color: #42336F;
}
</style>