Shades of Minsk #3C2D67
Tints of Minsk #3C2D67
RGB
CMYK
RGB Variations
Color information
#3C2D67 (or 0x3C2D67) is known color: Minsk. HEX triplet: 3C, 2D and 67. RGB value is (60,45,103). Sum of RGB (Red+Green+Blue) = 60+45+103=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C2D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2D67 is #C3D298. Grayscale: #373737. Windows color (decimal): -12833433 or 6761788. OLE color: 6761788.
HSL color Cylindrical-coordinate representation of color #3C2D67: hue angle of 255.52º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C2D67 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 45 | 103 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.60 |
| HSL | 255.52º | 0.39% | 0.29% | - |
| HSV(B) | 255.52º | 0.56% | 0.4% | - |
| XYZ | 5.25 | 3.82 | 13.29 | - |
| YUV | 56.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 103 | 0.42 | 0.56 | 0 | 0.60 | 255.52 | 0.39 | 0.29 |
| Hex | 3C | 2D | 67 | 2A | 38 | 0 | 3C | 100 | 27 | 1D |
| Octal | 74 | 55 | 147 | 52 | 70 | 0 | 74 | 400 | 47 | 35 |
| Binary | 111100 | 101101 | 1100111 | 101010 | 111000 | 0 | 111100 | 100000000 | 100111 | 11101 |
Color Harmonies of #3C2D67
Complementary color
Monochromatic Colors of #3C2D67
Black with #3C2D67
Text Example
Text Example
White with #3C2D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D67; }
p { color: rgb(60,45,103); }
H1.HeaderClassName
{
color: #3C2D67;
}
.AnyTagClassName
{
color: #3C2D67;
}
</style>
background-color css
<style>
a { background-color: #3C2D67; }
a { background-color: rgb(60,45,103); }
div.DivClassName
{
background-color: #3C2D67;
}
.BgClassName
{
background-color: #3C2D67;
}
</style>
border-color css
<style>
span { border-color: #3C2D67; }
span { border-color: rgb(60,45,103); }
td.TdClassName
{
border-color: #3C2D67;
}
.TagClassName
{
border-color: #3C2D67;
}
</style>