Shades of Medium Blue #2211BC
Tints of Medium Blue #2211BC
RGB
CMYK
RGB Variations
Color information
#2211BC (or 0x2211BC) is known color: Medium Blue. HEX triplet: 22, 11 and BC. RGB value is (34,17,188). Sum of RGB (Red+Green+Blue) = 34+17+188=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #2211BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2211BC is #DDEE43. Grayscale: #282828. Windows color (decimal): -14544452 or 12325154. OLE color: 12325154.
HSL color Cylindrical-coordinate representation of color #2211BC: hue angle of 245.96º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2211BC is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 17 | 188 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.26 |
| HSL | 245.96º | 0.83% | 0.4% | - |
| HSV(B) | 245.96º | 0.91% | 0.74% | - |
| XYZ | 9.94 | 4.37 | 47.9 | - |
| YUV | 41.58 | 210.63 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 188 | 0.82 | 0.91 | 0 | 0.26 | 245.96 | 0.83 | 0.4 |
| Hex | 22 | 11 | BC | 52 | 5B | 0 | 1A | F6 | 53 | 28 |
| Octal | 42 | 21 | 274 | 122 | 133 | 0 | 32 | 366 | 123 | 50 |
| Binary | 100010 | 10001 | 10111100 | 1010010 | 1011011 | 0 | 11010 | 11110110 | 1010011 | 101000 |
Color Harmonies of #2211BC
Complementary color
Monochromatic Colors of #2211BC
Black with #2211BC
Text Example
Text Example
White with #2211BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2211BC; }
p { color: rgb(34,17,188); }
H1.HeaderClassName
{
color: #2211BC;
}
.AnyTagClassName
{
color: #2211BC;
}
</style>
background-color css
<style>
a { background-color: #2211BC; }
a { background-color: rgb(34,17,188); }
div.DivClassName
{
background-color: #2211BC;
}
.BgClassName
{
background-color: #2211BC;
}
</style>
border-color css
<style>
span { border-color: #2211BC; }
span { border-color: rgb(34,17,188); }
td.TdClassName
{
border-color: #2211BC;
}
.TagClassName
{
border-color: #2211BC;
}
</style>