Shades of Persian Blue #2117BA
Tints of Persian Blue #2117BA
RGB
CMYK
RGB Variations
Color information
#2117BA (or 0x2117BA) is known color: Persian Blue. HEX triplet: 21, 17 and BA. RGB value is (33,23,186). Sum of RGB (Red+Green+Blue) = 33+23+186=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #2117BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2117BA is #DEE845. Grayscale: #2B2B2B. Windows color (decimal): -14608454 or 12195617. OLE color: 12195617.
HSL color Cylindrical-coordinate representation of color #2117BA: hue angle of 243.68º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2117BA is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 23 | 186 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.27 |
| HSL | 243.68º | 0.78% | 0.41% | - |
| HSV(B) | 243.68º | 0.88% | 0.73% | - |
| XYZ | 9.8 | 4.48 | 46.8 | - |
| YUV | 44.57 | 207.81 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 186 | 0.82 | 0.88 | 0 | 0.27 | 243.68 | 0.78 | 0.41 |
| Hex | 21 | 17 | BA | 52 | 58 | 0 | 1B | F4 | 4E | 29 |
| Octal | 41 | 27 | 272 | 122 | 130 | 0 | 33 | 364 | 116 | 51 |
| Binary | 100001 | 10111 | 10111010 | 1010010 | 1011000 | 0 | 11011 | 11110100 | 1001110 | 101001 |
Color Harmonies of #2117BA
Complementary color
Monochromatic Colors of #2117BA
Black with #2117BA
Text Example
Text Example
White with #2117BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2117BA; }
p { color: rgb(33,23,186); }
H1.HeaderClassName
{
color: #2117BA;
}
.AnyTagClassName
{
color: #2117BA;
}
</style>
background-color css
<style>
a { background-color: #2117BA; }
a { background-color: rgb(33,23,186); }
div.DivClassName
{
background-color: #2117BA;
}
.BgClassName
{
background-color: #2117BA;
}
</style>
border-color css
<style>
span { border-color: #2117BA; }
span { border-color: rgb(33,23,186); }
td.TdClassName
{
border-color: #2117BA;
}
.TagClassName
{
border-color: #2117BA;
}
</style>