Shades of Blumine #2B6576
Tints of Blumine #2B6576
RGB
CMYK
RGB Variations
Color information
#2B6576 (or 0x2B6576) is known color: Blumine. HEX triplet: 2B, 65 and 76. RGB value is (43,101,118). Sum of RGB (Red+Green+Blue) = 43+101+118=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6576 is #D49A89. Grayscale: #555555. Windows color (decimal): -13933194 or 7759147. OLE color: 7759147.
HSL color Cylindrical-coordinate representation of color #2B6576: hue angle of 193.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B6576 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 101 | 118 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.54 |
| HSL | 193.6º | 0.47% | 0.32% | - |
| HSV(B) | 193.6º | 0.64% | 0.46% | - |
| XYZ | 8.92 | 11.13 | 18.82 | - |
| YUV | 85.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 118 | 0.64 | 0.14 | 0 | 0.54 | 193.6 | 0.47 | 0.32 |
| Hex | 2B | 65 | 76 | 40 | E | 0 | 36 | C2 | 2F | 20 |
| Octal | 53 | 145 | 166 | 100 | 16 | 0 | 66 | 302 | 57 | 40 |
| Binary | 101011 | 1100101 | 1110110 | 1000000 | 1110 | 0 | 110110 | 11000010 | 101111 | 100000 |
Color Harmonies of #2B6576
Complementary color
Monochromatic Colors of #2B6576
Black with #2B6576
Text Example
Text Example
White with #2B6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6576; }
p { color: rgb(43,101,118); }
H1.HeaderClassName
{
color: #2B6576;
}
.AnyTagClassName
{
color: #2B6576;
}
</style>
background-color css
<style>
a { background-color: #2B6576; }
a { background-color: rgb(43,101,118); }
div.DivClassName
{
background-color: #2B6576;
}
.BgClassName
{
background-color: #2B6576;
}
</style>
border-color css
<style>
span { border-color: #2B6576; }
span { border-color: rgb(43,101,118); }
td.TdClassName
{
border-color: #2B6576;
}
.TagClassName
{
border-color: #2B6576;
}
</style>