Shades of Persian Blue #222BC6
Tints of Persian Blue #222BC6
RGB
CMYK
RGB Variations
Color information
#222BC6 (or 0x222BC6) is known color: Persian Blue. HEX triplet: 22, 2B and C6. RGB value is (34,43,198). Sum of RGB (Red+Green+Blue) = 34+43+198=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 198 (77.73% from 255 or 72% from 275); Max value from RGB is 198 - color contains mainly: blue. Hex color #222BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BC6 is #DDD439. Grayscale: #393939. Windows color (decimal): -14537786 or 12987170. OLE color: 12987170.
HSL color Cylindrical-coordinate representation of color #222BC6: hue angle of 236.71º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222BC6 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 43 | 198 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.22 |
| HSL | 236.71º | 0.71% | 0.45% | - |
| HSV(B) | 236.71º | 0.83% | 0.78% | - |
| XYZ | 11.72 | 6.15 | 53.99 | - |
| YUV | 57.98 | 207.02 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 198 | 0.83 | 0.78 | 0 | 0.22 | 236.71 | 0.71 | 0.45 |
| Hex | 22 | 2B | C6 | 53 | 4E | 0 | 16 | ED | 47 | 2D |
| Octal | 42 | 53 | 306 | 123 | 116 | 0 | 26 | 355 | 107 | 55 |
| Binary | 100010 | 101011 | 11000110 | 1010011 | 1001110 | 0 | 10110 | 11101101 | 1000111 | 101101 |
Color Harmonies of #222BC6
Complementary color
Monochromatic Colors of #222BC6
Black with #222BC6
Text Example
Text Example
White with #222BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BC6; }
p { color: rgb(34,43,198); }
H1.HeaderClassName
{
color: #222BC6;
}
.AnyTagClassName
{
color: #222BC6;
}
</style>
background-color css
<style>
a { background-color: #222BC6; }
a { background-color: rgb(34,43,198); }
div.DivClassName
{
background-color: #222BC6;
}
.BgClassName
{
background-color: #222BC6;
}
</style>
border-color css
<style>
span { border-color: #222BC6; }
span { border-color: rgb(34,43,198); }
td.TdClassName
{
border-color: #222BC6;
}
.TagClassName
{
border-color: #222BC6;
}
</style>