Shades of Persian Blue #3224AE
Tints of Persian Blue #3224AE
RGB
CMYK
RGB Variations
Color information
#3224AE (or 0x3224AE) is known color: Persian Blue. HEX triplet: 32, 24 and AE. RGB value is (50,36,174). Sum of RGB (Red+Green+Blue) = 50+36+174=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #3224AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3224AE is #CDDB51. Grayscale: #373737. Windows color (decimal): -13491026 or 11412530. OLE color: 11412530.
HSL color Cylindrical-coordinate representation of color #3224AE: hue angle of 246.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3224AE is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 36 | 174 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.32 |
| HSL | 246.09º | 0.66% | 0.41% | - |
| HSV(B) | 246.09º | 0.79% | 0.68% | - |
| XYZ | 9.59 | 5 | 40.5 | - |
| YUV | 55.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 174 | 0.71 | 0.79 | 0 | 0.32 | 246.09 | 0.66 | 0.41 |
| Hex | 32 | 24 | AE | 47 | 4F | 0 | 20 | F6 | 42 | 29 |
| Octal | 62 | 44 | 256 | 107 | 117 | 0 | 40 | 366 | 102 | 51 |
| Binary | 110010 | 100100 | 10101110 | 1000111 | 1001111 | 0 | 100000 | 11110110 | 1000010 | 101001 |
Color Harmonies of #3224AE
Complementary color
Monochromatic Colors of #3224AE
Black with #3224AE
Text Example
Text Example
White with #3224AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224AE; }
p { color: rgb(50,36,174); }
H1.HeaderClassName
{
color: #3224AE;
}
.AnyTagClassName
{
color: #3224AE;
}
</style>
background-color css
<style>
a { background-color: #3224AE; }
a { background-color: rgb(50,36,174); }
div.DivClassName
{
background-color: #3224AE;
}
.BgClassName
{
background-color: #3224AE;
}
</style>
border-color css
<style>
span { border-color: #3224AE; }
span { border-color: rgb(50,36,174); }
td.TdClassName
{
border-color: #3224AE;
}
.TagClassName
{
border-color: #3224AE;
}
</style>