Shades of Blumine #2B5D6B
Tints of Blumine #2B5D6B
RGB
CMYK
RGB Variations
Color information
#2B5D6B (or 0x2B5D6B) is known color: Blumine. HEX triplet: 2B, 5D and 6B. RGB value is (43,93,107). Sum of RGB (Red+Green+Blue) = 43+93+107=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B5D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D6B is #D4A294. Grayscale: #4F4F4F. Windows color (decimal): -13935253 or 7036203. OLE color: 7036203.
HSL color Cylindrical-coordinate representation of color #2B5D6B: hue angle of 193.12º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B5D6B is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 93 | 107 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.58 |
| HSL | 193.13º | 0.43% | 0.29% | - |
| HSV(B) | 193.13º | 0.6% | 0.42% | - |
| XYZ | 7.56 | 9.4 | 15.33 | - |
| YUV | 79.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 107 | 0.60 | 0.13 | 0 | 0.58 | 193.13 | 0.43 | 0.29 |
| Hex | 2B | 5D | 6B | 3C | D | 0 | 3A | C1 | 2B | 1D |
| Octal | 53 | 135 | 153 | 74 | 15 | 0 | 72 | 301 | 53 | 35 |
| Binary | 101011 | 1011101 | 1101011 | 111100 | 1101 | 0 | 111010 | 11000001 | 101011 | 11101 |
Color Harmonies of #2B5D6B
Complementary color
Monochromatic Colors of #2B5D6B
Black with #2B5D6B
Text Example
Text Example
White with #2B5D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5D6B; }
p { color: rgb(43,93,107); }
H1.HeaderClassName
{
color: #2B5D6B;
}
.AnyTagClassName
{
color: #2B5D6B;
}
</style>
background-color css
<style>
a { background-color: #2B5D6B; }
a { background-color: rgb(43,93,107); }
div.DivClassName
{
background-color: #2B5D6B;
}
.BgClassName
{
background-color: #2B5D6B;
}
</style>
border-color css
<style>
span { border-color: #2B5D6B; }
span { border-color: rgb(43,93,107); }
td.TdClassName
{
border-color: #2B5D6B;
}
.TagClassName
{
border-color: #2B5D6B;
}
</style>