Shades of Medium Blue #2209BA
Tints of Medium Blue #2209BA
RGB
CMYK
RGB Variations
Color information
#2209BA (or 0x2209BA) is known color: Medium Blue. HEX triplet: 22, 09 and BA. RGB value is (34,9,186). Sum of RGB (Red+Green+Blue) = 34+9+186=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #2209BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2209BA is #DDF645. Grayscale: #232323. Windows color (decimal): -14546502 or 12192034. OLE color: 12192034.
HSL color Cylindrical-coordinate representation of color #2209BA: hue angle of 248.47º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2209BA is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 9 | 186 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.27 |
| HSL | 248.47º | 0.91% | 0.38% | - |
| HSV(B) | 248.47º | 0.95% | 0.73% | - |
| XYZ | 9.62 | 4.08 | 46.73 | - |
| YUV | 36.65 | 212.28 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 186 | 0.82 | 0.95 | 0 | 0.27 | 248.47 | 0.91 | 0.38 |
| Hex | 22 | 9 | BA | 52 | 5F | 0 | 1B | F8 | 5B | 26 |
| Octal | 42 | 11 | 272 | 122 | 137 | 0 | 33 | 370 | 133 | 46 |
| Binary | 100010 | 1001 | 10111010 | 1010010 | 1011111 | 0 | 11011 | 11111000 | 1011011 | 100110 |
Color Harmonies of #2209BA
Complementary color
Monochromatic Colors of #2209BA
Black with #2209BA
Text Example
Text Example
White with #2209BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2209BA; }
p { color: rgb(34,9,186); }
H1.HeaderClassName
{
color: #2209BA;
}
.AnyTagClassName
{
color: #2209BA;
}
</style>
background-color css
<style>
a { background-color: #2209BA; }
a { background-color: rgb(34,9,186); }
div.DivClassName
{
background-color: #2209BA;
}
.BgClassName
{
background-color: #2209BA;
}
</style>
border-color css
<style>
span { border-color: #2209BA; }
span { border-color: rgb(34,9,186); }
td.TdClassName
{
border-color: #2209BA;
}
.TagClassName
{
border-color: #2209BA;
}
</style>