Shades of Minsk #423B65
Tints of Minsk #423B65
RGB
CMYK
RGB Variations
Color information
#423B65 (or 0x423B65) is known color: Minsk. HEX triplet: 42, 3B and 65. RGB value is (66,59,101). Sum of RGB (Red+Green+Blue) = 66+59+101=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #423B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B65 is #BDC49A. Grayscale: #414141. Windows color (decimal): -12436635 or 6634306. OLE color: 6634306.
HSL color Cylindrical-coordinate representation of color #423B65: hue angle of 250º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423B65 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 59 | 101 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.60 |
| HSL | 250º | 0.26% | 0.31% | - |
| HSV(B) | 250º | 0.42% | 0.4% | - |
| XYZ | 6.16 | 5.23 | 13 | - |
| YUV | 65.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 101 | 0.35 | 0.42 | 0 | 0.60 | 250 | 0.26 | 0.31 |
| Hex | 42 | 3B | 65 | 23 | 2A | 0 | 3C | FA | 1A | 1F |
| Octal | 102 | 73 | 145 | 43 | 52 | 0 | 74 | 372 | 32 | 37 |
| Binary | 1000010 | 111011 | 1100101 | 100011 | 101010 | 0 | 111100 | 11111010 | 11010 | 11111 |
Color Harmonies of #423B65
Complementary color
Monochromatic Colors of #423B65
Black with #423B65
Text Example
Text Example
White with #423B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B65; }
p { color: rgb(66,59,101); }
H1.HeaderClassName
{
color: #423B65;
}
.AnyTagClassName
{
color: #423B65;
}
</style>
background-color css
<style>
a { background-color: #423B65; }
a { background-color: rgb(66,59,101); }
div.DivClassName
{
background-color: #423B65;
}
.BgClassName
{
background-color: #423B65;
}
</style>
border-color css
<style>
span { border-color: #423B65; }
span { border-color: rgb(66,59,101); }
td.TdClassName
{
border-color: #423B65;
}
.TagClassName
{
border-color: #423B65;
}
</style>