Shades of Blumine #3C6071
Tints of Blumine #3C6071
RGB
CMYK
RGB Variations
Color information
#3C6071 (or 0x3C6071) is known color: Blumine. HEX triplet: 3C, 60 and 71. RGB value is (60,96,113). Sum of RGB (Red+Green+Blue) = 60+96+113=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C6071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6071 is #C39F8E. Grayscale: #575757. Windows color (decimal): -12820367 or 7430204. OLE color: 7430204.
HSL color Cylindrical-coordinate representation of color #3C6071: hue angle of 199.25º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C6071 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 96 | 113 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.56 |
| HSL | 199.25º | 0.31% | 0.34% | - |
| HSV(B) | 199.25º | 0.47% | 0.44% | - |
| XYZ | 9.03 | 10.52 | 17.18 | - |
| YUV | 87.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 113 | 0.47 | 0.15 | 0 | 0.56 | 199.25 | 0.31 | 0.34 |
| Hex | 3C | 60 | 71 | 2F | F | 0 | 38 | C7 | 1F | 22 |
| Octal | 74 | 140 | 161 | 57 | 17 | 0 | 70 | 307 | 37 | 42 |
| Binary | 111100 | 1100000 | 1110001 | 101111 | 1111 | 0 | 111000 | 11000111 | 11111 | 100010 |
Color Harmonies of #3C6071
Complementary color
Monochromatic Colors of #3C6071
Black with #3C6071
Text Example
Text Example
White with #3C6071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6071; }
p { color: rgb(60,96,113); }
H1.HeaderClassName
{
color: #3C6071;
}
.AnyTagClassName
{
color: #3C6071;
}
</style>
background-color css
<style>
a { background-color: #3C6071; }
a { background-color: rgb(60,96,113); }
div.DivClassName
{
background-color: #3C6071;
}
.BgClassName
{
background-color: #3C6071;
}
</style>
border-color css
<style>
span { border-color: #3C6071; }
span { border-color: rgb(60,96,113); }
td.TdClassName
{
border-color: #3C6071;
}
.TagClassName
{
border-color: #3C6071;
}
</style>