Shades of Blumine #3C6174
Tints of Blumine #3C6174
RGB
CMYK
RGB Variations
Color information
#3C6174 (or 0x3C6174) is known color: Blumine. HEX triplet: 3C, 61 and 74. RGB value is (60,97,116). Sum of RGB (Red+Green+Blue) = 60+97+116=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C6174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6174 is #C39E8B. Grayscale: #575757. Windows color (decimal): -12820108 or 7627068. OLE color: 7627068.
HSL color Cylindrical-coordinate representation of color #3C6174: hue angle of 200.36º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C6174 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 97 | 116 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.55 |
| HSL | 200.36º | 0.32% | 0.35% | - |
| HSV(B) | 200.36º | 0.48% | 0.45% | - |
| XYZ | 9.29 | 10.77 | 18.11 | - |
| YUV | 88.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 116 | 0.48 | 0.16 | 0 | 0.55 | 200.36 | 0.32 | 0.35 |
| Hex | 3C | 61 | 74 | 30 | 10 | 0 | 37 | C8 | 20 | 23 |
| Octal | 74 | 141 | 164 | 60 | 20 | 0 | 67 | 310 | 40 | 43 |
| Binary | 111100 | 1100001 | 1110100 | 110000 | 10000 | 0 | 110111 | 11001000 | 100000 | 100011 |
Color Harmonies of #3C6174
Complementary color
Monochromatic Colors of #3C6174
Black with #3C6174
Text Example
Text Example
White with #3C6174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6174; }
p { color: rgb(60,97,116); }
H1.HeaderClassName
{
color: #3C6174;
}
.AnyTagClassName
{
color: #3C6174;
}
</style>
background-color css
<style>
a { background-color: #3C6174; }
a { background-color: rgb(60,97,116); }
div.DivClassName
{
background-color: #3C6174;
}
.BgClassName
{
background-color: #3C6174;
}
</style>
border-color css
<style>
span { border-color: #3C6174; }
span { border-color: rgb(60,97,116); }
td.TdClassName
{
border-color: #3C6174;
}
.TagClassName
{
border-color: #3C6174;
}
</style>