Shades of Persian Blue #222CDF
Tints of Persian Blue #222CDF
RGB
CMYK
RGB Variations
Color information
#222CDF (or 0x222CDF) is known color: Persian Blue. HEX triplet: 22, 2C and DF. RGB value is (34,44,223). Sum of RGB (Red+Green+Blue) = 34+44+223=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #222CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CDF is #DDD320. Grayscale: #3C3C3C. Windows color (decimal): -14537505 or 14625826. OLE color: 14625826.
HSL color Cylindrical-coordinate representation of color #222CDF: hue angle of 236.83º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222CDF is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 44 | 223 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.13 |
| HSL | 236.83º | 0.75% | 0.5% | - |
| HSV(B) | 236.83º | 0.85% | 0.87% | - |
| XYZ | 14.88 | 7.47 | 70.47 | - |
| YUV | 61.42 | 219.19 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 223 | 0.85 | 0.80 | 0 | 0.13 | 236.83 | 0.75 | 0.5 |
| Hex | 22 | 2C | DF | 55 | 50 | 0 | D | ED | 4B | 32 |
| Octal | 42 | 54 | 337 | 125 | 120 | 0 | 15 | 355 | 113 | 62 |
| Binary | 100010 | 101100 | 11011111 | 1010101 | 1010000 | 0 | 1101 | 11101101 | 1001011 | 110010 |
Color Harmonies of #222CDF
Complementary color
Monochromatic Colors of #222CDF
Black with #222CDF
Text Example
Text Example
White with #222CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CDF; }
p { color: rgb(34,44,223); }
H1.HeaderClassName
{
color: #222CDF;
}
.AnyTagClassName
{
color: #222CDF;
}
</style>
background-color css
<style>
a { background-color: #222CDF; }
a { background-color: rgb(34,44,223); }
div.DivClassName
{
background-color: #222CDF;
}
.BgClassName
{
background-color: #222CDF;
}
</style>
border-color css
<style>
span { border-color: #222CDF; }
span { border-color: rgb(34,44,223); }
td.TdClassName
{
border-color: #222CDF;
}
.TagClassName
{
border-color: #222CDF;
}
</style>