Shades of Persian Blue #221CC0
Tints of Persian Blue #221CC0
RGB
CMYK
RGB Variations
Color information
#221CC0 (or 0x221CC0) is known color: Persian Blue. HEX triplet: 22, 1C and C0. RGB value is (34,28,192). Sum of RGB (Red+Green+Blue) = 34+28+192=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #221CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CC0 is #DDE33F. Grayscale: #2F2F2F. Windows color (decimal): -14541632 or 12590114. OLE color: 12590114.
HSL color Cylindrical-coordinate representation of color #221CC0: hue angle of 242.2º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221CC0 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 28 | 192 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.25 |
| HSL | 242.2º | 0.75% | 0.43% | - |
| HSV(B) | 242.2º | 0.85% | 0.75% | - |
| XYZ | 10.59 | 4.98 | 50.27 | - |
| YUV | 48.49 | 208.99 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 192 | 0.82 | 0.85 | 0 | 0.25 | 242.2 | 0.75 | 0.43 |
| Hex | 22 | 1C | C0 | 52 | 55 | 0 | 19 | F2 | 4B | 2B |
| Octal | 42 | 34 | 300 | 122 | 125 | 0 | 31 | 362 | 113 | 53 |
| Binary | 100010 | 11100 | 11000000 | 1010010 | 1010101 | 0 | 11001 | 11110010 | 1001011 | 101011 |
Color Harmonies of #221CC0
Complementary color
Monochromatic Colors of #221CC0
Black with #221CC0
Text Example
Text Example
White with #221CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CC0; }
p { color: rgb(34,28,192); }
H1.HeaderClassName
{
color: #221CC0;
}
.AnyTagClassName
{
color: #221CC0;
}
</style>
background-color css
<style>
a { background-color: #221CC0; }
a { background-color: rgb(34,28,192); }
div.DivClassName
{
background-color: #221CC0;
}
.BgClassName
{
background-color: #221CC0;
}
</style>
border-color css
<style>
span { border-color: #221CC0; }
span { border-color: rgb(34,28,192); }
td.TdClassName
{
border-color: #221CC0;
}
.TagClassName
{
border-color: #221CC0;
}
</style>