Shades of Blumine #2C626A
Tints of Blumine #2C626A
RGB
CMYK
RGB Variations
Color information
#2C626A (or 0x2C626A) is known color: Blumine. HEX triplet: 2C, 62 and 6A. RGB value is (44,98,106). Sum of RGB (Red+Green+Blue) = 44+98+106=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C626A is #D39D95. Grayscale: #525252. Windows color (decimal): -13868438 or 6971948. OLE color: 6971948.
HSL color Cylindrical-coordinate representation of color #2C626A: hue angle of 187.74º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C626A is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 98 | 106 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.58 |
| HSL | 187.74º | 0.41% | 0.29% | - |
| HSV(B) | 187.74º | 0.58% | 0.42% | - |
| XYZ | 8.01 | 10.31 | 15.2 | - |
| YUV | 82.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 106 | 0.58 | 0.08 | 0 | 0.58 | 187.74 | 0.41 | 0.29 |
| Hex | 2C | 62 | 6A | 3A | 8 | 0 | 3A | BC | 29 | 1D |
| Octal | 54 | 142 | 152 | 72 | 10 | 0 | 72 | 274 | 51 | 35 |
| Binary | 101100 | 1100010 | 1101010 | 111010 | 1000 | 0 | 111010 | 10111100 | 101001 | 11101 |
Color Harmonies of #2C626A
Complementary color
Monochromatic Colors of #2C626A
Black with #2C626A
Text Example
Text Example
White with #2C626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C626A; }
p { color: rgb(44,98,106); }
H1.HeaderClassName
{
color: #2C626A;
}
.AnyTagClassName
{
color: #2C626A;
}
</style>
background-color css
<style>
a { background-color: #2C626A; }
a { background-color: rgb(44,98,106); }
div.DivClassName
{
background-color: #2C626A;
}
.BgClassName
{
background-color: #2C626A;
}
</style>
border-color css
<style>
span { border-color: #2C626A; }
span { border-color: rgb(44,98,106); }
td.TdClassName
{
border-color: #2C626A;
}
.TagClassName
{
border-color: #2C626A;
}
</style>