Shades of Medium Blue #2210E5
Tints of Medium Blue #2210E5
RGB
CMYK
RGB Variations
Color information
#2210E5 (or 0x2210E5) is known color: Medium Blue. HEX triplet: 22, 10 and E5. RGB value is (34,16,229). Sum of RGB (Red+Green+Blue) = 34+16+229=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 229 (89.84% from 255 or 82.08% from 279); Max value from RGB is 229 - color contains mainly: blue. Hex color #2210E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2210E5 is #DDEF1A. Grayscale: #2C2C2C. Windows color (decimal): -14544667 or 15011874. OLE color: 15011874.
HSL color Cylindrical-coordinate representation of color #2210E5: hue angle of 245.07º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2210E5 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 16 | 229 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.10 |
| HSL | 245.07º | 0.87% | 0.48% | - |
| HSV(B) | 245.07º | 0.93% | 0.9% | - |
| XYZ | 14.99 | 6.37 | 74.57 | - |
| YUV | 45.66 | 231.46 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 16 | 229 | 0.85 | 0.93 | 0 | 0.10 | 245.07 | 0.87 | 0.48 |
| Hex | 22 | 10 | E5 | 55 | 5D | 0 | A | F5 | 57 | 30 |
| Octal | 42 | 20 | 345 | 125 | 135 | 0 | 12 | 365 | 127 | 60 |
| Binary | 100010 | 10000 | 11100101 | 1010101 | 1011101 | 0 | 1010 | 11110101 | 1010111 | 110000 |
Color Harmonies of #2210E5
Complementary color
Monochromatic Colors of #2210E5
Black with #2210E5
Text Example
Text Example
White with #2210E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2210E5; }
p { color: rgb(34,16,229); }
H1.HeaderClassName
{
color: #2210E5;
}
.AnyTagClassName
{
color: #2210E5;
}
</style>
background-color css
<style>
a { background-color: #2210E5; }
a { background-color: rgb(34,16,229); }
div.DivClassName
{
background-color: #2210E5;
}
.BgClassName
{
background-color: #2210E5;
}
</style>
border-color css
<style>
span { border-color: #2210E5; }
span { border-color: rgb(34,16,229); }
td.TdClassName
{
border-color: #2210E5;
}
.TagClassName
{
border-color: #2210E5;
}
</style>