Shades of Minsk #3C366E
Tints of Minsk #3C366E
RGB
CMYK
RGB Variations
Color information
#3C366E (or 0x3C366E) is known color: Minsk. HEX triplet: 3C, 36 and 6E. RGB value is (60,54,110). Sum of RGB (Red+Green+Blue) = 60+54+110=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C366E is #C3C991. Grayscale: #3D3D3D. Windows color (decimal): -12831122 or 7222844. OLE color: 7222844.
HSL color Cylindrical-coordinate representation of color #3C366E: hue angle of 246.43º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C366E is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 54 | 110 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.57 |
| HSL | 246.43º | 0.34% | 0.32% | - |
| HSV(B) | 246.43º | 0.51% | 0.43% | - |
| XYZ | 6 | 4.72 | 15.35 | - |
| YUV | 62.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 110 | 0.45 | 0.51 | 0 | 0.57 | 246.43 | 0.34 | 0.32 |
| Hex | 3C | 36 | 6E | 2D | 33 | 0 | 39 | F6 | 22 | 20 |
| Octal | 74 | 66 | 156 | 55 | 63 | 0 | 71 | 366 | 42 | 40 |
| Binary | 111100 | 110110 | 1101110 | 101101 | 110011 | 0 | 111001 | 11110110 | 100010 | 100000 |
Color Harmonies of #3C366E
Complementary color
Monochromatic Colors of #3C366E
Black with #3C366E
Text Example
Text Example
White with #3C366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C366E; }
p { color: rgb(60,54,110); }
H1.HeaderClassName
{
color: #3C366E;
}
.AnyTagClassName
{
color: #3C366E;
}
</style>
background-color css
<style>
a { background-color: #3C366E; }
a { background-color: rgb(60,54,110); }
div.DivClassName
{
background-color: #3C366E;
}
.BgClassName
{
background-color: #3C366E;
}
</style>
border-color css
<style>
span { border-color: #3C366E; }
span { border-color: rgb(60,54,110); }
td.TdClassName
{
border-color: #3C366E;
}
.TagClassName
{
border-color: #3C366E;
}
</style>