Shades of Persian Blue #222FAC
Tints of Persian Blue #222FAC
RGB
CMYK
RGB Variations
Color information
#222FAC (or 0x222FAC) is known color: Persian Blue. HEX triplet: 22, 2F and AC. RGB value is (34,47,172). Sum of RGB (Red+Green+Blue) = 34+47+172=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #222FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222FAC is #DDD053. Grayscale: #383838. Windows color (decimal): -14536788 or 11284258. OLE color: 11284258.
HSL color Cylindrical-coordinate representation of color #222FAC: hue angle of 234.35º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #222FAC is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 47 | 172 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.33 |
| HSL | 234.35º | 0.67% | 0.4% | - |
| HSV(B) | 234.35º | 0.8% | 0.67% | - |
| XYZ | 9.12 | 5.35 | 39.58 | - |
| YUV | 57.36 | 192.69 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 172 | 0.80 | 0.73 | 0 | 0.33 | 234.35 | 0.67 | 0.4 |
| Hex | 22 | 2F | AC | 50 | 49 | 0 | 21 | EA | 43 | 28 |
| Octal | 42 | 57 | 254 | 120 | 111 | 0 | 41 | 352 | 103 | 50 |
| Binary | 100010 | 101111 | 10101100 | 1010000 | 1001001 | 0 | 100001 | 11101010 | 1000011 | 101000 |
Color Harmonies of #222FAC
Complementary color
Monochromatic Colors of #222FAC
Black with #222FAC
Text Example
Text Example
White with #222FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FAC; }
p { color: rgb(34,47,172); }
H1.HeaderClassName
{
color: #222FAC;
}
.AnyTagClassName
{
color: #222FAC;
}
</style>
background-color css
<style>
a { background-color: #222FAC; }
a { background-color: rgb(34,47,172); }
div.DivClassName
{
background-color: #222FAC;
}
.BgClassName
{
background-color: #222FAC;
}
</style>
border-color css
<style>
span { border-color: #222FAC; }
span { border-color: rgb(34,47,172); }
td.TdClassName
{
border-color: #222FAC;
}
.TagClassName
{
border-color: #222FAC;
}
</style>