Shades of Persian Blue #222DCA
Tints of Persian Blue #222DCA
RGB
CMYK
RGB Variations
Color information
#222DCA (or 0x222DCA) is known color: Persian Blue. HEX triplet: 22, 2D and CA. RGB value is (34,45,202). Sum of RGB (Red+Green+Blue) = 34+45+202=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #222DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DCA is #DDD235. Grayscale: #3A3A3A. Windows color (decimal): -14537270 or 13249826. OLE color: 13249826.
HSL color Cylindrical-coordinate representation of color #222DCA: hue angle of 236.07º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222DCA is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 45 | 202 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.21 |
| HSL | 236.07º | 0.71% | 0.46% | - |
| HSV(B) | 236.07º | 0.83% | 0.79% | - |
| XYZ | 12.26 | 6.48 | 56.48 | - |
| YUV | 59.61 | 208.36 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 202 | 0.83 | 0.78 | 0 | 0.21 | 236.07 | 0.71 | 0.46 |
| Hex | 22 | 2D | CA | 53 | 4E | 0 | 15 | EC | 47 | 2E |
| Octal | 42 | 55 | 312 | 123 | 116 | 0 | 25 | 354 | 107 | 56 |
| Binary | 100010 | 101101 | 11001010 | 1010011 | 1001110 | 0 | 10101 | 11101100 | 1000111 | 101110 |
Color Harmonies of #222DCA
Complementary color
Monochromatic Colors of #222DCA
Black with #222DCA
Text Example
Text Example
White with #222DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222DCA; }
p { color: rgb(34,45,202); }
H1.HeaderClassName
{
color: #222DCA;
}
.AnyTagClassName
{
color: #222DCA;
}
</style>
background-color css
<style>
a { background-color: #222DCA; }
a { background-color: rgb(34,45,202); }
div.DivClassName
{
background-color: #222DCA;
}
.BgClassName
{
background-color: #222DCA;
}
</style>
border-color css
<style>
span { border-color: #222DCA; }
span { border-color: rgb(34,45,202); }
td.TdClassName
{
border-color: #222DCA;
}
.TagClassName
{
border-color: #222DCA;
}
</style>