Shades of Blumine #2C6368
Tints of Blumine #2C6368
RGB
CMYK
RGB Variations
Color information
#2C6368 (or 0x2C6368) is known color: Blumine. HEX triplet: 2C, 63 and 68. RGB value is (44,99,104). Sum of RGB (Red+Green+Blue) = 44+99+104=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C6368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6368 is #D39C97. Grayscale: #535353. Windows color (decimal): -13868184 or 6841132. OLE color: 6841132.
HSL color Cylindrical-coordinate representation of color #2C6368: hue angle of 185º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6368 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 99 | 104 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.59 |
| HSL | 185º | 0.41% | 0.29% | - |
| HSV(B) | 185º | 0.58% | 0.41% | - |
| XYZ | 8 | 10.46 | 14.69 | - |
| YUV | 83.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 104 | 0.58 | 0.05 | 0 | 0.59 | 185 | 0.41 | 0.29 |
| Hex | 2C | 63 | 68 | 3A | 5 | 0 | 3B | B9 | 29 | 1D |
| Octal | 54 | 143 | 150 | 72 | 5 | 0 | 73 | 271 | 51 | 35 |
| Binary | 101100 | 1100011 | 1101000 | 111010 | 101 | 0 | 111011 | 10111001 | 101001 | 11101 |
Color Harmonies of #2C6368
Complementary color
Monochromatic Colors of #2C6368
Black with #2C6368
Text Example
Text Example
White with #2C6368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6368; }
p { color: rgb(44,99,104); }
H1.HeaderClassName
{
color: #2C6368;
}
.AnyTagClassName
{
color: #2C6368;
}
</style>
background-color css
<style>
a { background-color: #2C6368; }
a { background-color: rgb(44,99,104); }
div.DivClassName
{
background-color: #2C6368;
}
.BgClassName
{
background-color: #2C6368;
}
</style>
border-color css
<style>
span { border-color: #2C6368; }
span { border-color: rgb(44,99,104); }
td.TdClassName
{
border-color: #2C6368;
}
.TagClassName
{
border-color: #2C6368;
}
</style>