Shades of Blumine #2C6166
Tints of Blumine #2C6166
RGB
CMYK
RGB Variations
Color information
#2C6166 (or 0x2C6166) is known color: Blumine. HEX triplet: 2C, 61 and 66. RGB value is (44,97,102). Sum of RGB (Red+Green+Blue) = 44+97+102=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C6166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6166 is #D39E99. Grayscale: #515151. Windows color (decimal): -13868698 or 6709548. OLE color: 6709548.
HSL color Cylindrical-coordinate representation of color #2C6166: hue angle of 185.17º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C6166 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 97 | 102 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.6 |
| HSL | 185.17º | 0.4% | 0.29% | - |
| HSV(B) | 185.17º | 0.57% | 0.4% | - |
| XYZ | 7.71 | 10.04 | 14.1 | - |
| YUV | 81.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 102 | 0.57 | 0.05 | 0 | 0.6 | 185.17 | 0.4 | 0.29 |
| Hex | 2C | 61 | 66 | 39 | 5 | 0 | 3C | B9 | 28 | 1D |
| Octal | 54 | 141 | 146 | 71 | 5 | 0 | 74 | 271 | 50 | 35 |
| Binary | 101100 | 1100001 | 1100110 | 111001 | 101 | 0 | 111100 | 10111001 | 101000 | 11101 |
Color Harmonies of #2C6166
Complementary color
Monochromatic Colors of #2C6166
Black with #2C6166
Text Example
Text Example
White with #2C6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6166; }
p { color: rgb(44,97,102); }
H1.HeaderClassName
{
color: #2C6166;
}
.AnyTagClassName
{
color: #2C6166;
}
</style>
background-color css
<style>
a { background-color: #2C6166; }
a { background-color: rgb(44,97,102); }
div.DivClassName
{
background-color: #2C6166;
}
.BgClassName
{
background-color: #2C6166;
}
</style>
border-color css
<style>
span { border-color: #2C6166; }
span { border-color: rgb(44,97,102); }
td.TdClassName
{
border-color: #2C6166;
}
.TagClassName
{
border-color: #2C6166;
}
</style>