Shades of Medium Blue #2210BB
Tints of Medium Blue #2210BB
RGB
CMYK
RGB Variations
Color information
#2210BB (or 0x2210BB) is known color: Medium Blue. HEX triplet: 22, 10 and BB. RGB value is (34,16,187). Sum of RGB (Red+Green+Blue) = 34+16+187=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #2210BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2210BB is #DDEF44. Grayscale: #282828. Windows color (decimal): -14544709 or 12259362. OLE color: 12259362.
HSL color Cylindrical-coordinate representation of color #2210BB: hue angle of 246.32º 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 #2210BB is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 16 | 187 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.27 |
| HSL | 246.32º | 0.84% | 0.4% | - |
| HSV(B) | 246.32º | 0.91% | 0.73% | - |
| XYZ | 9.81 | 4.3 | 47.33 | - |
| YUV | 40.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 187 | 0.82 | 0.91 | 0 | 0.27 | 246.32 | 0.84 | 0.4 |
| Hex | 22 | 10 | BB | 52 | 5B | 0 | 1B | F6 | 54 | 28 |
| Octal | 42 | 20 | 273 | 122 | 133 | 0 | 33 | 366 | 124 | 50 |
| Binary | 100010 | 10000 | 10111011 | 1010010 | 1011011 | 0 | 11011 | 11110110 | 1010100 | 101000 |
Color Harmonies of #2210BB
Complementary color
Monochromatic Colors of #2210BB
Black with #2210BB
Text Example
Text Example
White with #2210BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2210BB; }
p { color: rgb(34,16,187); }
H1.HeaderClassName
{
color: #2210BB;
}
.AnyTagClassName
{
color: #2210BB;
}
</style>
background-color css
<style>
a { background-color: #2210BB; }
a { background-color: rgb(34,16,187); }
div.DivClassName
{
background-color: #2210BB;
}
.BgClassName
{
background-color: #2210BB;
}
</style>
border-color css
<style>
span { border-color: #2210BB; }
span { border-color: rgb(34,16,187); }
td.TdClassName
{
border-color: #2210BB;
}
.TagClassName
{
border-color: #2210BB;
}
</style>