Shades of Blumine #2B5C70
Tints of Blumine #2B5C70
RGB
CMYK
RGB Variations
Color information
#2B5C70 (or 0x2B5C70) is known color: Blumine. HEX triplet: 2B, 5C and 70. RGB value is (43,92,112). Sum of RGB (Red+Green+Blue) = 43+92+112=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B5C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C70 is #D4A38F. Grayscale: #4F4F4F. Windows color (decimal): -13935504 or 7363627. OLE color: 7363627.
HSL color Cylindrical-coordinate representation of color #2B5C70: hue angle of 197.39º 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 #2B5C70 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 92 | 112 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.56 |
| HSL | 197.39º | 0.45% | 0.3% | - |
| HSV(B) | 197.39º | 0.62% | 0.44% | - |
| XYZ | 7.75 | 9.34 | 16.72 | - |
| YUV | 79.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 112 | 0.62 | 0.18 | 0 | 0.56 | 197.39 | 0.45 | 0.3 |
| Hex | 2B | 5C | 70 | 3E | 12 | 0 | 38 | C5 | 2D | 1E |
| Octal | 53 | 134 | 160 | 76 | 22 | 0 | 70 | 305 | 55 | 36 |
| Binary | 101011 | 1011100 | 1110000 | 111110 | 10010 | 0 | 111000 | 11000101 | 101101 | 11110 |
Color Harmonies of #2B5C70
Complementary color
Monochromatic Colors of #2B5C70
Black with #2B5C70
Text Example
Text Example
White with #2B5C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5C70; }
p { color: rgb(43,92,112); }
H1.HeaderClassName
{
color: #2B5C70;
}
.AnyTagClassName
{
color: #2B5C70;
}
</style>
background-color css
<style>
a { background-color: #2B5C70; }
a { background-color: rgb(43,92,112); }
div.DivClassName
{
background-color: #2B5C70;
}
.BgClassName
{
background-color: #2B5C70;
}
</style>
border-color css
<style>
span { border-color: #2B5C70; }
span { border-color: rgb(43,92,112); }
td.TdClassName
{
border-color: #2B5C70;
}
.TagClassName
{
border-color: #2B5C70;
}
</style>