Shades of Blumine #2B646B
Tints of Blumine #2B646B
RGB
CMYK
RGB Variations
Color information
#2B646B (or 0x2B646B) is known color: Blumine. HEX triplet: 2B, 64 and 6B. RGB value is (43,100,107). Sum of RGB (Red+Green+Blue) = 43+100+107=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B646B is #D49B94. Grayscale: #535353. Windows color (decimal): -13933461 or 7037995. OLE color: 7037995.
HSL color Cylindrical-coordinate representation of color #2B646B: hue angle of 186.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B646B is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 100 | 107 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.58 |
| HSL | 186.56º | 0.43% | 0.29% | - |
| HSV(B) | 186.56º | 0.6% | 0.42% | - |
| XYZ | 8.21 | 10.69 | 15.54 | - |
| YUV | 83.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 107 | 0.60 | 0.07 | 0 | 0.58 | 186.56 | 0.43 | 0.29 |
| Hex | 2B | 64 | 6B | 3C | 7 | 0 | 3A | BB | 2B | 1D |
| Octal | 53 | 144 | 153 | 74 | 7 | 0 | 72 | 273 | 53 | 35 |
| Binary | 101011 | 1100100 | 1101011 | 111100 | 111 | 0 | 111010 | 10111011 | 101011 | 11101 |
Color Harmonies of #2B646B
Complementary color
Monochromatic Colors of #2B646B
Black with #2B646B
Text Example
Text Example
White with #2B646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B646B; }
p { color: rgb(43,100,107); }
H1.HeaderClassName
{
color: #2B646B;
}
.AnyTagClassName
{
color: #2B646B;
}
</style>
background-color css
<style>
a { background-color: #2B646B; }
a { background-color: rgb(43,100,107); }
div.DivClassName
{
background-color: #2B646B;
}
.BgClassName
{
background-color: #2B646B;
}
</style>
border-color css
<style>
span { border-color: #2B646B; }
span { border-color: rgb(43,100,107); }
td.TdClassName
{
border-color: #2B646B;
}
.TagClassName
{
border-color: #2B646B;
}
</style>