Shades of Persian Blue #2115BC
Tints of Persian Blue #2115BC
RGB
CMYK
RGB Variations
Color information
#2115BC (or 0x2115BC) is known color: Persian Blue. HEX triplet: 21, 15 and BC. RGB value is (33,21,188). Sum of RGB (Red+Green+Blue) = 33+21+188=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #2115BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2115BC is #DEEA43. Grayscale: #2A2A2A. Windows color (decimal): -14608964 or 12326177. OLE color: 12326177.
HSL color Cylindrical-coordinate representation of color #2115BC: hue angle of 244.31º 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 #2115BC is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 21 | 188 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.26 |
| HSL | 244.31º | 0.8% | 0.41% | - |
| HSV(B) | 244.31º | 0.89% | 0.74% | - |
| XYZ | 9.97 | 4.49 | 47.92 | - |
| YUV | 43.63 | 209.48 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 188 | 0.82 | 0.89 | 0 | 0.26 | 244.31 | 0.8 | 0.41 |
| Hex | 21 | 15 | BC | 52 | 59 | 0 | 1A | F4 | 50 | 29 |
| Octal | 41 | 25 | 274 | 122 | 131 | 0 | 32 | 364 | 120 | 51 |
| Binary | 100001 | 10101 | 10111100 | 1010010 | 1011001 | 0 | 11010 | 11110100 | 1010000 | 101001 |
Color Harmonies of #2115BC
Complementary color
Monochromatic Colors of #2115BC
Black with #2115BC
Text Example
Text Example
White with #2115BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2115BC; }
p { color: rgb(33,21,188); }
H1.HeaderClassName
{
color: #2115BC;
}
.AnyTagClassName
{
color: #2115BC;
}
</style>
background-color css
<style>
a { background-color: #2115BC; }
a { background-color: rgb(33,21,188); }
div.DivClassName
{
background-color: #2115BC;
}
.BgClassName
{
background-color: #2115BC;
}
</style>
border-color css
<style>
span { border-color: #2115BC; }
span { border-color: rgb(33,21,188); }
td.TdClassName
{
border-color: #2115BC;
}
.TagClassName
{
border-color: #2115BC;
}
</style>