Shades of Blumine #3C6370
Tints of Blumine #3C6370
RGB
CMYK
RGB Variations
Color information
#3C6370 (or 0x3C6370) is known color: Blumine. HEX triplet: 3C, 63 and 70. RGB value is (60,99,112). Sum of RGB (Red+Green+Blue) = 60+99+112=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C6370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6370 is #C39C8F. Grayscale: #585858. Windows color (decimal): -12819600 or 7365436. OLE color: 7365436.
HSL color Cylindrical-coordinate representation of color #3C6370: hue angle of 195º 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 #3C6370 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 99 | 112 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.56 |
| HSL | 195º | 0.3% | 0.34% | - |
| HSV(B) | 195º | 0.46% | 0.44% | - |
| XYZ | 9.25 | 11.05 | 16.98 | - |
| YUV | 88.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 112 | 0.46 | 0.12 | 0 | 0.56 | 195 | 0.3 | 0.34 |
| Hex | 3C | 63 | 70 | 2E | C | 0 | 38 | C3 | 1E | 22 |
| Octal | 74 | 143 | 160 | 56 | 14 | 0 | 70 | 303 | 36 | 42 |
| Binary | 111100 | 1100011 | 1110000 | 101110 | 1100 | 0 | 111000 | 11000011 | 11110 | 100010 |
Color Harmonies of #3C6370
Complementary color
Monochromatic Colors of #3C6370
Black with #3C6370
Text Example
Text Example
White with #3C6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6370; }
p { color: rgb(60,99,112); }
H1.HeaderClassName
{
color: #3C6370;
}
.AnyTagClassName
{
color: #3C6370;
}
</style>
background-color css
<style>
a { background-color: #3C6370; }
a { background-color: rgb(60,99,112); }
div.DivClassName
{
background-color: #3C6370;
}
.BgClassName
{
background-color: #3C6370;
}
</style>
border-color css
<style>
span { border-color: #3C6370; }
span { border-color: rgb(60,99,112); }
td.TdClassName
{
border-color: #3C6370;
}
.TagClassName
{
border-color: #3C6370;
}
</style>