Shades of Blumine #3C5F70
Tints of Blumine #3C5F70
RGB
CMYK
RGB Variations
Color information
#3C5F70 (or 0x3C5F70) is known color: Blumine. HEX triplet: 3C, 5F and 70. RGB value is (60,95,112). Sum of RGB (Red+Green+Blue) = 60+95+112=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F70 is #C3A08F. Grayscale: #565656. Windows color (decimal): -12820624 or 7364412. OLE color: 7364412.
HSL color Cylindrical-coordinate representation of color #3C5F70: hue angle of 199.62º 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 #3C5F70 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 95 | 112 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.56 |
| HSL | 199.62º | 0.3% | 0.34% | - |
| HSV(B) | 199.62º | 0.46% | 0.44% | - |
| XYZ | 8.88 | 10.31 | 16.85 | - |
| YUV | 86.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 112 | 0.46 | 0.15 | 0 | 0.56 | 199.62 | 0.3 | 0.34 |
| Hex | 3C | 5F | 70 | 2E | F | 0 | 38 | C8 | 1E | 22 |
| Octal | 74 | 137 | 160 | 56 | 17 | 0 | 70 | 310 | 36 | 42 |
| Binary | 111100 | 1011111 | 1110000 | 101110 | 1111 | 0 | 111000 | 11001000 | 11110 | 100010 |
Color Harmonies of #3C5F70
Complementary color
Monochromatic Colors of #3C5F70
Black with #3C5F70
Text Example
Text Example
White with #3C5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5F70; }
p { color: rgb(60,95,112); }
H1.HeaderClassName
{
color: #3C5F70;
}
.AnyTagClassName
{
color: #3C5F70;
}
</style>
background-color css
<style>
a { background-color: #3C5F70; }
a { background-color: rgb(60,95,112); }
div.DivClassName
{
background-color: #3C5F70;
}
.BgClassName
{
background-color: #3C5F70;
}
</style>
border-color css
<style>
span { border-color: #3C5F70; }
span { border-color: rgb(60,95,112); }
td.TdClassName
{
border-color: #3C5F70;
}
.TagClassName
{
border-color: #3C5F70;
}
</style>