Shades of Blumine #2E636C
Tints of Blumine #2E636C
RGB
CMYK
RGB Variations
Color information
#2E636C (or 0x2E636C) is known color: Blumine. HEX triplet: 2E, 63 and 6C. RGB value is (46,99,108). Sum of RGB (Red+Green+Blue) = 46+99+108=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E636C is #D19C93. Grayscale: #545454. Windows color (decimal): -13737108 or 7103278. OLE color: 7103278.
HSL color Cylindrical-coordinate representation of color #2E636C: hue angle of 188.71º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E636C is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 99 | 108 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.58 |
| HSL | 188.71º | 0.4% | 0.3% | - |
| HSV(B) | 188.71º | 0.57% | 0.42% | - |
| XYZ | 8.3 | 10.59 | 15.79 | - |
| YUV | 84.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 108 | 0.57 | 0.08 | 0 | 0.58 | 188.71 | 0.4 | 0.3 |
| Hex | 2E | 63 | 6C | 39 | 8 | 0 | 3A | BD | 28 | 1E |
| Octal | 56 | 143 | 154 | 71 | 10 | 0 | 72 | 275 | 50 | 36 |
| Binary | 101110 | 1100011 | 1101100 | 111001 | 1000 | 0 | 111010 | 10111101 | 101000 | 11110 |
Color Harmonies of #2E636C
Complementary color
Monochromatic Colors of #2E636C
Black with #2E636C
Text Example
Text Example
White with #2E636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E636C; }
p { color: rgb(46,99,108); }
H1.HeaderClassName
{
color: #2E636C;
}
.AnyTagClassName
{
color: #2E636C;
}
</style>
background-color css
<style>
a { background-color: #2E636C; }
a { background-color: rgb(46,99,108); }
div.DivClassName
{
background-color: #2E636C;
}
.BgClassName
{
background-color: #2E636C;
}
</style>
border-color css
<style>
span { border-color: #2E636C; }
span { border-color: rgb(46,99,108); }
td.TdClassName
{
border-color: #2E636C;
}
.TagClassName
{
border-color: #2E636C;
}
</style>