Shades of Minsk #423B67
Tints of Minsk #423B67
RGB
CMYK
RGB Variations
Color information
#423B67 (or 0x423B67) is known color: Minsk. HEX triplet: 42, 3B and 67. RGB value is (66,59,103). Sum of RGB (Red+Green+Blue) = 66+59+103=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #423B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423B67 is #BDC498. Grayscale: #414141. Windows color (decimal): -12436633 or 6765378. OLE color: 6765378.
HSL color Cylindrical-coordinate representation of color #423B67: hue angle of 249.55º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #423B67 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 59 | 103 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.60 |
| HSL | 249.55º | 0.27% | 0.32% | - |
| HSV(B) | 249.55º | 0.43% | 0.4% | - |
| XYZ | 6.26 | 5.27 | 13.52 | - |
| YUV | 66.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 103 | 0.36 | 0.43 | 0 | 0.60 | 249.55 | 0.27 | 0.32 |
| Hex | 42 | 3B | 67 | 24 | 2B | 0 | 3C | FA | 1B | 20 |
| Octal | 102 | 73 | 147 | 44 | 53 | 0 | 74 | 372 | 33 | 40 |
| Binary | 1000010 | 111011 | 1100111 | 100100 | 101011 | 0 | 111100 | 11111010 | 11011 | 100000 |
Color Harmonies of #423B67
Complementary color
Monochromatic Colors of #423B67
Black with #423B67
Text Example
Text Example
White with #423B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B67; }
p { color: rgb(66,59,103); }
H1.HeaderClassName
{
color: #423B67;
}
.AnyTagClassName
{
color: #423B67;
}
</style>
background-color css
<style>
a { background-color: #423B67; }
a { background-color: rgb(66,59,103); }
div.DivClassName
{
background-color: #423B67;
}
.BgClassName
{
background-color: #423B67;
}
</style>
border-color css
<style>
span { border-color: #423B67; }
span { border-color: rgb(66,59,103); }
td.TdClassName
{
border-color: #423B67;
}
.TagClassName
{
border-color: #423B67;
}
</style>