Shades of Persian Blue #2032CA
Tints of Persian Blue #2032CA
RGB
CMYK
RGB Variations
Color information
#2032CA (or 0x2032CA) is known color: Persian Blue. HEX triplet: 20, 32 and CA. RGB value is (32,50,202). Sum of RGB (Red+Green+Blue) = 32+50+202=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 202 (79.30% from 255 or 71.13% from 284); Max value from RGB is 202 - color contains mainly: blue. Hex color #2032CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2032CA is #DFCD35. Grayscale: #3D3D3D. Windows color (decimal): -14667062 or 13251104. OLE color: 13251104.
HSL color Cylindrical-coordinate representation of color #2032CA: hue angle of 233.65º degrees, saturation: 0.73, 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 #2032CA is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 50 | 202 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.21 |
| HSL | 233.65º | 0.73% | 0.46% | - |
| HSV(B) | 233.65º | 0.84% | 0.79% | - |
| XYZ | 12.4 | 6.85 | 56.55 | - |
| YUV | 61.95 | 207.04 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 202 | 0.84 | 0.75 | 0 | 0.21 | 233.65 | 0.73 | 0.46 |
| Hex | 20 | 32 | CA | 54 | 4B | 0 | 15 | EA | 49 | 2E |
| Octal | 40 | 62 | 312 | 124 | 113 | 0 | 25 | 352 | 111 | 56 |
| Binary | 100000 | 110010 | 11001010 | 1010100 | 1001011 | 0 | 10101 | 11101010 | 1001001 | 101110 |
Color Harmonies of #2032CA
Complementary color
Monochromatic Colors of #2032CA
Black with #2032CA
Text Example
Text Example
White with #2032CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2032CA; }
p { color: rgb(32,50,202); }
H1.HeaderClassName
{
color: #2032CA;
}
.AnyTagClassName
{
color: #2032CA;
}
</style>
background-color css
<style>
a { background-color: #2032CA; }
a { background-color: rgb(32,50,202); }
div.DivClassName
{
background-color: #2032CA;
}
.BgClassName
{
background-color: #2032CA;
}
</style>
border-color css
<style>
span { border-color: #2032CA; }
span { border-color: rgb(32,50,202); }
td.TdClassName
{
border-color: #2032CA;
}
.TagClassName
{
border-color: #2032CA;
}
</style>