Shades of Minsk #3C3463
Tints of Minsk #3C3463
RGB
CMYK
RGB Variations
Color information
#3C3463 (or 0x3C3463) is known color: Minsk. HEX triplet: 3C, 34 and 63. RGB value is (60,52,99). Sum of RGB (Red+Green+Blue) = 60+52+99=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C3463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3463 is #C3CB9C. Grayscale: #3B3B3B. Windows color (decimal): -12831645 or 6501436. OLE color: 6501436.
HSL color Cylindrical-coordinate representation of color #3C3463: hue angle of 250.21º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C3463 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 52 | 99 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.61 |
| HSL | 250.21º | 0.31% | 0.3% | - |
| HSV(B) | 250.21º | 0.47% | 0.39% | - |
| XYZ | 5.34 | 4.32 | 12.36 | - |
| YUV | 59.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 99 | 0.39 | 0.47 | 0 | 0.61 | 250.21 | 0.31 | 0.3 |
| Hex | 3C | 34 | 63 | 27 | 2F | 0 | 3D | FA | 1F | 1E |
| Octal | 74 | 64 | 143 | 47 | 57 | 0 | 75 | 372 | 37 | 36 |
| Binary | 111100 | 110100 | 1100011 | 100111 | 101111 | 0 | 111101 | 11111010 | 11111 | 11110 |
Color Harmonies of #3C3463
Complementary color
Monochromatic Colors of #3C3463
Black with #3C3463
Text Example
Text Example
White with #3C3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3463; }
p { color: rgb(60,52,99); }
H1.HeaderClassName
{
color: #3C3463;
}
.AnyTagClassName
{
color: #3C3463;
}
</style>
background-color css
<style>
a { background-color: #3C3463; }
a { background-color: rgb(60,52,99); }
div.DivClassName
{
background-color: #3C3463;
}
.BgClassName
{
background-color: #3C3463;
}
</style>
border-color css
<style>
span { border-color: #3C3463; }
span { border-color: rgb(60,52,99); }
td.TdClassName
{
border-color: #3C3463;
}
.TagClassName
{
border-color: #3C3463;
}
</style>