Shades of Minsk #3C3263
Tints of Minsk #3C3263
RGB
CMYK
RGB Variations
Color information
#3C3263 (or 0x3C3263) is known color: Minsk. HEX triplet: 3C, 32 and 63. RGB value is (60,50,99). Sum of RGB (Red+Green+Blue) = 60+50+99=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C3263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3263 is #C3CD9C. Grayscale: #3A3A3A. Windows color (decimal): -12832157 or 6500924. OLE color: 6500924.
HSL color Cylindrical-coordinate representation of color #3C3263: hue angle of 252.24º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C3263 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 50 | 99 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.61 |
| HSL | 252.24º | 0.33% | 0.29% | - |
| HSV(B) | 252.24º | 0.49% | 0.39% | - |
| XYZ | 5.26 | 4.14 | 12.33 | - |
| YUV | 58.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 99 | 0.39 | 0.49 | 0 | 0.61 | 252.24 | 0.33 | 0.29 |
| Hex | 3C | 32 | 63 | 27 | 31 | 0 | 3D | FC | 21 | 1D |
| Octal | 74 | 62 | 143 | 47 | 61 | 0 | 75 | 374 | 41 | 35 |
| Binary | 111100 | 110010 | 1100011 | 100111 | 110001 | 0 | 111101 | 11111100 | 100001 | 11101 |
Color Harmonies of #3C3263
Complementary color
Monochromatic Colors of #3C3263
Black with #3C3263
Text Example
Text Example
White with #3C3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3263; }
p { color: rgb(60,50,99); }
H1.HeaderClassName
{
color: #3C3263;
}
.AnyTagClassName
{
color: #3C3263;
}
</style>
background-color css
<style>
a { background-color: #3C3263; }
a { background-color: rgb(60,50,99); }
div.DivClassName
{
background-color: #3C3263;
}
.BgClassName
{
background-color: #3C3263;
}
</style>
border-color css
<style>
span { border-color: #3C3263; }
span { border-color: rgb(60,50,99); }
td.TdClassName
{
border-color: #3C3263;
}
.TagClassName
{
border-color: #3C3263;
}
</style>