Shades of Blumine #2C5864
Tints of Blumine #2C5864
RGB
CMYK
RGB Variations
Color information
#2C5864 (or 0x2C5864) is known color: Blumine. HEX triplet: 2C, 58 and 64. RGB value is (44,88,100). Sum of RGB (Red+Green+Blue) = 44+88+100=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #2C5864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5864 is #D3A79B. Grayscale: #4C4C4C. Windows color (decimal): -13871004 or 6576172. OLE color: 6576172.
HSL color Cylindrical-coordinate representation of color #2C5864: hue angle of 192.86º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C5864 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 44 | 88 | 100 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.61 |
| HSL | 192.86º | 0.39% | 0.28% | - |
| HSV(B) | 192.86º | 0.56% | 0.39% | - |
| XYZ | 6.83 | 8.44 | 13.32 | - |
| YUV | 76.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 100 | 0.56 | 0.12 | 0 | 0.61 | 192.86 | 0.39 | 0.28 |
| Hex | 2C | 58 | 64 | 38 | C | 0 | 3D | C1 | 27 | 1C |
| Octal | 54 | 130 | 144 | 70 | 14 | 0 | 75 | 301 | 47 | 34 |
| Binary | 101100 | 1011000 | 1100100 | 111000 | 1100 | 0 | 111101 | 11000001 | 100111 | 11100 |
Color Harmonies of #2C5864
Complementary color
Monochromatic Colors of #2C5864
Black with #2C5864
Text Example
Text Example
White with #2C5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5864; }
p { color: rgb(44,88,100); }
H1.HeaderClassName
{
color: #2C5864;
}
.AnyTagClassName
{
color: #2C5864;
}
</style>
background-color css
<style>
a { background-color: #2C5864; }
a { background-color: rgb(44,88,100); }
div.DivClassName
{
background-color: #2C5864;
}
.BgClassName
{
background-color: #2C5864;
}
</style>
border-color css
<style>
span { border-color: #2C5864; }
span { border-color: rgb(44,88,100); }
td.TdClassName
{
border-color: #2C5864;
}
.TagClassName
{
border-color: #2C5864;
}
</style>