Shades of Persian Blue #222ACB
Tints of Persian Blue #222ACB
RGB
CMYK
RGB Variations
Color information
#222ACB (or 0x222ACB) is known color: Persian Blue. HEX triplet: 22, 2A and CB. RGB value is (34,42,203). Sum of RGB (Red+Green+Blue) = 34+42+203=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #222ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222ACB is #DDD534. Grayscale: #393939. Windows color (decimal): -14538037 or 13314594. OLE color: 13314594.
HSL color Cylindrical-coordinate representation of color #222ACB: hue angle of 237.16º 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 #222ACB is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 42 | 203 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.20 |
| HSL | 237.16º | 0.71% | 0.46% | - |
| HSV(B) | 237.16º | 0.83% | 0.8% | - |
| XYZ | 12.27 | 6.31 | 57.07 | - |
| YUV | 57.96 | 209.85 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 203 | 0.83 | 0.79 | 0 | 0.20 | 237.16 | 0.71 | 0.46 |
| Hex | 22 | 2A | CB | 53 | 4F | 0 | 14 | ED | 47 | 2E |
| Octal | 42 | 52 | 313 | 123 | 117 | 0 | 24 | 355 | 107 | 56 |
| Binary | 100010 | 101010 | 11001011 | 1010011 | 1001111 | 0 | 10100 | 11101101 | 1000111 | 101110 |
Color Harmonies of #222ACB
Complementary color
Monochromatic Colors of #222ACB
Black with #222ACB
Text Example
Text Example
White with #222ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222ACB; }
p { color: rgb(34,42,203); }
H1.HeaderClassName
{
color: #222ACB;
}
.AnyTagClassName
{
color: #222ACB;
}
</style>
background-color css
<style>
a { background-color: #222ACB; }
a { background-color: rgb(34,42,203); }
div.DivClassName
{
background-color: #222ACB;
}
.BgClassName
{
background-color: #222ACB;
}
</style>
border-color css
<style>
span { border-color: #222ACB; }
span { border-color: rgb(34,42,203); }
td.TdClassName
{
border-color: #222ACB;
}
.TagClassName
{
border-color: #222ACB;
}
</style>