Shades of Blumine #2B6575
Tints of Blumine #2B6575
RGB
CMYK
RGB Variations
Color information
#2B6575 (or 0x2B6575) is known color: Blumine. HEX triplet: 2B, 65 and 75. RGB value is (43,101,117). Sum of RGB (Red+Green+Blue) = 43+101+117=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B6575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6575 is #D49A8A. Grayscale: #555555. Windows color (decimal): -13933195 or 7693611. OLE color: 7693611.
HSL color Cylindrical-coordinate representation of color #2B6575: hue angle of 192.97º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B6575 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 101 | 117 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.54 |
| HSL | 192.97º | 0.46% | 0.31% | - |
| HSV(B) | 192.97º | 0.63% | 0.46% | - |
| XYZ | 8.86 | 11.11 | 18.51 | - |
| YUV | 85.48 | 145.78 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 117 | 0.63 | 0.14 | 0 | 0.54 | 192.97 | 0.46 | 0.31 |
| Hex | 2B | 65 | 75 | 3F | E | 0 | 36 | C1 | 2E | 1F |
| Octal | 53 | 145 | 165 | 77 | 16 | 0 | 66 | 301 | 56 | 37 |
| Binary | 101011 | 1100101 | 1110101 | 111111 | 1110 | 0 | 110110 | 11000001 | 101110 | 11111 |
Color Harmonies of #2B6575
Complementary color
Monochromatic Colors of #2B6575
Black with #2B6575
Text Example
Text Example
White with #2B6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6575; }
p { color: rgb(43,101,117); }
H1.HeaderClassName
{
color: #2B6575;
}
.AnyTagClassName
{
color: #2B6575;
}
</style>
background-color css
<style>
a { background-color: #2B6575; }
a { background-color: rgb(43,101,117); }
div.DivClassName
{
background-color: #2B6575;
}
.BgClassName
{
background-color: #2B6575;
}
</style>
border-color css
<style>
span { border-color: #2B6575; }
span { border-color: rgb(43,101,117); }
td.TdClassName
{
border-color: #2B6575;
}
.TagClassName
{
border-color: #2B6575;
}
</style>