Shades of Persian Blue #222FCB
Tints of Persian Blue #222FCB
RGB
CMYK
RGB Variations
Color information
#222FCB (or 0x222FCB) is known color: Persian Blue. HEX triplet: 22, 2F and CB. RGB value is (34,47,203). Sum of RGB (Red+Green+Blue) = 34+47+203=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #222FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FCB is #DDD034. Grayscale: #3C3C3C. Windows color (decimal): -14536757 or 13315874. OLE color: 13315874.
HSL color Cylindrical-coordinate representation of color #222FCB: hue angle of 235.38º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222FCB is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 47 | 203 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.20 |
| HSL | 235.38º | 0.71% | 0.46% | - |
| HSV(B) | 235.38º | 0.83% | 0.8% | - |
| XYZ | 12.46 | 6.68 | 57.13 | - |
| YUV | 60.9 | 208.19 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 203 | 0.83 | 0.77 | 0 | 0.20 | 235.38 | 0.71 | 0.46 |
| Hex | 22 | 2F | CB | 53 | 4D | 0 | 14 | EB | 47 | 2E |
| Octal | 42 | 57 | 313 | 123 | 115 | 0 | 24 | 353 | 107 | 56 |
| Binary | 100010 | 101111 | 11001011 | 1010011 | 1001101 | 0 | 10100 | 11101011 | 1000111 | 101110 |
Color Harmonies of #222FCB
Complementary color
Monochromatic Colors of #222FCB
Black with #222FCB
Text Example
Text Example
White with #222FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FCB; }
p { color: rgb(34,47,203); }
H1.HeaderClassName
{
color: #222FCB;
}
.AnyTagClassName
{
color: #222FCB;
}
</style>
background-color css
<style>
a { background-color: #222FCB; }
a { background-color: rgb(34,47,203); }
div.DivClassName
{
background-color: #222FCB;
}
.BgClassName
{
background-color: #222FCB;
}
</style>
border-color css
<style>
span { border-color: #222FCB; }
span { border-color: rgb(34,47,203); }
td.TdClassName
{
border-color: #222FCB;
}
.TagClassName
{
border-color: #222FCB;
}
</style>