Shades of Blumine #2B6275
Tints of Blumine #2B6275
RGB
CMYK
RGB Variations
Color information
#2B6275 (or 0x2B6275) is known color: Blumine. HEX triplet: 2B, 62 and 75. RGB value is (43,98,117). Sum of RGB (Red+Green+Blue) = 43+98+117=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B6275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6275 is #D49D8A. Grayscale: #535353. Windows color (decimal): -13933963 or 7692843. OLE color: 7692843.
HSL color Cylindrical-coordinate representation of color #2B6275: hue angle of 195.41º 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 #2B6275 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 43 | 98 | 117 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.54 |
| HSL | 195.41º | 0.46% | 0.31% | - |
| HSV(B) | 195.41º | 0.63% | 0.46% | - |
| XYZ | 8.57 | 10.53 | 18.41 | - |
| YUV | 83.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 98 | 117 | 0.63 | 0.16 | 0 | 0.54 | 195.41 | 0.46 | 0.31 |
| Hex | 2B | 62 | 75 | 3F | 10 | 0 | 36 | C3 | 2E | 1F |
| Octal | 53 | 142 | 165 | 77 | 20 | 0 | 66 | 303 | 56 | 37 |
| Binary | 101011 | 1100010 | 1110101 | 111111 | 10000 | 0 | 110110 | 11000011 | 101110 | 11111 |
Color Harmonies of #2B6275
Complementary color
Monochromatic Colors of #2B6275
Black with #2B6275
Text Example
Text Example
White with #2B6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6275; }
p { color: rgb(43,98,117); }
H1.HeaderClassName
{
color: #2B6275;
}
.AnyTagClassName
{
color: #2B6275;
}
</style>
background-color css
<style>
a { background-color: #2B6275; }
a { background-color: rgb(43,98,117); }
div.DivClassName
{
background-color: #2B6275;
}
.BgClassName
{
background-color: #2B6275;
}
</style>
border-color css
<style>
span { border-color: #2B6275; }
span { border-color: rgb(43,98,117); }
td.TdClassName
{
border-color: #2B6275;
}
.TagClassName
{
border-color: #2B6275;
}
</style>