Shades of Minsk #3C366F
Tints of Minsk #3C366F
RGB
CMYK
RGB Variations
Color information
#3C366F (or 0x3C366F) is known color: Minsk. HEX triplet: 3C, 36 and 6F. RGB value is (60,54,111). Sum of RGB (Red+Green+Blue) = 60+54+111=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C366F is #C3C990. Grayscale: #3E3E3E. Windows color (decimal): -12831121 or 7288380. OLE color: 7288380.
HSL color Cylindrical-coordinate representation of color #3C366F: hue angle of 246.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C366F is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 54 | 111 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.56 |
| HSL | 246.32º | 0.35% | 0.32% | - |
| HSV(B) | 246.32º | 0.51% | 0.44% | - |
| XYZ | 6.05 | 4.75 | 15.64 | - |
| YUV | 62.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 111 | 0.46 | 0.51 | 0 | 0.56 | 246.32 | 0.35 | 0.32 |
| Hex | 3C | 36 | 6F | 2E | 33 | 0 | 38 | F6 | 23 | 20 |
| Octal | 74 | 66 | 157 | 56 | 63 | 0 | 70 | 366 | 43 | 40 |
| Binary | 111100 | 110110 | 1101111 | 101110 | 110011 | 0 | 111000 | 11110110 | 100011 | 100000 |
Color Harmonies of #3C366F
Complementary color
Monochromatic Colors of #3C366F
Black with #3C366F
Text Example
Text Example
White with #3C366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C366F; }
p { color: rgb(60,54,111); }
H1.HeaderClassName
{
color: #3C366F;
}
.AnyTagClassName
{
color: #3C366F;
}
</style>
background-color css
<style>
a { background-color: #3C366F; }
a { background-color: rgb(60,54,111); }
div.DivClassName
{
background-color: #3C366F;
}
.BgClassName
{
background-color: #3C366F;
}
</style>
border-color css
<style>
span { border-color: #3C366F; }
span { border-color: rgb(60,54,111); }
td.TdClassName
{
border-color: #3C366F;
}
.TagClassName
{
border-color: #3C366F;
}
</style>