Shades of Persian Blue #2137E7
Tints of Persian Blue #2137E7
RGB
CMYK
RGB Variations
Color information
#2137E7 (or 0x2137E7) is known color: Persian Blue. HEX triplet: 21, 37 and E7. RGB value is (33,55,231). Sum of RGB (Red+Green+Blue) = 33+55+231=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 231 (90.62% from 255 or 72.41% from 319); Max value from RGB is 231 - color contains mainly: blue. Hex color #2137E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2137E7 is #DEC818. Grayscale: #434343. Windows color (decimal): -14600217 or 15152929. OLE color: 15152929.
HSL color Cylindrical-coordinate representation of color #2137E7: hue angle of 233.33º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2137E7 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 55 | 231 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.09 |
| HSL | 233.33º | 0.8% | 0.52% | - |
| HSV(B) | 233.33º | 0.86% | 0.91% | - |
| XYZ | 16.42 | 8.83 | 76.44 | - |
| YUV | 68.49 | 219.71 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 231 | 0.86 | 0.76 | 0 | 0.09 | 233.33 | 0.8 | 0.52 |
| Hex | 21 | 37 | E7 | 56 | 4C | 0 | 9 | E9 | 50 | 34 |
| Octal | 41 | 67 | 347 | 126 | 114 | 0 | 11 | 351 | 120 | 64 |
| Binary | 100001 | 110111 | 11100111 | 1010110 | 1001100 | 0 | 1001 | 11101001 | 1010000 | 110100 |
Color Harmonies of #2137E7
Complementary color
Monochromatic Colors of #2137E7
Black with #2137E7
Text Example
Text Example
White with #2137E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2137E7; }
p { color: rgb(33,55,231); }
H1.HeaderClassName
{
color: #2137E7;
}
.AnyTagClassName
{
color: #2137E7;
}
</style>
background-color css
<style>
a { background-color: #2137E7; }
a { background-color: rgb(33,55,231); }
div.DivClassName
{
background-color: #2137E7;
}
.BgClassName
{
background-color: #2137E7;
}
</style>
border-color css
<style>
span { border-color: #2137E7; }
span { border-color: rgb(33,55,231); }
td.TdClassName
{
border-color: #2137E7;
}
.TagClassName
{
border-color: #2137E7;
}
</style>