Shades of Persian Blue #222BC7
Tints of Persian Blue #222BC7
RGB
CMYK
RGB Variations
Color information
#222BC7 (or 0x222BC7) is known color: Persian Blue. HEX triplet: 22, 2B and C7. RGB value is (34,43,199). Sum of RGB (Red+Green+Blue) = 34+43+199=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 199 (78.12% from 255 or 72.10% from 276); Max value from RGB is 199 - color contains mainly: blue. Hex color #222BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BC7 is #DDD438. Grayscale: #393939. Windows color (decimal): -14537785 or 13052706. OLE color: 13052706.
HSL color Cylindrical-coordinate representation of color #222BC7: hue angle of 236.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222BC7 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 43 | 199 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.22 |
| HSL | 236.73º | 0.71% | 0.46% | - |
| HSV(B) | 236.73º | 0.83% | 0.78% | - |
| XYZ | 11.83 | 6.19 | 54.6 | - |
| YUV | 58.09 | 207.52 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 199 | 0.83 | 0.78 | 0 | 0.22 | 236.73 | 0.71 | 0.46 |
| Hex | 22 | 2B | C7 | 53 | 4E | 0 | 16 | ED | 47 | 2E |
| Octal | 42 | 53 | 307 | 123 | 116 | 0 | 26 | 355 | 107 | 56 |
| Binary | 100010 | 101011 | 11000111 | 1010011 | 1001110 | 0 | 10110 | 11101101 | 1000111 | 101110 |
Color Harmonies of #222BC7
Complementary color
Monochromatic Colors of #222BC7
Black with #222BC7
Text Example
Text Example
White with #222BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BC7; }
p { color: rgb(34,43,199); }
H1.HeaderClassName
{
color: #222BC7;
}
.AnyTagClassName
{
color: #222BC7;
}
</style>
background-color css
<style>
a { background-color: #222BC7; }
a { background-color: rgb(34,43,199); }
div.DivClassName
{
background-color: #222BC7;
}
.BgClassName
{
background-color: #222BC7;
}
</style>
border-color css
<style>
span { border-color: #222BC7; }
span { border-color: rgb(34,43,199); }
td.TdClassName
{
border-color: #222BC7;
}
.TagClassName
{
border-color: #222BC7;
}
</style>