Shades of Persian Blue #2215BD
Tints of Persian Blue #2215BD
RGB
CMYK
RGB Variations
Color information
#2215BD (or 0x2215BD) is known color: Persian Blue. HEX triplet: 22, 15 and BD. RGB value is (34,21,189). Sum of RGB (Red+Green+Blue) = 34+21+189=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #2215BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2215BD is #DDEA42. Grayscale: #2B2B2B. Windows color (decimal): -14543427 or 12391714. OLE color: 12391714.
HSL color Cylindrical-coordinate representation of color #2215BD: hue angle of 244.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2215BD is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 21 | 189 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.26 |
| HSL | 244.64º | 0.8% | 0.41% | - |
| HSV(B) | 244.64º | 0.89% | 0.74% | - |
| XYZ | 10.11 | 4.55 | 48.49 | - |
| YUV | 44.04 | 209.81 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 21 | 189 | 0.82 | 0.89 | 0 | 0.26 | 244.64 | 0.8 | 0.41 |
| Hex | 22 | 15 | BD | 52 | 59 | 0 | 1A | F5 | 50 | 29 |
| Octal | 42 | 25 | 275 | 122 | 131 | 0 | 32 | 365 | 120 | 51 |
| Binary | 100010 | 10101 | 10111101 | 1010010 | 1011001 | 0 | 11010 | 11110101 | 1010000 | 101001 |
Color Harmonies of #2215BD
Complementary color
Monochromatic Colors of #2215BD
Black with #2215BD
Text Example
Text Example
White with #2215BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2215BD; }
p { color: rgb(34,21,189); }
H1.HeaderClassName
{
color: #2215BD;
}
.AnyTagClassName
{
color: #2215BD;
}
</style>
background-color css
<style>
a { background-color: #2215BD; }
a { background-color: rgb(34,21,189); }
div.DivClassName
{
background-color: #2215BD;
}
.BgClassName
{
background-color: #2215BD;
}
</style>
border-color css
<style>
span { border-color: #2215BD; }
span { border-color: rgb(34,21,189); }
td.TdClassName
{
border-color: #2215BD;
}
.TagClassName
{
border-color: #2215BD;
}
</style>