Shades of Minsk #423A67
Tints of Minsk #423A67
RGB
CMYK
RGB Variations
Color information
#423A67 (or 0x423A67) is known color: Minsk. HEX triplet: 42, 3A and 67. RGB value is (66,58,103). Sum of RGB (Red+Green+Blue) = 66+58+103=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #423A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A67 is #BDC598. Grayscale: #414141. Windows color (decimal): -12436889 or 6765122. OLE color: 6765122.
HSL color Cylindrical-coordinate representation of color #423A67: hue angle of 250.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423A67 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 58 | 103 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.60 |
| HSL | 250.67º | 0.28% | 0.32% | - |
| HSV(B) | 250.67º | 0.44% | 0.4% | - |
| XYZ | 6.21 | 5.16 | 13.5 | - |
| YUV | 65.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 103 | 0.36 | 0.44 | 0 | 0.60 | 250.67 | 0.28 | 0.32 |
| Hex | 42 | 3A | 67 | 24 | 2C | 0 | 3C | FB | 1C | 20 |
| Octal | 102 | 72 | 147 | 44 | 54 | 0 | 74 | 373 | 34 | 40 |
| Binary | 1000010 | 111010 | 1100111 | 100100 | 101100 | 0 | 111100 | 11111011 | 11100 | 100000 |
Color Harmonies of #423A67
Complementary color
Monochromatic Colors of #423A67
Black with #423A67
Text Example
Text Example
White with #423A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A67; }
p { color: rgb(66,58,103); }
H1.HeaderClassName
{
color: #423A67;
}
.AnyTagClassName
{
color: #423A67;
}
</style>
background-color css
<style>
a { background-color: #423A67; }
a { background-color: rgb(66,58,103); }
div.DivClassName
{
background-color: #423A67;
}
.BgClassName
{
background-color: #423A67;
}
</style>
border-color css
<style>
span { border-color: #423A67; }
span { border-color: rgb(66,58,103); }
td.TdClassName
{
border-color: #423A67;
}
.TagClassName
{
border-color: #423A67;
}
</style>