Shades of Blumine #3C5B70
Tints of Blumine #3C5B70
RGB
CMYK
RGB Variations
Color information
#3C5B70 (or 0x3C5B70) is known color: Blumine. HEX triplet: 3C, 5B and 70. RGB value is (60,91,112). Sum of RGB (Red+Green+Blue) = 60+91+112=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5B70 is #C3A48F. Grayscale: #545454. Windows color (decimal): -12821648 or 7363388. OLE color: 7363388.
HSL color Cylindrical-coordinate representation of color #3C5B70: hue angle of 204.23º 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 #3C5B70 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 91 | 112 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.56 |
| HSL | 204.23º | 0.3% | 0.34% | - |
| HSV(B) | 204.23º | 0.46% | 0.44% | - |
| XYZ | 8.53 | 9.61 | 16.74 | - |
| YUV | 84.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 112 | 0.46 | 0.19 | 0 | 0.56 | 204.23 | 0.3 | 0.34 |
| Hex | 3C | 5B | 70 | 2E | 13 | 0 | 38 | CC | 1E | 22 |
| Octal | 74 | 133 | 160 | 56 | 23 | 0 | 70 | 314 | 36 | 42 |
| Binary | 111100 | 1011011 | 1110000 | 101110 | 10011 | 0 | 111000 | 11001100 | 11110 | 100010 |
Color Harmonies of #3C5B70
Complementary color
Monochromatic Colors of #3C5B70
Black with #3C5B70
Text Example
Text Example
White with #3C5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5B70; }
p { color: rgb(60,91,112); }
H1.HeaderClassName
{
color: #3C5B70;
}
.AnyTagClassName
{
color: #3C5B70;
}
</style>
background-color css
<style>
a { background-color: #3C5B70; }
a { background-color: rgb(60,91,112); }
div.DivClassName
{
background-color: #3C5B70;
}
.BgClassName
{
background-color: #3C5B70;
}
</style>
border-color css
<style>
span { border-color: #3C5B70; }
span { border-color: rgb(60,91,112); }
td.TdClassName
{
border-color: #3C5B70;
}
.TagClassName
{
border-color: #3C5B70;
}
</style>