Shades of Minsk #3C276E
Tints of Minsk #3C276E
RGB
CMYK
RGB Variations
Color information
#3C276E (or 0x3C276E) is known color: Minsk. HEX triplet: 3C, 27 and 6E. RGB value is (60,39,110). Sum of RGB (Red+Green+Blue) = 60+39+110=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C276E is #C3D891. Grayscale: #353535. Windows color (decimal): -12834962 or 7219004. OLE color: 7219004.
HSL color Cylindrical-coordinate representation of color #3C276E: hue angle of 257.75º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C276E is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 39 | 110 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.57 |
| HSL | 257.75º | 0.48% | 0.29% | - |
| HSV(B) | 257.75º | 0.65% | 0.43% | - |
| XYZ | 5.4 | 3.54 | 15.15 | - |
| YUV | 53.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 110 | 0.45 | 0.65 | 0 | 0.57 | 257.75 | 0.48 | 0.29 |
| Hex | 3C | 27 | 6E | 2D | 41 | 0 | 39 | 102 | 30 | 1D |
| Octal | 74 | 47 | 156 | 55 | 101 | 0 | 71 | 402 | 60 | 35 |
| Binary | 111100 | 100111 | 1101110 | 101101 | 1000001 | 0 | 111001 | 100000010 | 110000 | 11101 |
Color Harmonies of #3C276E
Complementary color
Monochromatic Colors of #3C276E
Black with #3C276E
Text Example
Text Example
White with #3C276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C276E; }
p { color: rgb(60,39,110); }
H1.HeaderClassName
{
color: #3C276E;
}
.AnyTagClassName
{
color: #3C276E;
}
</style>
background-color css
<style>
a { background-color: #3C276E; }
a { background-color: rgb(60,39,110); }
div.DivClassName
{
background-color: #3C276E;
}
.BgClassName
{
background-color: #3C276E;
}
</style>
border-color css
<style>
span { border-color: #3C276E; }
span { border-color: rgb(60,39,110); }
td.TdClassName
{
border-color: #3C276E;
}
.TagClassName
{
border-color: #3C276E;
}
</style>