Shades of Persian Blue #2032CE
Tints of Persian Blue #2032CE
RGB
CMYK
RGB Variations
Color information
#2032CE (or 0x2032CE) is known color: Persian Blue. HEX triplet: 20, 32 and CE. RGB value is (32,50,206). Sum of RGB (Red+Green+Blue) = 32+50+206=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #2032CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2032CE is #DFCD31. Grayscale: #3D3D3D. Windows color (decimal): -14667058 or 13513248. OLE color: 13513248.
HSL color Cylindrical-coordinate representation of color #2032CE: hue angle of 233.79º degrees, saturation: 0.73, 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 #2032CE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 50 | 206 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.19 |
| HSL | 233.79º | 0.73% | 0.47% | - |
| HSV(B) | 233.79º | 0.84% | 0.81% | - |
| XYZ | 12.88 | 7.04 | 59.07 | - |
| YUV | 62.4 | 209.04 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 206 | 0.84 | 0.76 | 0 | 0.19 | 233.79 | 0.73 | 0.47 |
| Hex | 20 | 32 | CE | 54 | 4C | 0 | 13 | EA | 49 | 2F |
| Octal | 40 | 62 | 316 | 124 | 114 | 0 | 23 | 352 | 111 | 57 |
| Binary | 100000 | 110010 | 11001110 | 1010100 | 1001100 | 0 | 10011 | 11101010 | 1001001 | 101111 |
Color Harmonies of #2032CE
Complementary color
Monochromatic Colors of #2032CE
Black with #2032CE
Text Example
Text Example
White with #2032CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2032CE; }
p { color: rgb(32,50,206); }
H1.HeaderClassName
{
color: #2032CE;
}
.AnyTagClassName
{
color: #2032CE;
}
</style>
background-color css
<style>
a { background-color: #2032CE; }
a { background-color: rgb(32,50,206); }
div.DivClassName
{
background-color: #2032CE;
}
.BgClassName
{
background-color: #2032CE;
}
</style>
border-color css
<style>
span { border-color: #2032CE; }
span { border-color: rgb(32,50,206); }
td.TdClassName
{
border-color: #2032CE;
}
.TagClassName
{
border-color: #2032CE;
}
</style>