Shades of Blumine #3C5C70
Tints of Blumine #3C5C70
RGB
CMYK
RGB Variations
Color information
#3C5C70 (or 0x3C5C70) is known color: Blumine. HEX triplet: 3C, 5C and 70. RGB value is (60,92,112). Sum of RGB (Red+Green+Blue) = 60+92+112=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5C70 is #C3A38F. Grayscale: #545454. Windows color (decimal): -12821392 or 7363644. OLE color: 7363644.
HSL color Cylindrical-coordinate representation of color #3C5C70: hue angle of 203.08º 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 #3C5C70 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 92 | 112 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.56 |
| HSL | 203.08º | 0.3% | 0.34% | - |
| HSV(B) | 203.08º | 0.46% | 0.44% | - |
| XYZ | 8.62 | 9.78 | 16.76 | - |
| YUV | 84.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 92 | 112 | 0.46 | 0.18 | 0 | 0.56 | 203.08 | 0.3 | 0.34 |
| Hex | 3C | 5C | 70 | 2E | 12 | 0 | 38 | CB | 1E | 22 |
| Octal | 74 | 134 | 160 | 56 | 22 | 0 | 70 | 313 | 36 | 42 |
| Binary | 111100 | 1011100 | 1110000 | 101110 | 10010 | 0 | 111000 | 11001011 | 11110 | 100010 |
Color Harmonies of #3C5C70
Complementary color
Monochromatic Colors of #3C5C70
Black with #3C5C70
Text Example
Text Example
White with #3C5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5C70; }
p { color: rgb(60,92,112); }
H1.HeaderClassName
{
color: #3C5C70;
}
.AnyTagClassName
{
color: #3C5C70;
}
</style>
background-color css
<style>
a { background-color: #3C5C70; }
a { background-color: rgb(60,92,112); }
div.DivClassName
{
background-color: #3C5C70;
}
.BgClassName
{
background-color: #3C5C70;
}
</style>
border-color css
<style>
span { border-color: #3C5C70; }
span { border-color: rgb(60,92,112); }
td.TdClassName
{
border-color: #3C5C70;
}
.TagClassName
{
border-color: #3C5C70;
}
</style>