Shades of Persian Blue #222FC5
Tints of Persian Blue #222FC5
RGB
CMYK
RGB Variations
Color information
#222FC5 (or 0x222FC5) is known color: Persian Blue. HEX triplet: 22, 2F and C5. RGB value is (34,47,197). Sum of RGB (Red+Green+Blue) = 34+47+197=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #222FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222FC5 is #DDD03A. Grayscale: #3B3B3B. Windows color (decimal): -14536763 or 12922658. OLE color: 12922658.
HSL color Cylindrical-coordinate representation of color #222FC5: hue angle of 235.21º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222FC5 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 47 | 197 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.23 |
| HSL | 235.21º | 0.71% | 0.45% | - |
| HSV(B) | 235.21º | 0.83% | 0.77% | - |
| XYZ | 11.75 | 6.4 | 53.44 | - |
| YUV | 60.21 | 205.19 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 197 | 0.83 | 0.76 | 0 | 0.23 | 235.21 | 0.71 | 0.45 |
| Hex | 22 | 2F | C5 | 53 | 4C | 0 | 17 | EB | 47 | 2D |
| Octal | 42 | 57 | 305 | 123 | 114 | 0 | 27 | 353 | 107 | 55 |
| Binary | 100010 | 101111 | 11000101 | 1010011 | 1001100 | 0 | 10111 | 11101011 | 1000111 | 101101 |
Color Harmonies of #222FC5
Complementary color
Monochromatic Colors of #222FC5
Black with #222FC5
Text Example
Text Example
White with #222FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222FC5; }
p { color: rgb(34,47,197); }
H1.HeaderClassName
{
color: #222FC5;
}
.AnyTagClassName
{
color: #222FC5;
}
</style>
background-color css
<style>
a { background-color: #222FC5; }
a { background-color: rgb(34,47,197); }
div.DivClassName
{
background-color: #222FC5;
}
.BgClassName
{
background-color: #222FC5;
}
</style>
border-color css
<style>
span { border-color: #222FC5; }
span { border-color: rgb(34,47,197); }
td.TdClassName
{
border-color: #222FC5;
}
.TagClassName
{
border-color: #222FC5;
}
</style>