Shades of Medium Blue #220EBA
Tints of Medium Blue #220EBA
RGB
CMYK
RGB Variations
Color information
#220EBA (or 0x220EBA) is known color: Medium Blue. HEX triplet: 22, 0E and BA. RGB value is (34,14,186). Sum of RGB (Red+Green+Blue) = 34+14+186=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #220EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220EBA is #DDF145. Grayscale: #262626. Windows color (decimal): -14545222 or 12193314. OLE color: 12193314.
HSL color Cylindrical-coordinate representation of color #220EBA: hue angle of 246.98º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220EBA is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 14 | 186 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.27 |
| HSL | 246.98º | 0.86% | 0.39% | - |
| HSV(B) | 246.98º | 0.92% | 0.73% | - |
| XYZ | 9.68 | 4.2 | 46.75 | - |
| YUV | 39.59 | 210.63 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 186 | 0.82 | 0.92 | 0 | 0.27 | 246.98 | 0.86 | 0.39 |
| Hex | 22 | E | BA | 52 | 5C | 0 | 1B | F7 | 56 | 27 |
| Octal | 42 | 16 | 272 | 122 | 134 | 0 | 33 | 367 | 126 | 47 |
| Binary | 100010 | 1110 | 10111010 | 1010010 | 1011100 | 0 | 11011 | 11110111 | 1010110 | 100111 |
Color Harmonies of #220EBA
Complementary color
Monochromatic Colors of #220EBA
Black with #220EBA
Text Example
Text Example
White with #220EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EBA; }
p { color: rgb(34,14,186); }
H1.HeaderClassName
{
color: #220EBA;
}
.AnyTagClassName
{
color: #220EBA;
}
</style>
background-color css
<style>
a { background-color: #220EBA; }
a { background-color: rgb(34,14,186); }
div.DivClassName
{
background-color: #220EBA;
}
.BgClassName
{
background-color: #220EBA;
}
</style>
border-color css
<style>
span { border-color: #220EBA; }
span { border-color: rgb(34,14,186); }
td.TdClassName
{
border-color: #220EBA;
}
.TagClassName
{
border-color: #220EBA;
}
</style>