Shades of Medium Blue #2214C5
Tints of Medium Blue #2214C5
RGB
CMYK
RGB Variations
Color information
#2214C5 (or 0x2214C5) is known color: Medium Blue. HEX triplet: 22, 14 and C5. RGB value is (34,20,197). Sum of RGB (Red+Green+Blue) = 34+20+197=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 197 (77.34% from 255 or 78.49% from 251); Max value from RGB is 197 - color contains mainly: blue. Hex color #2214C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2214C5 is #DDEB3A. Grayscale: #2B2B2B. Windows color (decimal): -14543675 or 12915746. OLE color: 12915746.
HSL color Cylindrical-coordinate representation of color #2214C5: hue angle of 244.75º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2214C5 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 20 | 197 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.23 |
| HSL | 244.75º | 0.82% | 0.43% | - |
| HSV(B) | 244.75º | 0.9% | 0.77% | - |
| XYZ | 10.99 | 4.87 | 53.18 | - |
| YUV | 44.36 | 214.14 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 197 | 0.83 | 0.90 | 0 | 0.23 | 244.75 | 0.82 | 0.43 |
| Hex | 22 | 14 | C5 | 53 | 5A | 0 | 17 | F5 | 52 | 2B |
| Octal | 42 | 24 | 305 | 123 | 132 | 0 | 27 | 365 | 122 | 53 |
| Binary | 100010 | 10100 | 11000101 | 1010011 | 1011010 | 0 | 10111 | 11110101 | 1010010 | 101011 |
Color Harmonies of #2214C5
Complementary color
Monochromatic Colors of #2214C5
Black with #2214C5
Text Example
Text Example
White with #2214C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2214C5; }
p { color: rgb(34,20,197); }
H1.HeaderClassName
{
color: #2214C5;
}
.AnyTagClassName
{
color: #2214C5;
}
</style>
background-color css
<style>
a { background-color: #2214C5; }
a { background-color: rgb(34,20,197); }
div.DivClassName
{
background-color: #2214C5;
}
.BgClassName
{
background-color: #2214C5;
}
</style>
border-color css
<style>
span { border-color: #2214C5; }
span { border-color: rgb(34,20,197); }
td.TdClassName
{
border-color: #2214C5;
}
.TagClassName
{
border-color: #2214C5;
}
</style>