Shades of Minsk #3C306E
Tints of Minsk #3C306E
RGB
CMYK
RGB Variations
Color information
#3C306E (or 0x3C306E) is known color: Minsk. HEX triplet: 3C, 30 and 6E. RGB value is (60,48,110). Sum of RGB (Red+Green+Blue) = 60+48+110=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C306E is #C3CF91. Grayscale: #3A3A3A. Windows color (decimal): -12832658 or 7221308. OLE color: 7221308.
HSL color Cylindrical-coordinate representation of color #3C306E: hue angle of 251.61º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C306E is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 48 | 110 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.57 |
| HSL | 251.61º | 0.39% | 0.31% | - |
| HSV(B) | 251.61º | 0.56% | 0.43% | - |
| XYZ | 5.73 | 4.2 | 15.26 | - |
| YUV | 58.66 | 156.98 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 110 | 0.45 | 0.56 | 0 | 0.57 | 251.61 | 0.39 | 0.31 |
| Hex | 3C | 30 | 6E | 2D | 38 | 0 | 39 | FC | 27 | 1F |
| Octal | 74 | 60 | 156 | 55 | 70 | 0 | 71 | 374 | 47 | 37 |
| Binary | 111100 | 110000 | 1101110 | 101101 | 111000 | 0 | 111001 | 11111100 | 100111 | 11111 |
Color Harmonies of #3C306E
Complementary color
Monochromatic Colors of #3C306E
Black with #3C306E
Text Example
Text Example
White with #3C306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C306E; }
p { color: rgb(60,48,110); }
H1.HeaderClassName
{
color: #3C306E;
}
.AnyTagClassName
{
color: #3C306E;
}
</style>
background-color css
<style>
a { background-color: #3C306E; }
a { background-color: rgb(60,48,110); }
div.DivClassName
{
background-color: #3C306E;
}
.BgClassName
{
background-color: #3C306E;
}
</style>
border-color css
<style>
span { border-color: #3C306E; }
span { border-color: rgb(60,48,110); }
td.TdClassName
{
border-color: #3C306E;
}
.TagClassName
{
border-color: #3C306E;
}
</style>