Shades of Persian Blue #2214BB
Tints of Persian Blue #2214BB
RGB
CMYK
RGB Variations
Color information
#2214BB (or 0x2214BB) is known color: Persian Blue. HEX triplet: 22, 14 and BB. RGB value is (34,20,187). Sum of RGB (Red+Green+Blue) = 34+20+187=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #2214BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2214BB is #DDEB44. Grayscale: #2A2A2A. Windows color (decimal): -14543685 or 12260386. OLE color: 12260386.
HSL color Cylindrical-coordinate representation of color #2214BB: hue angle of 245.03º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2214BB is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 20 | 187 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.27 |
| HSL | 245.03º | 0.81% | 0.41% | - |
| HSV(B) | 245.03º | 0.89% | 0.73% | - |
| XYZ | 9.88 | 4.43 | 47.35 | - |
| YUV | 43.22 | 209.14 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 187 | 0.82 | 0.89 | 0 | 0.27 | 245.03 | 0.81 | 0.41 |
| Hex | 22 | 14 | BB | 52 | 59 | 0 | 1B | F5 | 51 | 29 |
| Octal | 42 | 24 | 273 | 122 | 131 | 0 | 33 | 365 | 121 | 51 |
| Binary | 100010 | 10100 | 10111011 | 1010010 | 1011001 | 0 | 11011 | 11110101 | 1010001 | 101001 |
Color Harmonies of #2214BB
Complementary color
Monochromatic Colors of #2214BB
Black with #2214BB
Text Example
Text Example
White with #2214BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2214BB; }
p { color: rgb(34,20,187); }
H1.HeaderClassName
{
color: #2214BB;
}
.AnyTagClassName
{
color: #2214BB;
}
</style>
background-color css
<style>
a { background-color: #2214BB; }
a { background-color: rgb(34,20,187); }
div.DivClassName
{
background-color: #2214BB;
}
.BgClassName
{
background-color: #2214BB;
}
</style>
border-color css
<style>
span { border-color: #2214BB; }
span { border-color: rgb(34,20,187); }
td.TdClassName
{
border-color: #2214BB;
}
.TagClassName
{
border-color: #2214BB;
}
</style>