Shades of Blumine #2B616E
Tints of Blumine #2B616E
RGB
CMYK
RGB Variations
Color information
#2B616E (or 0x2B616E) is known color: Blumine. HEX triplet: 2B, 61 and 6E. RGB value is (43,97,110). Sum of RGB (Red+Green+Blue) = 43+97+110=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B616E is #D49E91. Grayscale: #525252. Windows color (decimal): -13934226 or 7233835. OLE color: 7233835.
HSL color Cylindrical-coordinate representation of color #2B616E: hue angle of 191.64º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B616E is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 97 | 110 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.57 |
| HSL | 191.64º | 0.44% | 0.3% | - |
| HSV(B) | 191.64º | 0.61% | 0.43% | - |
| XYZ | 8.09 | 10.19 | 16.29 | - |
| YUV | 82.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 110 | 0.61 | 0.12 | 0 | 0.57 | 191.64 | 0.44 | 0.3 |
| Hex | 2B | 61 | 6E | 3D | C | 0 | 39 | C0 | 2C | 1E |
| Octal | 53 | 141 | 156 | 75 | 14 | 0 | 71 | 300 | 54 | 36 |
| Binary | 101011 | 1100001 | 1101110 | 111101 | 1100 | 0 | 111001 | 11000000 | 101100 | 11110 |
Color Harmonies of #2B616E
Complementary color
Monochromatic Colors of #2B616E
Black with #2B616E
Text Example
Text Example
White with #2B616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B616E; }
p { color: rgb(43,97,110); }
H1.HeaderClassName
{
color: #2B616E;
}
.AnyTagClassName
{
color: #2B616E;
}
</style>
background-color css
<style>
a { background-color: #2B616E; }
a { background-color: rgb(43,97,110); }
div.DivClassName
{
background-color: #2B616E;
}
.BgClassName
{
background-color: #2B616E;
}
</style>
border-color css
<style>
span { border-color: #2B616E; }
span { border-color: rgb(43,97,110); }
td.TdClassName
{
border-color: #2B616E;
}
.TagClassName
{
border-color: #2B616E;
}
</style>