Shades of Medium Blue #2204E5
Tints of Medium Blue #2204E5
RGB
CMYK
RGB Variations
Color information
#2204E5 (or 0x2204E5) is known color: Medium Blue. HEX triplet: 22, 04 and E5. RGB value is (34,4,229). Sum of RGB (Red+Green+Blue) = 34+4+229=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 229 (89.84% from 255 or 85.77% from 267); Max value from RGB is 229 - color contains mainly: blue. Hex color #2204E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2204E5 is #DDFB1A. Grayscale: #252525. Windows color (decimal): -14547739 or 15008802. OLE color: 15008802.
HSL color Cylindrical-coordinate representation of color #2204E5: hue angle of 248º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2204E5 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 4 | 229 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.10 |
| HSL | 248º | 0.97% | 0.46% | - |
| HSV(B) | 248º | 0.98% | 0.9% | - |
| XYZ | 14.85 | 6.08 | 74.52 | - |
| YUV | 38.62 | 235.44 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 229 | 0.85 | 0.98 | 0 | 0.10 | 248 | 0.97 | 0.46 |
| Hex | 22 | 4 | E5 | 55 | 62 | 0 | A | F8 | 61 | 2E |
| Octal | 42 | 4 | 345 | 125 | 142 | 0 | 12 | 370 | 141 | 56 |
| Binary | 100010 | 100 | 11100101 | 1010101 | 1100010 | 0 | 1010 | 11111000 | 1100001 | 101110 |
Color Harmonies of #2204E5
Complementary color
Monochromatic Colors of #2204E5
Black with #2204E5
Text Example
Text Example
White with #2204E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2204E5; }
p { color: rgb(34,4,229); }
H1.HeaderClassName
{
color: #2204E5;
}
.AnyTagClassName
{
color: #2204E5;
}
</style>
background-color css
<style>
a { background-color: #2204E5; }
a { background-color: rgb(34,4,229); }
div.DivClassName
{
background-color: #2204E5;
}
.BgClassName
{
background-color: #2204E5;
}
</style>
border-color css
<style>
span { border-color: #2204E5; }
span { border-color: rgb(34,4,229); }
td.TdClassName
{
border-color: #2204E5;
}
.TagClassName
{
border-color: #2204E5;
}
</style>