Shades of Medium Blue #220BBD
Tints of Medium Blue #220BBD
RGB
CMYK
RGB Variations
Color information
#220BBD (or 0x220BBD) is known color: Medium Blue. HEX triplet: 22, 0B and BD. RGB value is (34,11,189). Sum of RGB (Red+Green+Blue) = 34+11+189=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #220BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220BBD is #DDF442. Grayscale: #252525. Windows color (decimal): -14545987 or 12389154. OLE color: 12389154.
HSL color Cylindrical-coordinate representation of color #220BBD: hue angle of 247.75º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220BBD is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 11 | 189 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.26 |
| HSL | 247.75º | 0.89% | 0.39% | - |
| HSV(B) | 247.75º | 0.94% | 0.74% | - |
| XYZ | 9.96 | 4.25 | 48.44 | - |
| YUV | 38.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 189 | 0.82 | 0.94 | 0 | 0.26 | 247.75 | 0.89 | 0.39 |
| Hex | 22 | B | BD | 52 | 5E | 0 | 1A | F8 | 59 | 27 |
| Octal | 42 | 13 | 275 | 122 | 136 | 0 | 32 | 370 | 131 | 47 |
| Binary | 100010 | 1011 | 10111101 | 1010010 | 1011110 | 0 | 11010 | 11111000 | 1011001 | 100111 |
Color Harmonies of #220BBD
Complementary color
Monochromatic Colors of #220BBD
Black with #220BBD
Text Example
Text Example
White with #220BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BBD; }
p { color: rgb(34,11,189); }
H1.HeaderClassName
{
color: #220BBD;
}
.AnyTagClassName
{
color: #220BBD;
}
</style>
background-color css
<style>
a { background-color: #220BBD; }
a { background-color: rgb(34,11,189); }
div.DivClassName
{
background-color: #220BBD;
}
.BgClassName
{
background-color: #220BBD;
}
</style>
border-color css
<style>
span { border-color: #220BBD; }
span { border-color: rgb(34,11,189); }
td.TdClassName
{
border-color: #220BBD;
}
.TagClassName
{
border-color: #220BBD;
}
</style>