Shades of Persian Blue #222ECD
Tints of Persian Blue #222ECD
RGB
CMYK
RGB Variations
Color information
#222ECD (or 0x222ECD) is known color: Persian Blue. HEX triplet: 22, 2E and CD. RGB value is (34,46,205). Sum of RGB (Red+Green+Blue) = 34+46+205=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #222ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ECD is #DDD132. Grayscale: #3B3B3B. Windows color (decimal): -14537011 or 13446690. OLE color: 13446690.
HSL color Cylindrical-coordinate representation of color #222ECD: hue angle of 235.79º 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 #222ECD is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 46 | 205 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.20 |
| HSL | 235.79º | 0.72% | 0.47% | - |
| HSV(B) | 235.79º | 0.83% | 0.8% | - |
| XYZ | 12.66 | 6.7 | 58.38 | - |
| YUV | 60.54 | 209.52 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 205 | 0.83 | 0.78 | 0 | 0.20 | 235.79 | 0.72 | 0.47 |
| Hex | 22 | 2E | CD | 53 | 4E | 0 | 14 | EC | 48 | 2F |
| Octal | 42 | 56 | 315 | 123 | 116 | 0 | 24 | 354 | 110 | 57 |
| Binary | 100010 | 101110 | 11001101 | 1010011 | 1001110 | 0 | 10100 | 11101100 | 1001000 | 101111 |
Color Harmonies of #222ECD
Complementary color
Monochromatic Colors of #222ECD
Black with #222ECD
Text Example
Text Example
White with #222ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222ECD; }
p { color: rgb(34,46,205); }
H1.HeaderClassName
{
color: #222ECD;
}
.AnyTagClassName
{
color: #222ECD;
}
</style>
background-color css
<style>
a { background-color: #222ECD; }
a { background-color: rgb(34,46,205); }
div.DivClassName
{
background-color: #222ECD;
}
.BgClassName
{
background-color: #222ECD;
}
</style>
border-color css
<style>
span { border-color: #222ECD; }
span { border-color: rgb(34,46,205); }
td.TdClassName
{
border-color: #222ECD;
}
.TagClassName
{
border-color: #222ECD;
}
</style>