Shades of Minsk #42386F
Tints of Minsk #42386F
RGB
CMYK
RGB Variations
Color information
#42386F (or 0x42386F) is known color: Minsk. HEX triplet: 42, 38 and 6F. RGB value is (66,56,111). Sum of RGB (Red+Green+Blue) = 66+56+111=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #42386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42386F is #BDC790. Grayscale: #414141. Windows color (decimal): -12437393 or 7288898. OLE color: 7288898.
HSL color Cylindrical-coordinate representation of color #42386F: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42386F is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 56 | 111 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.56 |
| HSL | 250.91º | 0.33% | 0.33% | - |
| HSV(B) | 250.91º | 0.5% | 0.44% | - |
| XYZ | 6.53 | 5.13 | 15.69 | - |
| YUV | 65.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 111 | 0.41 | 0.50 | 0 | 0.56 | 250.91 | 0.33 | 0.33 |
| Hex | 42 | 38 | 6F | 29 | 32 | 0 | 38 | FB | 21 | 21 |
| Octal | 102 | 70 | 157 | 51 | 62 | 0 | 70 | 373 | 41 | 41 |
| Binary | 1000010 | 111000 | 1101111 | 101001 | 110010 | 0 | 111000 | 11111011 | 100001 | 100001 |
Color Harmonies of #42386F
Complementary color
Monochromatic Colors of #42386F
Black with #42386F
Text Example
Text Example
White with #42386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42386F; }
p { color: rgb(66,56,111); }
H1.HeaderClassName
{
color: #42386F;
}
.AnyTagClassName
{
color: #42386F;
}
</style>
background-color css
<style>
a { background-color: #42386F; }
a { background-color: rgb(66,56,111); }
div.DivClassName
{
background-color: #42386F;
}
.BgClassName
{
background-color: #42386F;
}
</style>
border-color css
<style>
span { border-color: #42386F; }
span { border-color: rgb(66,56,111); }
td.TdClassName
{
border-color: #42386F;
}
.TagClassName
{
border-color: #42386F;
}
</style>