Shades of Medium Blue #2210BA
Tints of Medium Blue #2210BA
RGB
CMYK
RGB Variations
Color information
#2210BA (or 0x2210BA) is known color: Medium Blue. HEX triplet: 22, 10 and BA. RGB value is (34,16,186). Sum of RGB (Red+Green+Blue) = 34+16+186=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #2210BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2210BA is #DDEF45. Grayscale: #282828. Windows color (decimal): -14544710 or 12193826. OLE color: 12193826.
HSL color Cylindrical-coordinate representation of color #2210BA: hue angle of 246.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2210BA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 16 | 186 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.27 |
| HSL | 246.35º | 0.84% | 0.4% | - |
| HSV(B) | 246.35º | 0.91% | 0.73% | - |
| XYZ | 9.71 | 4.26 | 46.76 | - |
| YUV | 40.76 | 209.96 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 186 | 0.82 | 0.91 | 0 | 0.27 | 246.35 | 0.84 | 0.4 |
| Hex | 22 | 10 | BA | 52 | 5B | 0 | 1B | F6 | 54 | 28 |
| Octal | 42 | 20 | 272 | 122 | 133 | 0 | 33 | 366 | 124 | 50 |
| Binary | 100010 | 10000 | 10111010 | 1010010 | 1011011 | 0 | 11011 | 11110110 | 1010100 | 101000 |
Color Harmonies of #2210BA
Complementary color
Monochromatic Colors of #2210BA
Black with #2210BA
Text Example
Text Example
White with #2210BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2210BA; }
p { color: rgb(34,16,186); }
H1.HeaderClassName
{
color: #2210BA;
}
.AnyTagClassName
{
color: #2210BA;
}
</style>
background-color css
<style>
a { background-color: #2210BA; }
a { background-color: rgb(34,16,186); }
div.DivClassName
{
background-color: #2210BA;
}
.BgClassName
{
background-color: #2210BA;
}
</style>
border-color css
<style>
span { border-color: #2210BA; }
span { border-color: rgb(34,16,186); }
td.TdClassName
{
border-color: #2210BA;
}
.TagClassName
{
border-color: #2210BA;
}
</style>