Shades of Medium Blue #2A04BA
Tints of Medium Blue #2A04BA
RGB
CMYK
RGB Variations
Color information
#2A04BA (or 0x2A04BA) is known color: Medium Blue. HEX triplet: 2A, 04 and BA. RGB value is (42,4,186). Sum of RGB (Red+Green+Blue) = 42+4+186=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A04BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A04BA is #D5FB45. Grayscale: #232323. Windows color (decimal): -14023494 or 12190762. OLE color: 12190762.
HSL color Cylindrical-coordinate representation of color #2A04BA: hue angle of 252.53º degrees, saturation: 0.96, 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 #2A04BA is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 4 | 186 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.27 |
| HSL | 252.53º | 0.96% | 0.37% | - |
| HSV(B) | 252.53º | 0.98% | 0.73% | - |
| XYZ | 9.86 | 4.12 | 46.73 | - |
| YUV | 36.11 | 212.59 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 186 | 0.77 | 0.98 | 0 | 0.27 | 252.53 | 0.96 | 0.37 |
| Hex | 2A | 4 | BA | 4D | 62 | 0 | 1B | FD | 60 | 25 |
| Octal | 52 | 4 | 272 | 115 | 142 | 0 | 33 | 375 | 140 | 45 |
| Binary | 101010 | 100 | 10111010 | 1001101 | 1100010 | 0 | 11011 | 11111101 | 1100000 | 100101 |
Color Harmonies of #2A04BA
Complementary color
Monochromatic Colors of #2A04BA
Black with #2A04BA
Text Example
Text Example
White with #2A04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A04BA; }
p { color: rgb(42,4,186); }
H1.HeaderClassName
{
color: #2A04BA;
}
.AnyTagClassName
{
color: #2A04BA;
}
</style>
background-color css
<style>
a { background-color: #2A04BA; }
a { background-color: rgb(42,4,186); }
div.DivClassName
{
background-color: #2A04BA;
}
.BgClassName
{
background-color: #2A04BA;
}
</style>
border-color css
<style>
span { border-color: #2A04BA; }
span { border-color: rgb(42,4,186); }
td.TdClassName
{
border-color: #2A04BA;
}
.TagClassName
{
border-color: #2A04BA;
}
</style>