Shades of Persian Blue #222BCF
Tints of Persian Blue #222BCF
RGB
CMYK
RGB Variations
Color information
#222BCF (or 0x222BCF) is known color: Persian Blue. HEX triplet: 22, 2B and CF. RGB value is (34,43,207). Sum of RGB (Red+Green+Blue) = 34+43+207=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #222BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BCF is #DDD430. Grayscale: #3A3A3A. Windows color (decimal): -14537777 or 13576994. OLE color: 13576994.
HSL color Cylindrical-coordinate representation of color #222BCF: hue angle of 236.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #222BCF is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 43 | 207 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.19 |
| HSL | 236.88º | 0.72% | 0.47% | - |
| HSV(B) | 236.88º | 0.84% | 0.81% | - |
| XYZ | 12.79 | 6.57 | 59.63 | - |
| YUV | 59.01 | 211.52 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 207 | 0.84 | 0.79 | 0 | 0.19 | 236.88 | 0.72 | 0.47 |
| Hex | 22 | 2B | CF | 54 | 4F | 0 | 13 | ED | 48 | 2F |
| Octal | 42 | 53 | 317 | 124 | 117 | 0 | 23 | 355 | 110 | 57 |
| Binary | 100010 | 101011 | 11001111 | 1010100 | 1001111 | 0 | 10011 | 11101101 | 1001000 | 101111 |
Color Harmonies of #222BCF
Complementary color
Monochromatic Colors of #222BCF
Black with #222BCF
Text Example
Text Example
White with #222BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BCF; }
p { color: rgb(34,43,207); }
H1.HeaderClassName
{
color: #222BCF;
}
.AnyTagClassName
{
color: #222BCF;
}
</style>
background-color css
<style>
a { background-color: #222BCF; }
a { background-color: rgb(34,43,207); }
div.DivClassName
{
background-color: #222BCF;
}
.BgClassName
{
background-color: #222BCF;
}
</style>
border-color css
<style>
span { border-color: #222BCF; }
span { border-color: rgb(34,43,207); }
td.TdClassName
{
border-color: #222BCF;
}
.TagClassName
{
border-color: #222BCF;
}
</style>