Shades of Blumine #2B636B
Tints of Blumine #2B636B
RGB
CMYK
RGB Variations
Color information
#2B636B (or 0x2B636B) is known color: Blumine. HEX triplet: 2B, 63 and 6B. RGB value is (43,99,107). Sum of RGB (Red+Green+Blue) = 43+99+107=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B636B is #D49C94. Grayscale: #535353. Windows color (decimal): -13933717 or 7037739. OLE color: 7037739.
HSL color Cylindrical-coordinate representation of color #2B636B: hue angle of 187.5º 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 #2B636B is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 99 | 107 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.58 |
| HSL | 187.5º | 0.43% | 0.29% | - |
| HSV(B) | 187.5º | 0.6% | 0.42% | - |
| XYZ | 8.11 | 10.5 | 15.51 | - |
| YUV | 83.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 107 | 0.60 | 0.07 | 0 | 0.58 | 187.5 | 0.43 | 0.29 |
| Hex | 2B | 63 | 6B | 3C | 7 | 0 | 3A | BC | 2B | 1D |
| Octal | 53 | 143 | 153 | 74 | 7 | 0 | 72 | 274 | 53 | 35 |
| Binary | 101011 | 1100011 | 1101011 | 111100 | 111 | 0 | 111010 | 10111100 | 101011 | 11101 |
Color Harmonies of #2B636B
Complementary color
Monochromatic Colors of #2B636B
Black with #2B636B
Text Example
Text Example
White with #2B636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B636B; }
p { color: rgb(43,99,107); }
H1.HeaderClassName
{
color: #2B636B;
}
.AnyTagClassName
{
color: #2B636B;
}
</style>
background-color css
<style>
a { background-color: #2B636B; }
a { background-color: rgb(43,99,107); }
div.DivClassName
{
background-color: #2B636B;
}
.BgClassName
{
background-color: #2B636B;
}
</style>
border-color css
<style>
span { border-color: #2B636B; }
span { border-color: rgb(43,99,107); }
td.TdClassName
{
border-color: #2B636B;
}
.TagClassName
{
border-color: #2B636B;
}
</style>