Shades of Medium Blue #2104BA
Tints of Medium Blue #2104BA
RGB
CMYK
RGB Variations
Color information
#2104BA (or 0x2104BA) is known color: Medium Blue. HEX triplet: 21, 04 and BA. RGB value is (33,4,186). Sum of RGB (Red+Green+Blue) = 33+4+186=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #2104BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2104BA is #DEFB45. Grayscale: #202020. Windows color (decimal): -14613318 or 12190753. OLE color: 12190753.
HSL color Cylindrical-coordinate representation of color #2104BA: hue angle of 249.56º 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 #2104BA is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 4 | 186 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.27 |
| HSL | 249.56º | 0.96% | 0.37% | - |
| HSV(B) | 249.56º | 0.98% | 0.73% | - |
| XYZ | 9.53 | 3.96 | 46.72 | - |
| YUV | 33.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 186 | 0.82 | 0.98 | 0 | 0.27 | 249.56 | 0.96 | 0.37 |
| Hex | 21 | 4 | BA | 52 | 62 | 0 | 1B | FA | 60 | 25 |
| Octal | 41 | 4 | 272 | 122 | 142 | 0 | 33 | 372 | 140 | 45 |
| Binary | 100001 | 100 | 10111010 | 1010010 | 1100010 | 0 | 11011 | 11111010 | 1100000 | 100101 |
Color Harmonies of #2104BA
Complementary color
Monochromatic Colors of #2104BA
Black with #2104BA
Text Example
Text Example
White with #2104BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2104BA; }
p { color: rgb(33,4,186); }
H1.HeaderClassName
{
color: #2104BA;
}
.AnyTagClassName
{
color: #2104BA;
}
</style>
background-color css
<style>
a { background-color: #2104BA; }
a { background-color: rgb(33,4,186); }
div.DivClassName
{
background-color: #2104BA;
}
.BgClassName
{
background-color: #2104BA;
}
</style>
border-color css
<style>
span { border-color: #2104BA; }
span { border-color: rgb(33,4,186); }
td.TdClassName
{
border-color: #2104BA;
}
.TagClassName
{
border-color: #2104BA;
}
</style>