Shades of Medium Blue #2212B9
Tints of Medium Blue #2212B9
RGB
CMYK
RGB Variations
Color information
#2212B9 (or 0x2212B9) is known color: Medium Blue. HEX triplet: 22, 12 and B9. RGB value is (34,18,185). Sum of RGB (Red+Green+Blue) = 34+18+185=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 185 (72.66% from 255 or 78.06% from 237); Max value from RGB is 185 - color contains mainly: blue. Hex color #2212B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2212B9 is #DDED46. Grayscale: #292929. Windows color (decimal): -14544199 or 12128802. OLE color: 12128802.
HSL color Cylindrical-coordinate representation of color #2212B9: hue angle of 245.75º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2212B9 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 18 | 185 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.27 |
| HSL | 245.75º | 0.82% | 0.4% | - |
| HSV(B) | 245.75º | 0.9% | 0.73% | - |
| XYZ | 9.63 | 4.28 | 46.22 | - |
| YUV | 41.82 | 208.8 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 185 | 0.82 | 0.90 | 0 | 0.27 | 245.75 | 0.82 | 0.4 |
| Hex | 22 | 12 | B9 | 52 | 5A | 0 | 1B | F6 | 52 | 28 |
| Octal | 42 | 22 | 271 | 122 | 132 | 0 | 33 | 366 | 122 | 50 |
| Binary | 100010 | 10010 | 10111001 | 1010010 | 1011010 | 0 | 11011 | 11110110 | 1010010 | 101000 |
Color Harmonies of #2212B9
Complementary color
Monochromatic Colors of #2212B9
Black with #2212B9
Text Example
Text Example
White with #2212B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2212B9; }
p { color: rgb(34,18,185); }
H1.HeaderClassName
{
color: #2212B9;
}
.AnyTagClassName
{
color: #2212B9;
}
</style>
background-color css
<style>
a { background-color: #2212B9; }
a { background-color: rgb(34,18,185); }
div.DivClassName
{
background-color: #2212B9;
}
.BgClassName
{
background-color: #2212B9;
}
</style>
border-color css
<style>
span { border-color: #2212B9; }
span { border-color: rgb(34,18,185); }
td.TdClassName
{
border-color: #2212B9;
}
.TagClassName
{
border-color: #2212B9;
}
</style>