Shades of Blumine #2B5D72
Tints of Blumine #2B5D72
RGB
CMYK
RGB Variations
Color information
#2B5D72 (or 0x2B5D72) is known color: Blumine. HEX triplet: 2B, 5D and 72. RGB value is (43,93,114). Sum of RGB (Red+Green+Blue) = 43+93+114=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B5D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D72 is #D4A28D. Grayscale: #505050. Windows color (decimal): -13935246 or 7494955. OLE color: 7494955.
HSL color Cylindrical-coordinate representation of color #2B5D72: hue angle of 197.75º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B5D72 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 93 | 114 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.55 |
| HSL | 197.75º | 0.45% | 0.31% | - |
| HSV(B) | 197.75º | 0.62% | 0.45% | - |
| XYZ | 7.95 | 9.56 | 17.35 | - |
| YUV | 80.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 114 | 0.62 | 0.18 | 0 | 0.55 | 197.75 | 0.45 | 0.31 |
| Hex | 2B | 5D | 72 | 3E | 12 | 0 | 37 | C6 | 2D | 1F |
| Octal | 53 | 135 | 162 | 76 | 22 | 0 | 67 | 306 | 55 | 37 |
| Binary | 101011 | 1011101 | 1110010 | 111110 | 10010 | 0 | 110111 | 11000110 | 101101 | 11111 |
Color Harmonies of #2B5D72
Complementary color
Monochromatic Colors of #2B5D72
Black with #2B5D72
Text Example
Text Example
White with #2B5D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D72; }
p { color: rgb(43,93,114); }
H1.HeaderClassName
{
color: #2B5D72;
}
.AnyTagClassName
{
color: #2B5D72;
}
</style>
background-color css
<style>
a { background-color: #2B5D72; }
a { background-color: rgb(43,93,114); }
div.DivClassName
{
background-color: #2B5D72;
}
.BgClassName
{
background-color: #2B5D72;
}
</style>
border-color css
<style>
span { border-color: #2B5D72; }
span { border-color: rgb(43,93,114); }
td.TdClassName
{
border-color: #2B5D72;
}
.TagClassName
{
border-color: #2B5D72;
}
</style>