Shades of Blumine #2C5E72
Tints of Blumine #2C5E72
RGB
CMYK
RGB Variations
Color information
#2C5E72 (or 0x2C5E72) is known color: Blumine. HEX triplet: 2C, 5E and 72. RGB value is (44,94,114). Sum of RGB (Red+Green+Blue) = 44+94+114=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C5E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5E72 is #D3A18D. Grayscale: #515151. Windows color (decimal): -13869454 or 7495212. OLE color: 7495212.
HSL color Cylindrical-coordinate representation of color #2C5E72: hue angle of 197.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C5E72 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 94 | 114 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.55 |
| HSL | 197.14º | 0.44% | 0.31% | - |
| HSV(B) | 197.14º | 0.61% | 0.45% | - |
| XYZ | 8.08 | 9.76 | 17.38 | - |
| YUV | 81.33 | 146.44 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 94 | 114 | 0.61 | 0.18 | 0 | 0.55 | 197.14 | 0.44 | 0.31 |
| Hex | 2C | 5E | 72 | 3D | 12 | 0 | 37 | C5 | 2C | 1F |
| Octal | 54 | 136 | 162 | 75 | 22 | 0 | 67 | 305 | 54 | 37 |
| Binary | 101100 | 1011110 | 1110010 | 111101 | 10010 | 0 | 110111 | 11000101 | 101100 | 11111 |
Color Harmonies of #2C5E72
Complementary color
Monochromatic Colors of #2C5E72
Black with #2C5E72
Text Example
Text Example
White with #2C5E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5E72; }
p { color: rgb(44,94,114); }
H1.HeaderClassName
{
color: #2C5E72;
}
.AnyTagClassName
{
color: #2C5E72;
}
</style>
background-color css
<style>
a { background-color: #2C5E72; }
a { background-color: rgb(44,94,114); }
div.DivClassName
{
background-color: #2C5E72;
}
.BgClassName
{
background-color: #2C5E72;
}
</style>
border-color css
<style>
span { border-color: #2C5E72; }
span { border-color: rgb(44,94,114); }
td.TdClassName
{
border-color: #2C5E72;
}
.TagClassName
{
border-color: #2C5E72;
}
</style>