Shades of Medium Blue #2803BA
Tints of Medium Blue #2803BA
RGB
CMYK
RGB Variations
Color information
#2803BA (or 0x2803BA) is known color: Medium Blue. HEX triplet: 28, 03 and BA. RGB value is (40,3,186). Sum of RGB (Red+Green+Blue) = 40+3+186=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #2803BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2803BA is #D7FC45. Grayscale: #222222. Windows color (decimal): -14154822 or 12190504. OLE color: 12190504.
HSL color Cylindrical-coordinate representation of color #2803BA: hue angle of 252.13º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2803BA is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 3 | 186 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.27 |
| HSL | 252.13º | 0.97% | 0.37% | - |
| HSV(B) | 252.13º | 0.98% | 0.73% | - |
| XYZ | 9.77 | 4.06 | 46.72 | - |
| YUV | 34.93 | 213.26 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 186 | 0.78 | 0.98 | 0 | 0.27 | 252.13 | 0.97 | 0.37 |
| Hex | 28 | 3 | BA | 4E | 62 | 0 | 1B | FC | 61 | 25 |
| Octal | 50 | 3 | 272 | 116 | 142 | 0 | 33 | 374 | 141 | 45 |
| Binary | 101000 | 11 | 10111010 | 1001110 | 1100010 | 0 | 11011 | 11111100 | 1100001 | 100101 |
Color Harmonies of #2803BA
Complementary color
Monochromatic Colors of #2803BA
Black with #2803BA
Text Example
Text Example
White with #2803BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2803BA; }
p { color: rgb(40,3,186); }
H1.HeaderClassName
{
color: #2803BA;
}
.AnyTagClassName
{
color: #2803BA;
}
</style>
background-color css
<style>
a { background-color: #2803BA; }
a { background-color: rgb(40,3,186); }
div.DivClassName
{
background-color: #2803BA;
}
.BgClassName
{
background-color: #2803BA;
}
</style>
border-color css
<style>
span { border-color: #2803BA; }
span { border-color: rgb(40,3,186); }
td.TdClassName
{
border-color: #2803BA;
}
.TagClassName
{
border-color: #2803BA;
}
</style>