Shades of Blumine #2B5B64
Tints of Blumine #2B5B64
RGB
CMYK
RGB Variations
Color information
#2B5B64 (or 0x2B5B64) is known color: Blumine. HEX triplet: 2B, 5B and 64. RGB value is (43,91,100). Sum of RGB (Red+Green+Blue) = 43+91+100=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B5B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5B64 is #D4A49B. Grayscale: #4D4D4D. Windows color (decimal): -13935772 or 6576939. OLE color: 6576939.
HSL color Cylindrical-coordinate representation of color #2B5B64: hue angle of 189.47º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5B64 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 91 | 100 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.61 |
| HSL | 189.47º | 0.4% | 0.28% | - |
| HSV(B) | 189.47º | 0.57% | 0.39% | - |
| XYZ | 7.04 | 8.92 | 13.41 | - |
| YUV | 77.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 100 | 0.57 | 0.09 | 0 | 0.61 | 189.47 | 0.4 | 0.28 |
| Hex | 2B | 5B | 64 | 39 | 9 | 0 | 3D | BD | 28 | 1C |
| Octal | 53 | 133 | 144 | 71 | 11 | 0 | 75 | 275 | 50 | 34 |
| Binary | 101011 | 1011011 | 1100100 | 111001 | 1001 | 0 | 111101 | 10111101 | 101000 | 11100 |
Color Harmonies of #2B5B64
Complementary color
Monochromatic Colors of #2B5B64
Black with #2B5B64
Text Example
Text Example
White with #2B5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5B64; }
p { color: rgb(43,91,100); }
H1.HeaderClassName
{
color: #2B5B64;
}
.AnyTagClassName
{
color: #2B5B64;
}
</style>
background-color css
<style>
a { background-color: #2B5B64; }
a { background-color: rgb(43,91,100); }
div.DivClassName
{
background-color: #2B5B64;
}
.BgClassName
{
background-color: #2B5B64;
}
</style>
border-color css
<style>
span { border-color: #2B5B64; }
span { border-color: rgb(43,91,100); }
td.TdClassName
{
border-color: #2B5B64;
}
.TagClassName
{
border-color: #2B5B64;
}
</style>