Shades of Medium Blue #2A00BA
Tints of Medium Blue #2A00BA
RGB
CMYK
RGB Variations
Color information
#2A00BA (or 0x2A00BA) is known color: Medium Blue. HEX triplet: 2A, 00 and BA. RGB value is (42,0,186). Sum of RGB (Red+Green+Blue) = 42+0+186=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 0 (0.39% from 255 or 0% 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 #2A00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A00BA is #D5FF45. Grayscale: #212121. Windows color (decimal): -14024518 or 12189738. OLE color: 12189738.
HSL color Cylindrical-coordinate representation of color #2A00BA: hue angle of 253.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00BA is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 0 | 186 | - |
| CMYK | 0.77 | 1 | 0 | 0.27 |
| HSL | 253.55º | 1% | 0.36% | - |
| HSV(B) | 253.55º | 1% | 0.73% | - |
| XYZ | 9.82 | 4.04 | 46.72 | - |
| YUV | 33.76 | 213.91 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 186 | 0.77 | 1 | 0 | 0.27 | 253.55 | 1 | 0.36 |
| Hex | 2A | 0 | BA | 4D | 64 | 0 | 1B | FE | 64 | 24 |
| Octal | 52 | 0 | 272 | 115 | 144 | 0 | 33 | 376 | 144 | 44 |
| Binary | 101010 | 0 | 10111010 | 1001101 | 1100100 | 0 | 11011 | 11111110 | 1100100 | 100100 |
Color Harmonies of #2A00BA
Complementary color
Monochromatic Colors of #2A00BA
Black with #2A00BA
Text Example
Text Example
White with #2A00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A00BA; }
p { color: rgb(42,0,186); }
H1.HeaderClassName
{
color: #2A00BA;
}
.AnyTagClassName
{
color: #2A00BA;
}
</style>
background-color css
<style>
a { background-color: #2A00BA; }
a { background-color: rgb(42,0,186); }
div.DivClassName
{
background-color: #2A00BA;
}
.BgClassName
{
background-color: #2A00BA;
}
</style>
border-color css
<style>
span { border-color: #2A00BA; }
span { border-color: rgb(42,0,186); }
td.TdClassName
{
border-color: #2A00BA;
}
.TagClassName
{
border-color: #2A00BA;
}
</style>