Shades of Blumine #3C596D
Tints of Blumine #3C596D
RGB
CMYK
RGB Variations
Color information
#3C596D (or 0x3C596D) is known color: Blumine. HEX triplet: 3C, 59 and 6D. RGB value is (60,89,109). Sum of RGB (Red+Green+Blue) = 60+89+109=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C596D is #C3A692. Grayscale: #525252. Windows color (decimal): -12822163 or 7166268. OLE color: 7166268.
HSL color Cylindrical-coordinate representation of color #3C596D: hue angle of 204.49º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C596D is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 89 | 109 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.57 |
| HSL | 204.49º | 0.29% | 0.33% | - |
| HSV(B) | 204.49º | 0.45% | 0.43% | - |
| XYZ | 8.2 | 9.21 | 15.81 | - |
| YUV | 82.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 109 | 0.45 | 0.18 | 0 | 0.57 | 204.49 | 0.29 | 0.33 |
| Hex | 3C | 59 | 6D | 2D | 12 | 0 | 39 | CC | 1D | 21 |
| Octal | 74 | 131 | 155 | 55 | 22 | 0 | 71 | 314 | 35 | 41 |
| Binary | 111100 | 1011001 | 1101101 | 101101 | 10010 | 0 | 111001 | 11001100 | 11101 | 100001 |
Color Harmonies of #3C596D
Complementary color
Monochromatic Colors of #3C596D
Black with #3C596D
Text Example
Text Example
White with #3C596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C596D; }
p { color: rgb(60,89,109); }
H1.HeaderClassName
{
color: #3C596D;
}
.AnyTagClassName
{
color: #3C596D;
}
</style>
background-color css
<style>
a { background-color: #3C596D; }
a { background-color: rgb(60,89,109); }
div.DivClassName
{
background-color: #3C596D;
}
.BgClassName
{
background-color: #3C596D;
}
</style>
border-color css
<style>
span { border-color: #3C596D; }
span { border-color: rgb(60,89,109); }
td.TdClassName
{
border-color: #3C596D;
}
.TagClassName
{
border-color: #3C596D;
}
</style>