Shades of Minsk #42336D
Tints of Minsk #42336D
RGB
CMYK
RGB Variations
Color information
#42336D (or 0x42336D) is known color: Minsk. HEX triplet: 42, 33 and 6D. RGB value is (66,51,109). Sum of RGB (Red+Green+Blue) = 66+51+109=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #42336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42336D is #BDCC92. Grayscale: #3D3D3D. Windows color (decimal): -12438675 or 7156546. OLE color: 7156546.
HSL color Cylindrical-coordinate representation of color #42336D: hue angle of 255.52º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42336D is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 51 | 109 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.57 |
| HSL | 255.52º | 0.36% | 0.31% | - |
| HSV(B) | 255.52º | 0.53% | 0.43% | - |
| XYZ | 6.19 | 4.63 | 15.04 | - |
| YUV | 62.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 109 | 0.39 | 0.53 | 0 | 0.57 | 255.52 | 0.36 | 0.31 |
| Hex | 42 | 33 | 6D | 27 | 35 | 0 | 39 | 100 | 24 | 1F |
| Octal | 102 | 63 | 155 | 47 | 65 | 0 | 71 | 400 | 44 | 37 |
| Binary | 1000010 | 110011 | 1101101 | 100111 | 110101 | 0 | 111001 | 100000000 | 100100 | 11111 |
Color Harmonies of #42336D
Complementary color
Monochromatic Colors of #42336D
Black with #42336D
Text Example
Text Example
White with #42336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42336D; }
p { color: rgb(66,51,109); }
H1.HeaderClassName
{
color: #42336D;
}
.AnyTagClassName
{
color: #42336D;
}
</style>
background-color css
<style>
a { background-color: #42336D; }
a { background-color: rgb(66,51,109); }
div.DivClassName
{
background-color: #42336D;
}
.BgClassName
{
background-color: #42336D;
}
</style>
border-color css
<style>
span { border-color: #42336D; }
span { border-color: rgb(66,51,109); }
td.TdClassName
{
border-color: #42336D;
}
.TagClassName
{
border-color: #42336D;
}
</style>