Shades of Blumine #2B5865
Tints of Blumine #2B5865
RGB
CMYK
RGB Variations
Color information
#2B5865 (or 0x2B5865) is known color: Blumine. HEX triplet: 2B, 58 and 65. RGB value is (43,88,101). Sum of RGB (Red+Green+Blue) = 43+88+101=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B5865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5865 is #D4A79A. Grayscale: #4B4B4B. Windows color (decimal): -13936539 or 6641707. OLE color: 6641707.
HSL color Cylindrical-coordinate representation of color #2B5865: hue angle of 193.45º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5865 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 88 | 101 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.60 |
| HSL | 193.45º | 0.4% | 0.28% | - |
| HSV(B) | 193.45º | 0.57% | 0.4% | - |
| XYZ | 6.83 | 8.43 | 13.58 | - |
| YUV | 76.03 | 142.09 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 101 | 0.57 | 0.13 | 0 | 0.60 | 193.45 | 0.4 | 0.28 |
| Hex | 2B | 58 | 65 | 39 | D | 0 | 3C | C1 | 28 | 1C |
| Octal | 53 | 130 | 145 | 71 | 15 | 0 | 74 | 301 | 50 | 34 |
| Binary | 101011 | 1011000 | 1100101 | 111001 | 1101 | 0 | 111100 | 11000001 | 101000 | 11100 |
Color Harmonies of #2B5865
Complementary color
Monochromatic Colors of #2B5865
Black with #2B5865
Text Example
Text Example
White with #2B5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5865; }
p { color: rgb(43,88,101); }
H1.HeaderClassName
{
color: #2B5865;
}
.AnyTagClassName
{
color: #2B5865;
}
</style>
background-color css
<style>
a { background-color: #2B5865; }
a { background-color: rgb(43,88,101); }
div.DivClassName
{
background-color: #2B5865;
}
.BgClassName
{
background-color: #2B5865;
}
</style>
border-color css
<style>
span { border-color: #2B5865; }
span { border-color: rgb(43,88,101); }
td.TdClassName
{
border-color: #2B5865;
}
.TagClassName
{
border-color: #2B5865;
}
</style>