Shades of Blumine #2B5967
Tints of Blumine #2B5967
RGB
CMYK
RGB Variations
Color information
#2B5967 (or 0x2B5967) is known color: Blumine. HEX triplet: 2B, 59 and 67. RGB value is (43,89,103). Sum of RGB (Red+Green+Blue) = 43+89+103=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B5967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5967 is #D4A698. Grayscale: #4C4C4C. Windows color (decimal): -13936281 or 6773035. OLE color: 6773035.
HSL color Cylindrical-coordinate representation of color #2B5967: hue angle of 194º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B5967 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 89 | 103 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.60 |
| HSL | 194º | 0.41% | 0.29% | - |
| HSV(B) | 194º | 0.58% | 0.4% | - |
| XYZ | 7.02 | 8.64 | 14.13 | - |
| YUV | 76.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 103 | 0.58 | 0.14 | 0 | 0.60 | 194 | 0.41 | 0.29 |
| Hex | 2B | 59 | 67 | 3A | E | 0 | 3C | C2 | 29 | 1D |
| Octal | 53 | 131 | 147 | 72 | 16 | 0 | 74 | 302 | 51 | 35 |
| Binary | 101011 | 1011001 | 1100111 | 111010 | 1110 | 0 | 111100 | 11000010 | 101001 | 11101 |
Color Harmonies of #2B5967
Complementary color
Monochromatic Colors of #2B5967
Black with #2B5967
Text Example
Text Example
White with #2B5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5967; }
p { color: rgb(43,89,103); }
H1.HeaderClassName
{
color: #2B5967;
}
.AnyTagClassName
{
color: #2B5967;
}
</style>
background-color css
<style>
a { background-color: #2B5967; }
a { background-color: rgb(43,89,103); }
div.DivClassName
{
background-color: #2B5967;
}
.BgClassName
{
background-color: #2B5967;
}
</style>
border-color css
<style>
span { border-color: #2B5967; }
span { border-color: rgb(43,89,103); }
td.TdClassName
{
border-color: #2B5967;
}
.TagClassName
{
border-color: #2B5967;
}
</style>