Shades of Blue #221FF3
Tints of Blue #221FF3
RGB
CMYK
RGB Variations
Color information
#221FF3 (or 0x221FF3) is known color: Blue. HEX triplet: 22, 1F and F3. RGB value is (34,31,243). Sum of RGB (Red+Green+Blue) = 34+31+243=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 243 (95.31% from 255 or 78.90% from 308); Max value from RGB is 243 - color contains mainly: blue. Hex color #221FF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221FF3 is #DDE00C. Grayscale: #373737. Windows color (decimal): -14540813 or 15933218. OLE color: 15933218.
HSL color Cylindrical-coordinate representation of color #221FF3: hue angle of 240.85º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221FF3 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 31 | 243 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.05 |
| HSL | 240.85º | 0.9% | 0.54% | - |
| HSV(B) | 240.85º | 0.87% | 0.95% | - |
| XYZ | 17.33 | 7.79 | 85.38 | - |
| YUV | 56.07 | 233.49 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 243 | 0.86 | 0.87 | 0 | 0.05 | 240.85 | 0.9 | 0.54 |
| Hex | 22 | 1F | F3 | 56 | 57 | 0 | 5 | F1 | 5A | 36 |
| Octal | 42 | 37 | 363 | 126 | 127 | 0 | 5 | 361 | 132 | 66 |
| Binary | 100010 | 11111 | 11110011 | 1010110 | 1010111 | 0 | 101 | 11110001 | 1011010 | 110110 |
Color Harmonies of #221FF3
Complementary color
Monochromatic Colors of #221FF3
Black with #221FF3
Text Example
Text Example
White with #221FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221FF3; }
p { color: rgb(34,31,243); }
H1.HeaderClassName
{
color: #221FF3;
}
.AnyTagClassName
{
color: #221FF3;
}
</style>
background-color css
<style>
a { background-color: #221FF3; }
a { background-color: rgb(34,31,243); }
div.DivClassName
{
background-color: #221FF3;
}
.BgClassName
{
background-color: #221FF3;
}
</style>
border-color css
<style>
span { border-color: #221FF3; }
span { border-color: rgb(34,31,243); }
td.TdClassName
{
border-color: #221FF3;
}
.TagClassName
{
border-color: #221FF3;
}
</style>