Shades of Medium Blue #220BBA
Tints of Medium Blue #220BBA
RGB
CMYK
RGB Variations
Color information
#220BBA (or 0x220BBA) is known color: Medium Blue. HEX triplet: 22, 0B and BA. RGB value is (34,11,186). Sum of RGB (Red+Green+Blue) = 34+11+186=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #220BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BBA is #DDF445. Grayscale: #252525. Windows color (decimal): -14545990 or 12192546. OLE color: 12192546.
HSL color Cylindrical-coordinate representation of color #220BBA: hue angle of 247.89º 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 #220BBA is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 11 | 186 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.27 |
| HSL | 247.89º | 0.89% | 0.39% | - |
| HSV(B) | 247.89º | 0.94% | 0.73% | - |
| XYZ | 9.64 | 4.12 | 46.74 | - |
| YUV | 37.83 | 211.62 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 186 | 0.82 | 0.94 | 0 | 0.27 | 247.89 | 0.89 | 0.39 |
| Hex | 22 | B | BA | 52 | 5E | 0 | 1B | F8 | 59 | 27 |
| Octal | 42 | 13 | 272 | 122 | 136 | 0 | 33 | 370 | 131 | 47 |
| Binary | 100010 | 1011 | 10111010 | 1010010 | 1011110 | 0 | 11011 | 11111000 | 1011001 | 100111 |
Color Harmonies of #220BBA
Complementary color
Monochromatic Colors of #220BBA
Black with #220BBA
Text Example
Text Example
White with #220BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BBA; }
p { color: rgb(34,11,186); }
H1.HeaderClassName
{
color: #220BBA;
}
.AnyTagClassName
{
color: #220BBA;
}
</style>
background-color css
<style>
a { background-color: #220BBA; }
a { background-color: rgb(34,11,186); }
div.DivClassName
{
background-color: #220BBA;
}
.BgClassName
{
background-color: #220BBA;
}
</style>
border-color css
<style>
span { border-color: #220BBA; }
span { border-color: rgb(34,11,186); }
td.TdClassName
{
border-color: #220BBA;
}
.TagClassName
{
border-color: #220BBA;
}
</style>