Shades of Medium Blue #2206BD
Tints of Medium Blue #2206BD
RGB
CMYK
RGB Variations
Color information
#2206BD (or 0x2206BD) is known color: Medium Blue. HEX triplet: 22, 06 and BD. RGB value is (34,6,189). Sum of RGB (Red+Green+Blue) = 34+6+189=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #2206BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2206BD is #DDF942. Grayscale: #222222. Windows color (decimal): -14547267 or 12387874. OLE color: 12387874.
HSL color Cylindrical-coordinate representation of color #2206BD: hue angle of 249.18º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2206BD is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 6 | 189 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.26 |
| HSL | 249.18º | 0.94% | 0.38% | - |
| HSV(B) | 249.18º | 0.97% | 0.74% | - |
| XYZ | 9.91 | 4.14 | 48.42 | - |
| YUV | 35.23 | 214.78 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 189 | 0.82 | 0.97 | 0 | 0.26 | 249.18 | 0.94 | 0.38 |
| Hex | 22 | 6 | BD | 52 | 61 | 0 | 1A | F9 | 5E | 26 |
| Octal | 42 | 6 | 275 | 122 | 141 | 0 | 32 | 371 | 136 | 46 |
| Binary | 100010 | 110 | 10111101 | 1010010 | 1100001 | 0 | 11010 | 11111001 | 1011110 | 100110 |
Color Harmonies of #2206BD
Complementary color
Monochromatic Colors of #2206BD
Black with #2206BD
Text Example
Text Example
White with #2206BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2206BD; }
p { color: rgb(34,6,189); }
H1.HeaderClassName
{
color: #2206BD;
}
.AnyTagClassName
{
color: #2206BD;
}
</style>
background-color css
<style>
a { background-color: #2206BD; }
a { background-color: rgb(34,6,189); }
div.DivClassName
{
background-color: #2206BD;
}
.BgClassName
{
background-color: #2206BD;
}
</style>
border-color css
<style>
span { border-color: #2206BD; }
span { border-color: rgb(34,6,189); }
td.TdClassName
{
border-color: #2206BD;
}
.TagClassName
{
border-color: #2206BD;
}
</style>