Shades of Persian Blue #221EC3
Tints of Persian Blue #221EC3
RGB
CMYK
RGB Variations
Color information
#221EC3 (or 0x221EC3) is known color: Persian Blue. HEX triplet: 22, 1E and C3. RGB value is (34,30,195). Sum of RGB (Red+Green+Blue) = 34+30+195=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 195 (76.56% from 255 or 75.29% from 259); Max value from RGB is 195 - color contains mainly: blue. Hex color #221EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221EC3 is #DDE13C. Grayscale: #313131. Windows color (decimal): -14541117 or 12787234. OLE color: 12787234.
HSL color Cylindrical-coordinate representation of color #221EC3: hue angle of 241.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221EC3 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 30 | 195 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.24 |
| HSL | 241.45º | 0.73% | 0.44% | - |
| HSV(B) | 241.45º | 0.85% | 0.76% | - |
| XYZ | 10.97 | 5.21 | 52.06 | - |
| YUV | 50.01 | 209.83 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 195 | 0.83 | 0.85 | 0 | 0.24 | 241.45 | 0.73 | 0.44 |
| Hex | 22 | 1E | C3 | 53 | 55 | 0 | 18 | F1 | 49 | 2C |
| Octal | 42 | 36 | 303 | 123 | 125 | 0 | 30 | 361 | 111 | 54 |
| Binary | 100010 | 11110 | 11000011 | 1010011 | 1010101 | 0 | 11000 | 11110001 | 1001001 | 101100 |
Color Harmonies of #221EC3
Complementary color
Monochromatic Colors of #221EC3
Black with #221EC3
Text Example
Text Example
White with #221EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221EC3; }
p { color: rgb(34,30,195); }
H1.HeaderClassName
{
color: #221EC3;
}
.AnyTagClassName
{
color: #221EC3;
}
</style>
background-color css
<style>
a { background-color: #221EC3; }
a { background-color: rgb(34,30,195); }
div.DivClassName
{
background-color: #221EC3;
}
.BgClassName
{
background-color: #221EC3;
}
</style>
border-color css
<style>
span { border-color: #221EC3; }
span { border-color: rgb(34,30,195); }
td.TdClassName
{
border-color: #221EC3;
}
.TagClassName
{
border-color: #221EC3;
}
</style>