Shades of Blumine #2B5E70
Tints of Blumine #2B5E70
RGB
CMYK
RGB Variations
Color information
#2B5E70 (or 0x2B5E70) is known color: Blumine. HEX triplet: 2B, 5E and 70. RGB value is (43,94,112). Sum of RGB (Red+Green+Blue) = 43+94+112=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B5E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5E70 is #D4A18F. Grayscale: #505050. Windows color (decimal): -13934992 or 7364139. OLE color: 7364139.
HSL color Cylindrical-coordinate representation of color #2B5E70: hue angle of 195.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B5E70 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 43 | 94 | 112 | - |
CMYK | 0.62 | 0.16 | 0 | 0.56 |
HSL | 195.65º | 0.45% | 0.3% | - |
HSV(B) | 195.65º | 0.62% | 0.44% | - |
XYZ | 7.92 | 9.69 | 16.78 | - |
YUV | 80.8 | 145.6 | 101.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 94 | 112 | 0.62 | 0.16 | 0 | 0.56 | 195.65 | 0.45 | 0.3 |
Hex | 2B | 5E | 70 | 3E | 10 | 0 | 38 | C4 | 2D | 1E |
Octal | 53 | 136 | 160 | 76 | 20 | 0 | 70 | 304 | 55 | 36 |
Binary | 101011 | 1011110 | 1110000 | 111110 | 10000 | 0 | 111000 | 11000100 | 101101 | 11110 |
Color Harmonies of #2B5E70
Complementary color
Monochromatic Colors of #2B5E70
Black with #2B5E70
Text Example
Text Example
White with #2B5E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5E70; }
p { color: rgb(43,94,112); }
H1.HeaderClassName
{
color: #2B5E70;
}
.AnyTagClassName
{
color: #2B5E70;
}
</style>
background-color css
<style>
a { background-color: #2B5E70; }
a { background-color: rgb(43,94,112); }
div.DivClassName
{
background-color: #2B5E70;
}
.BgClassName
{
background-color: #2B5E70;
}
</style>
border-color css
<style>
span { border-color: #2B5E70; }
span { border-color: rgb(43,94,112); }
td.TdClassName
{
border-color: #2B5E70;
}
.TagClassName
{
border-color: #2B5E70;
}
</style>