Shades of Persian Blue #2132CE
Tints of Persian Blue #2132CE
RGB
CMYK
RGB Variations
Color information
#2132CE (or 0x2132CE) is known color: Persian Blue. HEX triplet: 21, 32 and CE. RGB value is (33,50,206). Sum of RGB (Red+Green+Blue) = 33+50+206=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #2132CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2132CE is #DECD31. Grayscale: #3E3E3E. Windows color (decimal): -14601522 or 13513249. OLE color: 13513249.
HSL color Cylindrical-coordinate representation of color #2132CE: hue angle of 234.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2132CE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 50 | 206 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.19 |
| HSL | 234.1º | 0.72% | 0.47% | - |
| HSV(B) | 234.1º | 0.84% | 0.81% | - |
| XYZ | 12.91 | 7.06 | 59.08 | - |
| YUV | 62.7 | 208.87 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 206 | 0.84 | 0.76 | 0 | 0.19 | 234.1 | 0.72 | 0.47 |
| Hex | 21 | 32 | CE | 54 | 4C | 0 | 13 | EA | 48 | 2F |
| Octal | 41 | 62 | 316 | 124 | 114 | 0 | 23 | 352 | 110 | 57 |
| Binary | 100001 | 110010 | 11001110 | 1010100 | 1001100 | 0 | 10011 | 11101010 | 1001000 | 101111 |
Color Harmonies of #2132CE
Complementary color
Monochromatic Colors of #2132CE
Black with #2132CE
Text Example
Text Example
White with #2132CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2132CE; }
p { color: rgb(33,50,206); }
H1.HeaderClassName
{
color: #2132CE;
}
.AnyTagClassName
{
color: #2132CE;
}
</style>
background-color css
<style>
a { background-color: #2132CE; }
a { background-color: rgb(33,50,206); }
div.DivClassName
{
background-color: #2132CE;
}
.BgClassName
{
background-color: #2132CE;
}
</style>
border-color css
<style>
span { border-color: #2132CE; }
span { border-color: rgb(33,50,206); }
td.TdClassName
{
border-color: #2132CE;
}
.TagClassName
{
border-color: #2132CE;
}
</style>