Shades of Minsk #423A65
Tints of Minsk #423A65
RGB
CMYK
RGB Variations
Color information
#423A65 (or 0x423A65) is known color: Minsk. HEX triplet: 42, 3A and 65. RGB value is (66,58,101). Sum of RGB (Red+Green+Blue) = 66+58+101=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #423A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A65 is #BDC59A. Grayscale: #414141. Windows color (decimal): -12436891 or 6634050. OLE color: 6634050.
HSL color Cylindrical-coordinate representation of color #423A65: hue angle of 251.16º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #423A65 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 58 | 101 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.60 |
| HSL | 251.16º | 0.27% | 0.31% | - |
| HSV(B) | 251.16º | 0.43% | 0.4% | - |
| XYZ | 6.11 | 5.12 | 12.98 | - |
| YUV | 65.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 101 | 0.35 | 0.43 | 0 | 0.60 | 251.16 | 0.27 | 0.31 |
| Hex | 42 | 3A | 65 | 23 | 2B | 0 | 3C | FB | 1B | 1F |
| Octal | 102 | 72 | 145 | 43 | 53 | 0 | 74 | 373 | 33 | 37 |
| Binary | 1000010 | 111010 | 1100101 | 100011 | 101011 | 0 | 111100 | 11111011 | 11011 | 11111 |
Color Harmonies of #423A65
Complementary color
Monochromatic Colors of #423A65
Black with #423A65
Text Example
Text Example
White with #423A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A65; }
p { color: rgb(66,58,101); }
H1.HeaderClassName
{
color: #423A65;
}
.AnyTagClassName
{
color: #423A65;
}
</style>
background-color css
<style>
a { background-color: #423A65; }
a { background-color: rgb(66,58,101); }
div.DivClassName
{
background-color: #423A65;
}
.BgClassName
{
background-color: #423A65;
}
</style>
border-color css
<style>
span { border-color: #423A65; }
span { border-color: rgb(66,58,101); }
td.TdClassName
{
border-color: #423A65;
}
.TagClassName
{
border-color: #423A65;
}
</style>