Shades of Minsk #423B63
Tints of Minsk #423B63
RGB
CMYK
RGB Variations
Color information
#423B63 (or 0x423B63) is known color: Minsk. HEX triplet: 42, 3B and 63. RGB value is (66,59,99). Sum of RGB (Red+Green+Blue) = 66+59+99=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #423B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B63 is #BDC49C. Grayscale: #414141. Windows color (decimal): -12436637 or 6503234. OLE color: 6503234.
HSL color Cylindrical-coordinate representation of color #423B63: hue angle of 250.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #423B63 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 59 | 99 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.61 |
| HSL | 250.5º | 0.25% | 0.31% | - |
| HSV(B) | 250.5º | 0.4% | 0.39% | - |
| XYZ | 6.06 | 5.19 | 12.49 | - |
| YUV | 65.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 99 | 0.33 | 0.40 | 0 | 0.61 | 250.5 | 0.25 | 0.31 |
| Hex | 42 | 3B | 63 | 21 | 28 | 0 | 3D | FB | 19 | 1F |
| Octal | 102 | 73 | 143 | 41 | 50 | 0 | 75 | 373 | 31 | 37 |
| Binary | 1000010 | 111011 | 1100011 | 100001 | 101000 | 0 | 111101 | 11111011 | 11001 | 11111 |
Color Harmonies of #423B63
Complementary color
Monochromatic Colors of #423B63
Black with #423B63
Text Example
Text Example
White with #423B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B63; }
p { color: rgb(66,59,99); }
H1.HeaderClassName
{
color: #423B63;
}
.AnyTagClassName
{
color: #423B63;
}
</style>
background-color css
<style>
a { background-color: #423B63; }
a { background-color: rgb(66,59,99); }
div.DivClassName
{
background-color: #423B63;
}
.BgClassName
{
background-color: #423B63;
}
</style>
border-color css
<style>
span { border-color: #423B63; }
span { border-color: rgb(66,59,99); }
td.TdClassName
{
border-color: #423B63;
}
.TagClassName
{
border-color: #423B63;
}
</style>