Shades of Persian Blue #322AAE
Tints of Persian Blue #322AAE
RGB
CMYK
RGB Variations
Color information
#322AAE (or 0x322AAE) is known color: Persian Blue. HEX triplet: 32, 2A and AE. RGB value is (50,42,174). Sum of RGB (Red+Green+Blue) = 50+42+174=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #322AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322AAE is #CDD551. Grayscale: #3A3A3A. Windows color (decimal): -13489490 or 11414066. OLE color: 11414066.
HSL color Cylindrical-coordinate representation of color #322AAE: hue angle of 243.64º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322AAE is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 42 | 174 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.32 |
| HSL | 243.64º | 0.61% | 0.42% | - |
| HSV(B) | 243.64º | 0.76% | 0.68% | - |
| XYZ | 9.78 | 5.39 | 40.57 | - |
| YUV | 59.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 174 | 0.71 | 0.76 | 0 | 0.32 | 243.64 | 0.61 | 0.42 |
| Hex | 32 | 2A | AE | 47 | 4C | 0 | 20 | F4 | 3D | 2A |
| Octal | 62 | 52 | 256 | 107 | 114 | 0 | 40 | 364 | 75 | 52 |
| Binary | 110010 | 101010 | 10101110 | 1000111 | 1001100 | 0 | 100000 | 11110100 | 111101 | 101010 |
Color Harmonies of #322AAE
Complementary color
Monochromatic Colors of #322AAE
Black with #322AAE
Text Example
Text Example
White with #322AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322AAE; }
p { color: rgb(50,42,174); }
H1.HeaderClassName
{
color: #322AAE;
}
.AnyTagClassName
{
color: #322AAE;
}
</style>
background-color css
<style>
a { background-color: #322AAE; }
a { background-color: rgb(50,42,174); }
div.DivClassName
{
background-color: #322AAE;
}
.BgClassName
{
background-color: #322AAE;
}
</style>
border-color css
<style>
span { border-color: #322AAE; }
span { border-color: rgb(50,42,174); }
td.TdClassName
{
border-color: #322AAE;
}
.TagClassName
{
border-color: #322AAE;
}
</style>