Shades of Minsk #3C3667
Tints of Minsk #3C3667
RGB
CMYK
RGB Variations
Color information
#3C3667 (or 0x3C3667) is known color: Minsk. HEX triplet: 3C, 36 and 67. RGB value is (60,54,103). Sum of RGB (Red+Green+Blue) = 60+54+103=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C3667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3667 is #C3C998. Grayscale: #3D3D3D. Windows color (decimal): -12831129 or 6764092. OLE color: 6764092.
HSL color Cylindrical-coordinate representation of color #3C3667: hue angle of 247.35º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C3667 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 54 | 103 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.60 |
| HSL | 247.35º | 0.31% | 0.31% | - |
| HSV(B) | 247.35º | 0.48% | 0.4% | - |
| XYZ | 5.63 | 4.58 | 13.42 | - |
| YUV | 61.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 103 | 0.42 | 0.48 | 0 | 0.60 | 247.35 | 0.31 | 0.31 |
| Hex | 3C | 36 | 67 | 2A | 30 | 0 | 3C | F7 | 1F | 1F |
| Octal | 74 | 66 | 147 | 52 | 60 | 0 | 74 | 367 | 37 | 37 |
| Binary | 111100 | 110110 | 1100111 | 101010 | 110000 | 0 | 111100 | 11110111 | 11111 | 11111 |
Color Harmonies of #3C3667
Complementary color
Monochromatic Colors of #3C3667
Black with #3C3667
Text Example
Text Example
White with #3C3667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3667; }
p { color: rgb(60,54,103); }
H1.HeaderClassName
{
color: #3C3667;
}
.AnyTagClassName
{
color: #3C3667;
}
</style>
background-color css
<style>
a { background-color: #3C3667; }
a { background-color: rgb(60,54,103); }
div.DivClassName
{
background-color: #3C3667;
}
.BgClassName
{
background-color: #3C3667;
}
</style>
border-color css
<style>
span { border-color: #3C3667; }
span { border-color: rgb(60,54,103); }
td.TdClassName
{
border-color: #3C3667;
}
.TagClassName
{
border-color: #3C3667;
}
</style>