Shades of Persian Blue #222BC4
Tints of Persian Blue #222BC4
RGB
CMYK
RGB Variations
Color information
#222BC4 (or 0x222BC4) is known color: Persian Blue. HEX triplet: 22, 2B and C4. RGB value is (34,43,196). Sum of RGB (Red+Green+Blue) = 34+43+196=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 196 (76.95% from 255 or 71.79% from 273); Max value from RGB is 196 - color contains mainly: blue. Hex color #222BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222BC4 is #DDD43B. Grayscale: #393939. Windows color (decimal): -14537788 or 12856098. OLE color: 12856098.
HSL color Cylindrical-coordinate representation of color #222BC4: hue angle of 236.67º degrees, saturation: 0.7, 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 #222BC4 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 43 | 196 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.23 |
| HSL | 236.67º | 0.7% | 0.45% | - |
| HSV(B) | 236.67º | 0.83% | 0.77% | - |
| XYZ | 11.49 | 6.05 | 52.79 | - |
| YUV | 57.75 | 206.02 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 196 | 0.83 | 0.78 | 0 | 0.23 | 236.67 | 0.7 | 0.45 |
| Hex | 22 | 2B | C4 | 53 | 4E | 0 | 17 | ED | 46 | 2D |
| Octal | 42 | 53 | 304 | 123 | 116 | 0 | 27 | 355 | 106 | 55 |
| Binary | 100010 | 101011 | 11000100 | 1010011 | 1001110 | 0 | 10111 | 11101101 | 1000110 | 101101 |
Color Harmonies of #222BC4
Complementary color
Monochromatic Colors of #222BC4
Black with #222BC4
Text Example
Text Example
White with #222BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222BC4; }
p { color: rgb(34,43,196); }
H1.HeaderClassName
{
color: #222BC4;
}
.AnyTagClassName
{
color: #222BC4;
}
</style>
background-color css
<style>
a { background-color: #222BC4; }
a { background-color: rgb(34,43,196); }
div.DivClassName
{
background-color: #222BC4;
}
.BgClassName
{
background-color: #222BC4;
}
</style>
border-color css
<style>
span { border-color: #222BC4; }
span { border-color: rgb(34,43,196); }
td.TdClassName
{
border-color: #222BC4;
}
.TagClassName
{
border-color: #222BC4;
}
</style>