Shades of Medium Blue #2802BA
Tints of Medium Blue #2802BA
RGB
CMYK
RGB Variations
Color information
#2802BA (or 0x2802BA) is known color: Medium Blue. HEX triplet: 28, 02 and BA. RGB value is (40,2,186). Sum of RGB (Red+Green+Blue) = 40+2+186=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #2802BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2802BA is #D7FD45. Grayscale: #212121. Windows color (decimal): -14155078 or 12190248. OLE color: 12190248.
HSL color Cylindrical-coordinate representation of color #2802BA: hue angle of 252.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2802BA is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 2 | 186 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.27 |
| HSL | 252.39º | 0.98% | 0.37% | - |
| HSV(B) | 252.39º | 0.99% | 0.73% | - |
| XYZ | 9.76 | 4.04 | 46.72 | - |
| YUV | 34.34 | 213.59 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 186 | 0.78 | 0.99 | 0 | 0.27 | 252.39 | 0.98 | 0.37 |
| Hex | 28 | 2 | BA | 4E | 63 | 0 | 1B | FC | 62 | 25 |
| Octal | 50 | 2 | 272 | 116 | 143 | 0 | 33 | 374 | 142 | 45 |
| Binary | 101000 | 10 | 10111010 | 1001110 | 1100011 | 0 | 11011 | 11111100 | 1100010 | 100101 |
Color Harmonies of #2802BA
Complementary color
Monochromatic Colors of #2802BA
Black with #2802BA
Text Example
Text Example
White with #2802BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2802BA; }
p { color: rgb(40,2,186); }
H1.HeaderClassName
{
color: #2802BA;
}
.AnyTagClassName
{
color: #2802BA;
}
</style>
background-color css
<style>
a { background-color: #2802BA; }
a { background-color: rgb(40,2,186); }
div.DivClassName
{
background-color: #2802BA;
}
.BgClassName
{
background-color: #2802BA;
}
</style>
border-color css
<style>
span { border-color: #2802BA; }
span { border-color: rgb(40,2,186); }
td.TdClassName
{
border-color: #2802BA;
}
.TagClassName
{
border-color: #2802BA;
}
</style>