Shades of Persian Blue #2137EC
Tints of Persian Blue #2137EC
RGB
CMYK
RGB Variations
Color information
#2137EC (or 0x2137EC) is known color: Persian Blue. HEX triplet: 21, 37 and EC. RGB value is (33,55,236). Sum of RGB (Red+Green+Blue) = 33+55+236=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #2137EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2137EC is #DEC813. Grayscale: #444444. Windows color (decimal): -14600212 or 15480609. OLE color: 15480609.
HSL color Cylindrical-coordinate representation of color #2137EC: hue angle of 233.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2137EC is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 55 | 236 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.07 |
| HSL | 233.5º | 0.84% | 0.53% | - |
| HSV(B) | 233.5º | 0.86% | 0.93% | - |
| XYZ | 17.13 | 9.11 | 80.21 | - |
| YUV | 69.06 | 222.21 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 236 | 0.86 | 0.77 | 0 | 0.07 | 233.5 | 0.84 | 0.53 |
| Hex | 21 | 37 | EC | 56 | 4D | 0 | 7 | E9 | 54 | 35 |
| Octal | 41 | 67 | 354 | 126 | 115 | 0 | 7 | 351 | 124 | 65 |
| Binary | 100001 | 110111 | 11101100 | 1010110 | 1001101 | 0 | 111 | 11101001 | 1010100 | 110101 |
Color Harmonies of #2137EC
Complementary color
Monochromatic Colors of #2137EC
Black with #2137EC
Text Example
Text Example
White with #2137EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2137EC; }
p { color: rgb(33,55,236); }
H1.HeaderClassName
{
color: #2137EC;
}
.AnyTagClassName
{
color: #2137EC;
}
</style>
background-color css
<style>
a { background-color: #2137EC; }
a { background-color: rgb(33,55,236); }
div.DivClassName
{
background-color: #2137EC;
}
.BgClassName
{
background-color: #2137EC;
}
</style>
border-color css
<style>
span { border-color: #2137EC; }
span { border-color: rgb(33,55,236); }
td.TdClassName
{
border-color: #2137EC;
}
.TagClassName
{
border-color: #2137EC;
}
</style>