Shades of Persian Blue #2215BF
Tints of Persian Blue #2215BF
RGB
CMYK
RGB Variations
Color information
#2215BF (or 0x2215BF) is known color: Persian Blue. HEX triplet: 22, 15 and BF. RGB value is (34,21,191). Sum of RGB (Red+Green+Blue) = 34+21+191=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #2215BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2215BF is #DDEA40. Grayscale: #2B2B2B. Windows color (decimal): -14543425 or 12522786. OLE color: 12522786.
HSL color Cylindrical-coordinate representation of color #2215BF: hue angle of 244.59º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2215BF is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 21 | 191 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.25 |
| HSL | 244.59º | 0.8% | 0.42% | - |
| HSV(B) | 244.59º | 0.89% | 0.75% | - |
| XYZ | 10.33 | 4.64 | 49.64 | - |
| YUV | 44.27 | 210.81 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 191 | 0.82 | 0.89 | 0 | 0.25 | 244.59 | 0.8 | 0.42 |
| Hex | 22 | 15 | BF | 52 | 59 | 0 | 19 | F5 | 50 | 2A |
| Octal | 42 | 25 | 277 | 122 | 131 | 0 | 31 | 365 | 120 | 52 |
| Binary | 100010 | 10101 | 10111111 | 1010010 | 1011001 | 0 | 11001 | 11110101 | 1010000 | 101010 |
Color Harmonies of #2215BF
Complementary color
Monochromatic Colors of #2215BF
Black with #2215BF
Text Example
Text Example
White with #2215BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2215BF; }
p { color: rgb(34,21,191); }
H1.HeaderClassName
{
color: #2215BF;
}
.AnyTagClassName
{
color: #2215BF;
}
</style>
background-color css
<style>
a { background-color: #2215BF; }
a { background-color: rgb(34,21,191); }
div.DivClassName
{
background-color: #2215BF;
}
.BgClassName
{
background-color: #2215BF;
}
</style>
border-color css
<style>
span { border-color: #2215BF; }
span { border-color: rgb(34,21,191); }
td.TdClassName
{
border-color: #2215BF;
}
.TagClassName
{
border-color: #2215BF;
}
</style>