Shades of Minsk #3C3469
Tints of Minsk #3C3469
RGB
CMYK
RGB Variations
Color information
#3C3469 (or 0x3C3469) is known color: Minsk. HEX triplet: 3C, 34 and 69. RGB value is (60,52,105). Sum of RGB (Red+Green+Blue) = 60+52+105=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C3469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3469 is #C3CB96. Grayscale: #3C3C3C. Windows color (decimal): -12831639 or 6894652. OLE color: 6894652.
HSL color Cylindrical-coordinate representation of color #3C3469: hue angle of 249.06º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C3469 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 52 | 105 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.59 |
| HSL | 249.06º | 0.34% | 0.31% | - |
| HSV(B) | 249.06º | 0.5% | 0.41% | - |
| XYZ | 5.64 | 4.44 | 13.92 | - |
| YUV | 60.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 105 | 0.43 | 0.50 | 0 | 0.59 | 249.06 | 0.34 | 0.31 |
| Hex | 3C | 34 | 69 | 2B | 32 | 0 | 3B | F9 | 22 | 1F |
| Octal | 74 | 64 | 151 | 53 | 62 | 0 | 73 | 371 | 42 | 37 |
| Binary | 111100 | 110100 | 1101001 | 101011 | 110010 | 0 | 111011 | 11111001 | 100010 | 11111 |
Color Harmonies of #3C3469
Complementary color
Monochromatic Colors of #3C3469
Black with #3C3469
Text Example
Text Example
White with #3C3469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3469; }
p { color: rgb(60,52,105); }
H1.HeaderClassName
{
color: #3C3469;
}
.AnyTagClassName
{
color: #3C3469;
}
</style>
background-color css
<style>
a { background-color: #3C3469; }
a { background-color: rgb(60,52,105); }
div.DivClassName
{
background-color: #3C3469;
}
.BgClassName
{
background-color: #3C3469;
}
</style>
border-color css
<style>
span { border-color: #3C3469; }
span { border-color: rgb(60,52,105); }
td.TdClassName
{
border-color: #3C3469;
}
.TagClassName
{
border-color: #3C3469;
}
</style>