Shades of Blumine #2B5E65
Tints of Blumine #2B5E65
RGB
CMYK
RGB Variations
Color information
#2B5E65 (or 0x2B5E65) is known color: Blumine. HEX triplet: 2B, 5E and 65. RGB value is (43,94,101). Sum of RGB (Red+Green+Blue) = 43+94+101=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B5E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E65 is #D4A19A. Grayscale: #4F4F4F. Windows color (decimal): -13935003 or 6643243. OLE color: 6643243.
HSL color Cylindrical-coordinate representation of color #2B5E65: hue angle of 187.24º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5E65 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 94 | 101 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.60 |
| HSL | 187.24º | 0.4% | 0.28% | - |
| HSV(B) | 187.24º | 0.57% | 0.4% | - |
| XYZ | 7.35 | 9.46 | 13.75 | - |
| YUV | 79.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 101 | 0.57 | 0.07 | 0 | 0.60 | 187.24 | 0.4 | 0.28 |
| Hex | 2B | 5E | 65 | 39 | 7 | 0 | 3C | BB | 28 | 1C |
| Octal | 53 | 136 | 145 | 71 | 7 | 0 | 74 | 273 | 50 | 34 |
| Binary | 101011 | 1011110 | 1100101 | 111001 | 111 | 0 | 111100 | 10111011 | 101000 | 11100 |
Color Harmonies of #2B5E65
Complementary color
Monochromatic Colors of #2B5E65
Black with #2B5E65
Text Example
Text Example
White with #2B5E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5E65; }
p { color: rgb(43,94,101); }
H1.HeaderClassName
{
color: #2B5E65;
}
.AnyTagClassName
{
color: #2B5E65;
}
</style>
background-color css
<style>
a { background-color: #2B5E65; }
a { background-color: rgb(43,94,101); }
div.DivClassName
{
background-color: #2B5E65;
}
.BgClassName
{
background-color: #2B5E65;
}
</style>
border-color css
<style>
span { border-color: #2B5E65; }
span { border-color: rgb(43,94,101); }
td.TdClassName
{
border-color: #2B5E65;
}
.TagClassName
{
border-color: #2B5E65;
}
</style>