Shades of Persian Blue #222BD6
Tints of Persian Blue #222BD6
RGB
CMYK
RGB Variations
Color information
#222BD6 (or 0x222BD6) is known color: Persian Blue. HEX triplet: 22, 2B and D6. RGB value is (34,43,214). Sum of RGB (Red+Green+Blue) = 34+43+214=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 214 (83.98% from 255 or 73.54% from 291); Max value from RGB is 214 - color contains mainly: blue. Hex color #222BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BD6 is #DDD429. Grayscale: #3B3B3B. Windows color (decimal): -14537770 or 14035746. OLE color: 14035746.
HSL color Cylindrical-coordinate representation of color #222BD6: hue angle of 237º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222BD6 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 43 | 214 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.16 |
| HSL | 237º | 0.73% | 0.49% | - |
| HSV(B) | 237º | 0.84% | 0.84% | - |
| XYZ | 13.66 | 6.92 | 64.23 | - |
| YUV | 59.8 | 215.02 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 214 | 0.84 | 0.80 | 0 | 0.16 | 237 | 0.73 | 0.49 |
| Hex | 22 | 2B | D6 | 54 | 50 | 0 | 10 | ED | 49 | 31 |
| Octal | 42 | 53 | 326 | 124 | 120 | 0 | 20 | 355 | 111 | 61 |
| Binary | 100010 | 101011 | 11010110 | 1010100 | 1010000 | 0 | 10000 | 11101101 | 1001001 | 110001 |
Color Harmonies of #222BD6
Complementary color
Monochromatic Colors of #222BD6
Black with #222BD6
Text Example
Text Example
White with #222BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BD6; }
p { color: rgb(34,43,214); }
H1.HeaderClassName
{
color: #222BD6;
}
.AnyTagClassName
{
color: #222BD6;
}
</style>
background-color css
<style>
a { background-color: #222BD6; }
a { background-color: rgb(34,43,214); }
div.DivClassName
{
background-color: #222BD6;
}
.BgClassName
{
background-color: #222BD6;
}
</style>
border-color css
<style>
span { border-color: #222BD6; }
span { border-color: rgb(34,43,214); }
td.TdClassName
{
border-color: #222BD6;
}
.TagClassName
{
border-color: #222BD6;
}
</style>