Shades of Minsk #3C3367
Tints of Minsk #3C3367
RGB
CMYK
RGB Variations
Color information
#3C3367 (or 0x3C3367) is known color: Minsk. HEX triplet: 3C, 33 and 67. RGB value is (60,51,103). Sum of RGB (Red+Green+Blue) = 60+51+103=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3367 is #C3CC98. Grayscale: #3B3B3B. Windows color (decimal): -12831897 or 6763324. OLE color: 6763324.
HSL color Cylindrical-coordinate representation of color #3C3367: hue angle of 250.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C3367 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 51 | 103 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.60 |
| HSL | 250.38º | 0.34% | 0.3% | - |
| HSV(B) | 250.38º | 0.5% | 0.4% | - |
| XYZ | 5.5 | 4.31 | 13.37 | - |
| YUV | 59.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 103 | 0.42 | 0.50 | 0 | 0.60 | 250.38 | 0.34 | 0.3 |
| Hex | 3C | 33 | 67 | 2A | 32 | 0 | 3C | FA | 22 | 1E |
| Octal | 74 | 63 | 147 | 52 | 62 | 0 | 74 | 372 | 42 | 36 |
| Binary | 111100 | 110011 | 1100111 | 101010 | 110010 | 0 | 111100 | 11111010 | 100010 | 11110 |
Color Harmonies of #3C3367
Complementary color
Monochromatic Colors of #3C3367
Black with #3C3367
Text Example
Text Example
White with #3C3367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3367; }
p { color: rgb(60,51,103); }
H1.HeaderClassName
{
color: #3C3367;
}
.AnyTagClassName
{
color: #3C3367;
}
</style>
background-color css
<style>
a { background-color: #3C3367; }
a { background-color: rgb(60,51,103); }
div.DivClassName
{
background-color: #3C3367;
}
.BgClassName
{
background-color: #3C3367;
}
</style>
border-color css
<style>
span { border-color: #3C3367; }
span { border-color: rgb(60,51,103); }
td.TdClassName
{
border-color: #3C3367;
}
.TagClassName
{
border-color: #3C3367;
}
</style>