Shades of Blumine #2B636D
Tints of Blumine #2B636D
RGB
CMYK
RGB Variations
Color information
#2B636D (or 0x2B636D) is known color: Blumine. HEX triplet: 2B, 63 and 6D. RGB value is (43,99,109). Sum of RGB (Red+Green+Blue) = 43+99+109=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B636D is #D49C92. Grayscale: #535353. Windows color (decimal): -13933715 or 7168811. OLE color: 7168811.
HSL color Cylindrical-coordinate representation of color #2B636D: hue angle of 189.09º degrees, saturation: 0.43, 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 #2B636D is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 99 | 109 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.57 |
| HSL | 189.09º | 0.43% | 0.3% | - |
| HSV(B) | 189.09º | 0.61% | 0.43% | - |
| XYZ | 8.22 | 10.54 | 16.07 | - |
| YUV | 83.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 109 | 0.61 | 0.09 | 0 | 0.57 | 189.09 | 0.43 | 0.3 |
| Hex | 2B | 63 | 6D | 3D | 9 | 0 | 39 | BD | 2B | 1E |
| Octal | 53 | 143 | 155 | 75 | 11 | 0 | 71 | 275 | 53 | 36 |
| Binary | 101011 | 1100011 | 1101101 | 111101 | 1001 | 0 | 111001 | 10111101 | 101011 | 11110 |
Color Harmonies of #2B636D
Complementary color
Monochromatic Colors of #2B636D
Black with #2B636D
Text Example
Text Example
White with #2B636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B636D; }
p { color: rgb(43,99,109); }
H1.HeaderClassName
{
color: #2B636D;
}
.AnyTagClassName
{
color: #2B636D;
}
</style>
background-color css
<style>
a { background-color: #2B636D; }
a { background-color: rgb(43,99,109); }
div.DivClassName
{
background-color: #2B636D;
}
.BgClassName
{
background-color: #2B636D;
}
</style>
border-color css
<style>
span { border-color: #2B636D; }
span { border-color: rgb(43,99,109); }
td.TdClassName
{
border-color: #2B636D;
}
.TagClassName
{
border-color: #2B636D;
}
</style>