Shades of Medium Blue #2B05BA
Tints of Medium Blue #2B05BA
RGB
CMYK
RGB Variations
Color information
#2B05BA (or 0x2B05BA) is known color: Medium Blue. HEX triplet: 2B, 05 and BA. RGB value is (43,5,186). Sum of RGB (Red+Green+Blue) = 43+5+186=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B05BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B05BA is #D4FA45. Grayscale: #242424. Windows color (decimal): -13957702 or 12191019. OLE color: 12191019.
HSL color Cylindrical-coordinate representation of color #2B05BA: hue angle of 252.6º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B05BA is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 5 | 186 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.27 |
| HSL | 252.6º | 0.95% | 0.37% | - |
| HSV(B) | 252.6º | 0.97% | 0.73% | - |
| XYZ | 9.91 | 4.17 | 46.74 | - |
| YUV | 37 | 212.09 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 186 | 0.77 | 0.97 | 0 | 0.27 | 252.6 | 0.95 | 0.37 |
| Hex | 2B | 5 | BA | 4D | 61 | 0 | 1B | FD | 5F | 25 |
| Octal | 53 | 5 | 272 | 115 | 141 | 0 | 33 | 375 | 137 | 45 |
| Binary | 101011 | 101 | 10111010 | 1001101 | 1100001 | 0 | 11011 | 11111101 | 1011111 | 100101 |
Color Harmonies of #2B05BA
Complementary color
Monochromatic Colors of #2B05BA
Black with #2B05BA
Text Example
Text Example
White with #2B05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B05BA; }
p { color: rgb(43,5,186); }
H1.HeaderClassName
{
color: #2B05BA;
}
.AnyTagClassName
{
color: #2B05BA;
}
</style>
background-color css
<style>
a { background-color: #2B05BA; }
a { background-color: rgb(43,5,186); }
div.DivClassName
{
background-color: #2B05BA;
}
.BgClassName
{
background-color: #2B05BA;
}
</style>
border-color css
<style>
span { border-color: #2B05BA; }
span { border-color: rgb(43,5,186); }
td.TdClassName
{
border-color: #2B05BA;
}
.TagClassName
{
border-color: #2B05BA;
}
</style>