Shades of Medium Blue #2D04BA
Tints of Medium Blue #2D04BA
RGB
CMYK
RGB Variations
Color information
#2D04BA (or 0x2D04BA) is known color: Medium Blue. HEX triplet: 2D, 04 and BA. RGB value is (45,4,186). Sum of RGB (Red+Green+Blue) = 45+4+186=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D04BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D04BA is #D2FB45. Grayscale: #242424. Windows color (decimal): -13826886 or 12190765. OLE color: 12190765.
HSL color Cylindrical-coordinate representation of color #2D04BA: hue angle of 253.52º 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 #2D04BA is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 4 | 186 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.27 |
| HSL | 253.52º | 0.96% | 0.37% | - |
| HSV(B) | 253.52º | 0.98% | 0.73% | - |
| XYZ | 9.99 | 4.19 | 46.74 | - |
| YUV | 37.01 | 212.08 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 186 | 0.76 | 0.98 | 0 | 0.27 | 253.52 | 0.96 | 0.37 |
| Hex | 2D | 4 | BA | 4C | 62 | 0 | 1B | FE | 60 | 25 |
| Octal | 55 | 4 | 272 | 114 | 142 | 0 | 33 | 376 | 140 | 45 |
| Binary | 101101 | 100 | 10111010 | 1001100 | 1100010 | 0 | 11011 | 11111110 | 1100000 | 100101 |
Color Harmonies of #2D04BA
Complementary color
Monochromatic Colors of #2D04BA
Black with #2D04BA
Text Example
Text Example
White with #2D04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D04BA; }
p { color: rgb(45,4,186); }
H1.HeaderClassName
{
color: #2D04BA;
}
.AnyTagClassName
{
color: #2D04BA;
}
</style>
background-color css
<style>
a { background-color: #2D04BA; }
a { background-color: rgb(45,4,186); }
div.DivClassName
{
background-color: #2D04BA;
}
.BgClassName
{
background-color: #2D04BA;
}
</style>
border-color css
<style>
span { border-color: #2D04BA; }
span { border-color: rgb(45,4,186); }
td.TdClassName
{
border-color: #2D04BA;
}
.TagClassName
{
border-color: #2D04BA;
}
</style>