Shades of Persian Blue #221CBA
Tints of Persian Blue #221CBA
RGB
CMYK
RGB Variations
Color information
#221CBA (or 0x221CBA) is known color: Persian Blue. HEX triplet: 22, 1C and BA. RGB value is (34,28,186). Sum of RGB (Red+Green+Blue) = 34+28+186=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #221CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221CBA is #DDE345. Grayscale: #2F2F2F. Windows color (decimal): -14541638 or 12196898. OLE color: 12196898.
HSL color Cylindrical-coordinate representation of color #221CBA: hue angle of 242.28º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221CBA is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 28 | 186 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.27 |
| HSL | 242.28º | 0.74% | 0.42% | - |
| HSV(B) | 242.28º | 0.85% | 0.73% | - |
| XYZ | 9.94 | 4.72 | 46.84 | - |
| YUV | 47.81 | 205.99 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 186 | 0.82 | 0.85 | 0 | 0.27 | 242.28 | 0.74 | 0.42 |
| Hex | 22 | 1C | BA | 52 | 55 | 0 | 1B | F2 | 4A | 2A |
| Octal | 42 | 34 | 272 | 122 | 125 | 0 | 33 | 362 | 112 | 52 |
| Binary | 100010 | 11100 | 10111010 | 1010010 | 1010101 | 0 | 11011 | 11110010 | 1001010 | 101010 |
Color Harmonies of #221CBA
Complementary color
Monochromatic Colors of #221CBA
Black with #221CBA
Text Example
Text Example
White with #221CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CBA; }
p { color: rgb(34,28,186); }
H1.HeaderClassName
{
color: #221CBA;
}
.AnyTagClassName
{
color: #221CBA;
}
</style>
background-color css
<style>
a { background-color: #221CBA; }
a { background-color: rgb(34,28,186); }
div.DivClassName
{
background-color: #221CBA;
}
.BgClassName
{
background-color: #221CBA;
}
</style>
border-color css
<style>
span { border-color: #221CBA; }
span { border-color: rgb(34,28,186); }
td.TdClassName
{
border-color: #221CBA;
}
.TagClassName
{
border-color: #221CBA;
}
</style>