Shades of Blumine #3C596F
Tints of Blumine #3C596F
RGB
CMYK
RGB Variations
Color information
#3C596F (or 0x3C596F) is known color: Blumine. HEX triplet: 3C, 59 and 6F. RGB value is (60,89,111). Sum of RGB (Red+Green+Blue) = 60+89+111=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C596F is #C3A690. Grayscale: #525252. Windows color (decimal): -12822161 or 7297340. OLE color: 7297340.
HSL color Cylindrical-coordinate representation of color #3C596F: hue angle of 205.88º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C596F is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 89 | 111 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.56 |
| HSL | 205.88º | 0.3% | 0.34% | - |
| HSV(B) | 205.88º | 0.46% | 0.44% | - |
| XYZ | 8.31 | 9.25 | 16.39 | - |
| YUV | 82.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 111 | 0.46 | 0.20 | 0 | 0.56 | 205.88 | 0.3 | 0.34 |
| Hex | 3C | 59 | 6F | 2E | 14 | 0 | 38 | CE | 1E | 22 |
| Octal | 74 | 131 | 157 | 56 | 24 | 0 | 70 | 316 | 36 | 42 |
| Binary | 111100 | 1011001 | 1101111 | 101110 | 10100 | 0 | 111000 | 11001110 | 11110 | 100010 |
Color Harmonies of #3C596F
Complementary color
Monochromatic Colors of #3C596F
Black with #3C596F
Text Example
Text Example
White with #3C596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C596F; }
p { color: rgb(60,89,111); }
H1.HeaderClassName
{
color: #3C596F;
}
.AnyTagClassName
{
color: #3C596F;
}
</style>
background-color css
<style>
a { background-color: #3C596F; }
a { background-color: rgb(60,89,111); }
div.DivClassName
{
background-color: #3C596F;
}
.BgClassName
{
background-color: #3C596F;
}
</style>
border-color css
<style>
span { border-color: #3C596F; }
span { border-color: rgb(60,89,111); }
td.TdClassName
{
border-color: #3C596F;
}
.TagClassName
{
border-color: #3C596F;
}
</style>