Shades of Blue #2200FF
Tints of Blue #2200FF
RGB
CMYK
RGB Variations
Color information
#2200FF (or 0x2200FF) is known color: Blue. HEX triplet: 22, 00 and FF. RGB value is (34,0,255). Sum of RGB (Red+Green+Blue) = 34+0+255=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #2200FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2200FF is #DDFF00. Grayscale: #262626. Windows color (decimal): -14548737 or 16711714. OLE color: 16711714.
HSL color Cylindrical-coordinate representation of color #2200FF: hue angle of 248º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200FF is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 0 | 255 | - |
| CMYK | 0.87 | 1 | 0 | 0 |
| HSL | 248º | 1% | 0.5% | - |
| HSV(B) | 248º | 1% | 1% | - |
| XYZ | 18.71 | 7.56 | 95.08 | - |
| YUV | 39.24 | 249.76 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 255 | 0.87 | 1 | 0 | 0 | 248 | 1 | 0.5 |
| Hex | 22 | 0 | FF | 57 | 64 | 0 | 0 | F8 | 64 | 32 |
| Octal | 42 | 0 | 377 | 127 | 144 | 0 | 0 | 370 | 144 | 62 |
| Binary | 100010 | 0 | 11111111 | 1010111 | 1100100 | 0 | 0 | 11111000 | 1100100 | 110010 |
Color Harmonies of #2200FF
Complementary color
Monochromatic Colors of #2200FF
Black with #2200FF
Text Example
Text Example
White with #2200FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2200FF; }
p { color: rgb(34,0,255); }
H1.HeaderClassName
{
color: #2200FF;
}
.AnyTagClassName
{
color: #2200FF;
}
</style>
background-color css
<style>
a { background-color: #2200FF; }
a { background-color: rgb(34,0,255); }
div.DivClassName
{
background-color: #2200FF;
}
.BgClassName
{
background-color: #2200FF;
}
</style>
border-color css
<style>
span { border-color: #2200FF; }
span { border-color: rgb(34,0,255); }
td.TdClassName
{
border-color: #2200FF;
}
.TagClassName
{
border-color: #2200FF;
}
</style>