Shades of Medium Blue #2207BA
Tints of Medium Blue #2207BA
RGB
CMYK
RGB Variations
Color information
#2207BA (or 0x2207BA) is known color: Medium Blue. HEX triplet: 22, 07 and BA. RGB value is (34,7,186). Sum of RGB (Red+Green+Blue) = 34+7+186=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #2207BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2207BA is #DDF845. Grayscale: #222222. Windows color (decimal): -14547014 or 12191522. OLE color: 12191522.
HSL color Cylindrical-coordinate representation of color #2207BA: hue angle of 249.05º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2207BA is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 7 | 186 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.27 |
| HSL | 249.05º | 0.93% | 0.38% | - |
| HSV(B) | 249.05º | 0.96% | 0.73% | - |
| XYZ | 9.6 | 4.04 | 46.73 | - |
| YUV | 35.48 | 212.95 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 186 | 0.82 | 0.96 | 0 | 0.27 | 249.05 | 0.93 | 0.38 |
| Hex | 22 | 7 | BA | 52 | 60 | 0 | 1B | F9 | 5D | 26 |
| Octal | 42 | 7 | 272 | 122 | 140 | 0 | 33 | 371 | 135 | 46 |
| Binary | 100010 | 111 | 10111010 | 1010010 | 1100000 | 0 | 11011 | 11111001 | 1011101 | 100110 |
Color Harmonies of #2207BA
Complementary color
Monochromatic Colors of #2207BA
Black with #2207BA
Text Example
Text Example
White with #2207BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2207BA; }
p { color: rgb(34,7,186); }
H1.HeaderClassName
{
color: #2207BA;
}
.AnyTagClassName
{
color: #2207BA;
}
</style>
background-color css
<style>
a { background-color: #2207BA; }
a { background-color: rgb(34,7,186); }
div.DivClassName
{
background-color: #2207BA;
}
.BgClassName
{
background-color: #2207BA;
}
</style>
border-color css
<style>
span { border-color: #2207BA; }
span { border-color: rgb(34,7,186); }
td.TdClassName
{
border-color: #2207BA;
}
.TagClassName
{
border-color: #2207BA;
}
</style>