Shades of Persian Blue #222CB2
Tints of Persian Blue #222CB2
RGB
CMYK
RGB Variations
Color information
#222CB2 (or 0x222CB2) is known color: Persian Blue. HEX triplet: 22, 2C and B2. RGB value is (34,44,178). Sum of RGB (Red+Green+Blue) = 34+44+178=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 178 (69.92% from 255 or 69.53% from 256); Max value from RGB is 178 - color contains mainly: blue. Hex color #222CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222CB2 is #DDD34D. Grayscale: #373737. Windows color (decimal): -14537550 or 11676706. OLE color: 11676706.
HSL color Cylindrical-coordinate representation of color #222CB2: hue angle of 235.83º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #222CB2 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 44 | 178 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.30 |
| HSL | 235.83º | 0.68% | 0.42% | - |
| HSV(B) | 235.83º | 0.81% | 0.7% | - |
| XYZ | 9.6 | 5.36 | 42.65 | - |
| YUV | 56.29 | 196.69 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 178 | 0.81 | 0.75 | 0 | 0.30 | 235.83 | 0.68 | 0.42 |
| Hex | 22 | 2C | B2 | 51 | 4B | 0 | 1E | EC | 44 | 2A |
| Octal | 42 | 54 | 262 | 121 | 113 | 0 | 36 | 354 | 104 | 52 |
| Binary | 100010 | 101100 | 10110010 | 1010001 | 1001011 | 0 | 11110 | 11101100 | 1000100 | 101010 |
Color Harmonies of #222CB2
Complementary color
Monochromatic Colors of #222CB2
Black with #222CB2
Text Example
Text Example
White with #222CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222CB2; }
p { color: rgb(34,44,178); }
H1.HeaderClassName
{
color: #222CB2;
}
.AnyTagClassName
{
color: #222CB2;
}
</style>
background-color css
<style>
a { background-color: #222CB2; }
a { background-color: rgb(34,44,178); }
div.DivClassName
{
background-color: #222CB2;
}
.BgClassName
{
background-color: #222CB2;
}
</style>
border-color css
<style>
span { border-color: #222CB2; }
span { border-color: rgb(34,44,178); }
td.TdClassName
{
border-color: #222CB2;
}
.TagClassName
{
border-color: #222CB2;
}
</style>