Shades of Persian Blue #222FCD
Tints of Persian Blue #222FCD
RGB
CMYK
RGB Variations
Color information
#222FCD (or 0x222FCD) is known color: Persian Blue. HEX triplet: 22, 2F and CD. RGB value is (34,47,205). Sum of RGB (Red+Green+Blue) = 34+47+205=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #222FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FCD is #DDD032. Grayscale: #3C3C3C. Windows color (decimal): -14536755 or 13446946. OLE color: 13446946.
HSL color Cylindrical-coordinate representation of color #222FCD: hue angle of 235.44º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222FCD is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 47 | 205 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.20 |
| HSL | 235.44º | 0.72% | 0.47% | - |
| HSV(B) | 235.44º | 0.83% | 0.8% | - |
| XYZ | 12.7 | 6.78 | 58.4 | - |
| YUV | 61.13 | 209.19 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 205 | 0.83 | 0.77 | 0 | 0.20 | 235.44 | 0.72 | 0.47 |
| Hex | 22 | 2F | CD | 53 | 4D | 0 | 14 | EB | 48 | 2F |
| Octal | 42 | 57 | 315 | 123 | 115 | 0 | 24 | 353 | 110 | 57 |
| Binary | 100010 | 101111 | 11001101 | 1010011 | 1001101 | 0 | 10100 | 11101011 | 1001000 | 101111 |
Color Harmonies of #222FCD
Complementary color
Monochromatic Colors of #222FCD
Black with #222FCD
Text Example
Text Example
White with #222FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FCD; }
p { color: rgb(34,47,205); }
H1.HeaderClassName
{
color: #222FCD;
}
.AnyTagClassName
{
color: #222FCD;
}
</style>
background-color css
<style>
a { background-color: #222FCD; }
a { background-color: rgb(34,47,205); }
div.DivClassName
{
background-color: #222FCD;
}
.BgClassName
{
background-color: #222FCD;
}
</style>
border-color css
<style>
span { border-color: #222FCD; }
span { border-color: rgb(34,47,205); }
td.TdClassName
{
border-color: #222FCD;
}
.TagClassName
{
border-color: #222FCD;
}
</style>