Shades of Blumine #2C6173
Tints of Blumine #2C6173
RGB
CMYK
RGB Variations
Color information
#2C6173 (or 0x2C6173) is known color: Blumine. HEX triplet: 2C, 61 and 73. RGB value is (44,97,115). Sum of RGB (Red+Green+Blue) = 44+97+115=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C6173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6173 is #D39E8C. Grayscale: #535353. Windows color (decimal): -13868685 or 7561516. OLE color: 7561516.
HSL color Cylindrical-coordinate representation of color #2C6173: hue angle of 195.21º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C6173 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 97 | 115 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.55 |
| HSL | 195.21º | 0.45% | 0.31% | - |
| HSV(B) | 195.21º | 0.62% | 0.45% | - |
| XYZ | 8.41 | 10.32 | 17.77 | - |
| YUV | 83.21 | 145.94 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 115 | 0.62 | 0.16 | 0 | 0.55 | 195.21 | 0.45 | 0.31 |
| Hex | 2C | 61 | 73 | 3E | 10 | 0 | 37 | C3 | 2D | 1F |
| Octal | 54 | 141 | 163 | 76 | 20 | 0 | 67 | 303 | 55 | 37 |
| Binary | 101100 | 1100001 | 1110011 | 111110 | 10000 | 0 | 110111 | 11000011 | 101101 | 11111 |
Color Harmonies of #2C6173
Complementary color
Monochromatic Colors of #2C6173
Black with #2C6173
Text Example
Text Example
White with #2C6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6173; }
p { color: rgb(44,97,115); }
H1.HeaderClassName
{
color: #2C6173;
}
.AnyTagClassName
{
color: #2C6173;
}
</style>
background-color css
<style>
a { background-color: #2C6173; }
a { background-color: rgb(44,97,115); }
div.DivClassName
{
background-color: #2C6173;
}
.BgClassName
{
background-color: #2C6173;
}
</style>
border-color css
<style>
span { border-color: #2C6173; }
span { border-color: rgb(44,97,115); }
td.TdClassName
{
border-color: #2C6173;
}
.TagClassName
{
border-color: #2C6173;
}
</style>