Shades of Persian Blue #2032AE
Tints of Persian Blue #2032AE
RGB
CMYK
RGB Variations
Color information
#2032AE (or 0x2032AE) is known color: Persian Blue. HEX triplet: 20, 32 and AE. RGB value is (32,50,174). Sum of RGB (Red+Green+Blue) = 32+50+174=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #2032AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2032AE is #DFCD51. Grayscale: #3A3A3A. Windows color (decimal): -14667090 or 11416096. OLE color: 11416096.
HSL color Cylindrical-coordinate representation of color #2032AE: hue angle of 232.39º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2032AE is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 50 | 174 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.32 |
| HSL | 232.39º | 0.69% | 0.4% | - |
| HSV(B) | 232.39º | 0.82% | 0.68% | - |
| XYZ | 9.38 | 5.64 | 40.64 | - |
| YUV | 58.75 | 193.04 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 174 | 0.82 | 0.71 | 0 | 0.32 | 232.39 | 0.69 | 0.4 |
| Hex | 20 | 32 | AE | 52 | 47 | 0 | 20 | E8 | 45 | 28 |
| Octal | 40 | 62 | 256 | 122 | 107 | 0 | 40 | 350 | 105 | 50 |
| Binary | 100000 | 110010 | 10101110 | 1010010 | 1000111 | 0 | 100000 | 11101000 | 1000101 | 101000 |
Color Harmonies of #2032AE
Complementary color
Monochromatic Colors of #2032AE
Black with #2032AE
Text Example
Text Example
White with #2032AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2032AE; }
p { color: rgb(32,50,174); }
H1.HeaderClassName
{
color: #2032AE;
}
.AnyTagClassName
{
color: #2032AE;
}
</style>
background-color css
<style>
a { background-color: #2032AE; }
a { background-color: rgb(32,50,174); }
div.DivClassName
{
background-color: #2032AE;
}
.BgClassName
{
background-color: #2032AE;
}
</style>
border-color css
<style>
span { border-color: #2032AE; }
span { border-color: rgb(32,50,174); }
td.TdClassName
{
border-color: #2032AE;
}
.TagClassName
{
border-color: #2032AE;
}
</style>