Shades of Medium Blue #2212DA
Tints of Medium Blue #2212DA
RGB
CMYK
RGB Variations
Color information
#2212DA (or 0x2212DA) is known color: Medium Blue. HEX triplet: 22, 12 and DA. RGB value is (34,18,218). Sum of RGB (Red+Green+Blue) = 34+18+218=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 218 (85.55% from 255 or 80.74% from 270); Max value from RGB is 218 - color contains mainly: blue. Hex color #2212DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2212DA is #DDED25. Grayscale: #2C2C2C. Windows color (decimal): -14544166 or 14291490. OLE color: 14291490.
HSL color Cylindrical-coordinate representation of color #2212DA: hue angle of 244.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2212DA is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 18 | 218 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.15 |
| HSL | 244.8º | 0.85% | 0.46% | - |
| HSV(B) | 244.8º | 0.92% | 0.85% | - |
| XYZ | 13.53 | 5.83 | 66.74 | - |
| YUV | 45.58 | 225.3 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 218 | 0.84 | 0.92 | 0 | 0.15 | 244.8 | 0.85 | 0.46 |
| Hex | 22 | 12 | DA | 54 | 5C | 0 | F | F5 | 55 | 2E |
| Octal | 42 | 22 | 332 | 124 | 134 | 0 | 17 | 365 | 125 | 56 |
| Binary | 100010 | 10010 | 11011010 | 1010100 | 1011100 | 0 | 1111 | 11110101 | 1010101 | 101110 |
Color Harmonies of #2212DA
Complementary color
Monochromatic Colors of #2212DA
Black with #2212DA
Text Example
Text Example
White with #2212DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2212DA; }
p { color: rgb(34,18,218); }
H1.HeaderClassName
{
color: #2212DA;
}
.AnyTagClassName
{
color: #2212DA;
}
</style>
background-color css
<style>
a { background-color: #2212DA; }
a { background-color: rgb(34,18,218); }
div.DivClassName
{
background-color: #2212DA;
}
.BgClassName
{
background-color: #2212DA;
}
</style>
border-color css
<style>
span { border-color: #2212DA; }
span { border-color: rgb(34,18,218); }
td.TdClassName
{
border-color: #2212DA;
}
.TagClassName
{
border-color: #2212DA;
}
</style>