Shades of Persian Blue #2137CA
Tints of Persian Blue #2137CA
RGB
CMYK
RGB Variations
Color information
#2137CA (or 0x2137CA) is known color: Persian Blue. HEX triplet: 21, 37 and CA. RGB value is (33,55,202). Sum of RGB (Red+Green+Blue) = 33+55+202=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #2137CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2137CA is #DEC835. Grayscale: #404040. Windows color (decimal): -14600246 or 13252385. OLE color: 13252385.
HSL color Cylindrical-coordinate representation of color #2137CA: hue angle of 232.19º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2137CA is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 55 | 202 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.21 |
| HSL | 232.19º | 0.72% | 0.46% | - |
| HSV(B) | 232.19º | 0.84% | 0.79% | - |
| XYZ | 12.65 | 7.32 | 56.62 | - |
| YUV | 65.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 202 | 0.84 | 0.73 | 0 | 0.21 | 232.19 | 0.72 | 0.46 |
| Hex | 21 | 37 | CA | 54 | 49 | 0 | 15 | E8 | 48 | 2E |
| Octal | 41 | 67 | 312 | 124 | 111 | 0 | 25 | 350 | 110 | 56 |
| Binary | 100001 | 110111 | 11001010 | 1010100 | 1001001 | 0 | 10101 | 11101000 | 1001000 | 101110 |
Color Harmonies of #2137CA
Complementary color
Monochromatic Colors of #2137CA
Black with #2137CA
Text Example
Text Example
White with #2137CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2137CA; }
p { color: rgb(33,55,202); }
H1.HeaderClassName
{
color: #2137CA;
}
.AnyTagClassName
{
color: #2137CA;
}
</style>
background-color css
<style>
a { background-color: #2137CA; }
a { background-color: rgb(33,55,202); }
div.DivClassName
{
background-color: #2137CA;
}
.BgClassName
{
background-color: #2137CA;
}
</style>
border-color css
<style>
span { border-color: #2137CA; }
span { border-color: rgb(33,55,202); }
td.TdClassName
{
border-color: #2137CA;
}
.TagClassName
{
border-color: #2137CA;
}
</style>