Shades of Medium Blue #2B01BE
Tints of Medium Blue #2B01BE
RGB
CMYK
RGB Variations
Color information
#2B01BE (or 0x2B01BE) is known color: Medium Blue. HEX triplet: 2B, 01 and BE. RGB value is (43,1,190). Sum of RGB (Red+Green+Blue) = 43+1+190=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 190 (74.61% from 255 or 81.20% from 234); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B01BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B01BE is #D4FE41. Grayscale: #222222. Windows color (decimal): -13958722 or 12452139. OLE color: 12452139.
HSL color Cylindrical-coordinate representation of color #2B01BE: hue angle of 253.33º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B01BE is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 1 | 190 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.25 |
| HSL | 253.33º | 0.99% | 0.37% | - |
| HSV(B) | 253.33º | 0.99% | 0.75% | - |
| XYZ | 10.3 | 4.25 | 48.99 | - |
| YUV | 35.1 | 215.41 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 190 | 0.77 | 0.99 | 0 | 0.25 | 253.33 | 0.99 | 0.37 |
| Hex | 2B | 1 | BE | 4D | 63 | 0 | 19 | FD | 63 | 25 |
| Octal | 53 | 1 | 276 | 115 | 143 | 0 | 31 | 375 | 143 | 45 |
| Binary | 101011 | 1 | 10111110 | 1001101 | 1100011 | 0 | 11001 | 11111101 | 1100011 | 100101 |
Color Harmonies of #2B01BE
Complementary color
Monochromatic Colors of #2B01BE
Black with #2B01BE
Text Example
Text Example
White with #2B01BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B01BE; }
p { color: rgb(43,1,190); }
H1.HeaderClassName
{
color: #2B01BE;
}
.AnyTagClassName
{
color: #2B01BE;
}
</style>
background-color css
<style>
a { background-color: #2B01BE; }
a { background-color: rgb(43,1,190); }
div.DivClassName
{
background-color: #2B01BE;
}
.BgClassName
{
background-color: #2B01BE;
}
</style>
border-color css
<style>
span { border-color: #2B01BE; }
span { border-color: rgb(43,1,190); }
td.TdClassName
{
border-color: #2B01BE;
}
.TagClassName
{
border-color: #2B01BE;
}
</style>