Shades of Blue #2211FF
Tints of Blue #2211FF
RGB
CMYK
RGB Variations
Color information
#2211FF (or 0x2211FF) is known color: Blue. HEX triplet: 22, 11 and FF. RGB value is (34,17,255). Sum of RGB (Red+Green+Blue) = 34+17+255=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #2211FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2211FF is #DDEE00. Grayscale: #303030. Windows color (decimal): -14544385 or 16716066. OLE color: 16716066.
HSL color Cylindrical-coordinate representation of color #2211FF: hue angle of 244.29º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2211FF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 17 | 255 | - |
| CMYK | 0.87 | 0.93 | 0 | 0 |
| HSL | 244.29º | 1% | 0.53% | - |
| HSV(B) | 244.29º | 0.93% | 1% | - |
| XYZ | 18.91 | 7.96 | 95.15 | - |
| YUV | 49.22 | 244.13 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 255 | 0.87 | 0.93 | 0 | 0 | 244.29 | 1 | 0.53 |
| Hex | 22 | 11 | FF | 57 | 5D | 0 | 0 | F4 | 64 | 35 |
| Octal | 42 | 21 | 377 | 127 | 135 | 0 | 0 | 364 | 144 | 65 |
| Binary | 100010 | 10001 | 11111111 | 1010111 | 1011101 | 0 | 0 | 11110100 | 1100100 | 110101 |
Color Harmonies of #2211FF
Complementary color
Monochromatic Colors of #2211FF
Black with #2211FF
Text Example
Text Example
White with #2211FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2211FF; }
p { color: rgb(34,17,255); }
H1.HeaderClassName
{
color: #2211FF;
}
.AnyTagClassName
{
color: #2211FF;
}
</style>
background-color css
<style>
a { background-color: #2211FF; }
a { background-color: rgb(34,17,255); }
div.DivClassName
{
background-color: #2211FF;
}
.BgClassName
{
background-color: #2211FF;
}
</style>
border-color css
<style>
span { border-color: #2211FF; }
span { border-color: rgb(34,17,255); }
td.TdClassName
{
border-color: #2211FF;
}
.TagClassName
{
border-color: #2211FF;
}
</style>