Shades of Medium Blue #220BBB
Tints of Medium Blue #220BBB
RGB
CMYK
RGB Variations
Color information
#220BBB (or 0x220BBB) is known color: Medium Blue. HEX triplet: 22, 0B and BB. RGB value is (34,11,187). Sum of RGB (Red+Green+Blue) = 34+11+187=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #220BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BBB is #DDF444. Grayscale: #252525. Windows color (decimal): -14545989 or 12258082. OLE color: 12258082.
HSL color Cylindrical-coordinate representation of color #220BBB: hue angle of 247.84º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220BBB is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 11 | 187 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.27 |
| HSL | 247.84º | 0.89% | 0.39% | - |
| HSV(B) | 247.84º | 0.94% | 0.73% | - |
| XYZ | 9.75 | 4.17 | 47.3 | - |
| YUV | 37.94 | 212.12 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 187 | 0.82 | 0.94 | 0 | 0.27 | 247.84 | 0.89 | 0.39 |
| Hex | 22 | B | BB | 52 | 5E | 0 | 1B | F8 | 59 | 27 |
| Octal | 42 | 13 | 273 | 122 | 136 | 0 | 33 | 370 | 131 | 47 |
| Binary | 100010 | 1011 | 10111011 | 1010010 | 1011110 | 0 | 11011 | 11111000 | 1011001 | 100111 |
Color Harmonies of #220BBB
Complementary color
Monochromatic Colors of #220BBB
Black with #220BBB
Text Example
Text Example
White with #220BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BBB; }
p { color: rgb(34,11,187); }
H1.HeaderClassName
{
color: #220BBB;
}
.AnyTagClassName
{
color: #220BBB;
}
</style>
background-color css
<style>
a { background-color: #220BBB; }
a { background-color: rgb(34,11,187); }
div.DivClassName
{
background-color: #220BBB;
}
.BgClassName
{
background-color: #220BBB;
}
</style>
border-color css
<style>
span { border-color: #220BBB; }
span { border-color: rgb(34,11,187); }
td.TdClassName
{
border-color: #220BBB;
}
.TagClassName
{
border-color: #220BBB;
}
</style>