Shades of Medium Blue #2214C0
Tints of Medium Blue #2214C0
RGB
CMYK
RGB Variations
Color information
#2214C0 (or 0x2214C0) is known color: Medium Blue. HEX triplet: 22, 14 and C0. RGB value is (34,20,192). Sum of RGB (Red+Green+Blue) = 34+20+192=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 192 (75.39% from 255 or 78.05% from 246); Max value from RGB is 192 - color contains mainly: blue. Hex color #2214C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2214C0 is #DDEB3F. Grayscale: #2B2B2B. Windows color (decimal): -14543680 or 12588066. OLE color: 12588066.
HSL color Cylindrical-coordinate representation of color #2214C0: hue angle of 244.88º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2214C0 is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 20 | 192 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.25 |
| HSL | 244.88º | 0.81% | 0.42% | - |
| HSV(B) | 244.88º | 0.9% | 0.75% | - |
| XYZ | 10.42 | 4.65 | 50.22 | - |
| YUV | 43.79 | 211.64 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 192 | 0.82 | 0.90 | 0 | 0.25 | 244.88 | 0.81 | 0.42 |
| Hex | 22 | 14 | C0 | 52 | 5A | 0 | 19 | F5 | 51 | 2A |
| Octal | 42 | 24 | 300 | 122 | 132 | 0 | 31 | 365 | 121 | 52 |
| Binary | 100010 | 10100 | 11000000 | 1010010 | 1011010 | 0 | 11001 | 11110101 | 1010001 | 101010 |
Color Harmonies of #2214C0
Complementary color
Monochromatic Colors of #2214C0
Black with #2214C0
Text Example
Text Example
White with #2214C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2214C0; }
p { color: rgb(34,20,192); }
H1.HeaderClassName
{
color: #2214C0;
}
.AnyTagClassName
{
color: #2214C0;
}
</style>
background-color css
<style>
a { background-color: #2214C0; }
a { background-color: rgb(34,20,192); }
div.DivClassName
{
background-color: #2214C0;
}
.BgClassName
{
background-color: #2214C0;
}
</style>
border-color css
<style>
span { border-color: #2214C0; }
span { border-color: rgb(34,20,192); }
td.TdClassName
{
border-color: #2214C0;
}
.TagClassName
{
border-color: #2214C0;
}
</style>