Shades of Blumine #2B5E67
Tints of Blumine #2B5E67
RGB
CMYK
RGB Variations
Color information
#2B5E67 (or 0x2B5E67) is known color: Blumine. HEX triplet: 2B, 5E and 67. RGB value is (43,94,103). Sum of RGB (Red+Green+Blue) = 43+94+103=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B5E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E67 is #D4A198. Grayscale: #4F4F4F. Windows color (decimal): -13935001 or 6774315. OLE color: 6774315.
HSL color Cylindrical-coordinate representation of color #2B5E67: hue angle of 189º 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 #2B5E67 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 94 | 103 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.60 |
| HSL | 189º | 0.41% | 0.29% | - |
| HSV(B) | 189º | 0.58% | 0.4% | - |
| XYZ | 7.45 | 9.5 | 14.27 | - |
| YUV | 79.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 103 | 0.58 | 0.09 | 0 | 0.60 | 189 | 0.41 | 0.29 |
| Hex | 2B | 5E | 67 | 3A | 9 | 0 | 3C | BD | 29 | 1D |
| Octal | 53 | 136 | 147 | 72 | 11 | 0 | 74 | 275 | 51 | 35 |
| Binary | 101011 | 1011110 | 1100111 | 111010 | 1001 | 0 | 111100 | 10111101 | 101001 | 11101 |
Color Harmonies of #2B5E67
Complementary color
Monochromatic Colors of #2B5E67
Black with #2B5E67
Text Example
Text Example
White with #2B5E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5E67; }
p { color: rgb(43,94,103); }
H1.HeaderClassName
{
color: #2B5E67;
}
.AnyTagClassName
{
color: #2B5E67;
}
</style>
background-color css
<style>
a { background-color: #2B5E67; }
a { background-color: rgb(43,94,103); }
div.DivClassName
{
background-color: #2B5E67;
}
.BgClassName
{
background-color: #2B5E67;
}
</style>
border-color css
<style>
span { border-color: #2B5E67; }
span { border-color: rgb(43,94,103); }
td.TdClassName
{
border-color: #2B5E67;
}
.TagClassName
{
border-color: #2B5E67;
}
</style>