Shades of Blumine #2C636A
Tints of Blumine #2C636A
RGB
CMYK
RGB Variations
Color information
#2C636A (or 0x2C636A) is known color: Blumine. HEX triplet: 2C, 63 and 6A. RGB value is (44,99,106). Sum of RGB (Red+Green+Blue) = 44+99+106=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C636A is #D39C95. Grayscale: #535353. Windows color (decimal): -13868182 or 6972204. OLE color: 6972204.
HSL color Cylindrical-coordinate representation of color #2C636A: hue angle of 186.77º 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 #2C636A is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 99 | 106 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.58 |
| HSL | 186.77º | 0.41% | 0.29% | - |
| HSV(B) | 186.77º | 0.58% | 0.42% | - |
| XYZ | 8.1 | 10.5 | 15.24 | - |
| YUV | 83.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 99 | 106 | 0.58 | 0.07 | 0 | 0.58 | 186.77 | 0.41 | 0.29 |
| Hex | 2C | 63 | 6A | 3A | 7 | 0 | 3A | BB | 29 | 1D |
| Octal | 54 | 143 | 152 | 72 | 7 | 0 | 72 | 273 | 51 | 35 |
| Binary | 101100 | 1100011 | 1101010 | 111010 | 111 | 0 | 111010 | 10111011 | 101001 | 11101 |
Color Harmonies of #2C636A
Complementary color
Monochromatic Colors of #2C636A
Black with #2C636A
Text Example
Text Example
White with #2C636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C636A; }
p { color: rgb(44,99,106); }
H1.HeaderClassName
{
color: #2C636A;
}
.AnyTagClassName
{
color: #2C636A;
}
</style>
background-color css
<style>
a { background-color: #2C636A; }
a { background-color: rgb(44,99,106); }
div.DivClassName
{
background-color: #2C636A;
}
.BgClassName
{
background-color: #2C636A;
}
</style>
border-color css
<style>
span { border-color: #2C636A; }
span { border-color: rgb(44,99,106); }
td.TdClassName
{
border-color: #2C636A;
}
.TagClassName
{
border-color: #2C636A;
}
</style>