Shades of Persian Blue #3224D5
Tints of Persian Blue #3224D5
RGB
CMYK
RGB Variations
Color information
#3224D5 (or 0x3224D5) is known color: Persian Blue. HEX triplet: 32, 24 and D5. RGB value is (50,36,213). Sum of RGB (Red+Green+Blue) = 50+36+213=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 213 (83.59% from 255 or 71.24% from 299); Max value from RGB is 213 - color contains mainly: blue. Hex color #3224D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224D5 is #CDDB2A. Grayscale: #3B3B3B. Windows color (decimal): -13490987 or 13968434. OLE color: 13968434.
HSL color Cylindrical-coordinate representation of color #3224D5: hue angle of 244.75º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3224D5 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 36 | 213 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.16 |
| HSL | 244.75º | 0.71% | 0.49% | - |
| HSV(B) | 244.75º | 0.83% | 0.84% | - |
| XYZ | 13.96 | 6.74 | 63.52 | - |
| YUV | 60.36 | 214.14 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 213 | 0.77 | 0.83 | 0 | 0.16 | 244.75 | 0.71 | 0.49 |
| Hex | 32 | 24 | D5 | 4D | 53 | 0 | 10 | F5 | 47 | 31 |
| Octal | 62 | 44 | 325 | 115 | 123 | 0 | 20 | 365 | 107 | 61 |
| Binary | 110010 | 100100 | 11010101 | 1001101 | 1010011 | 0 | 10000 | 11110101 | 1000111 | 110001 |
Color Harmonies of #3224D5
Complementary color
Monochromatic Colors of #3224D5
Black with #3224D5
Text Example
Text Example
White with #3224D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224D5; }
p { color: rgb(50,36,213); }
H1.HeaderClassName
{
color: #3224D5;
}
.AnyTagClassName
{
color: #3224D5;
}
</style>
background-color css
<style>
a { background-color: #3224D5; }
a { background-color: rgb(50,36,213); }
div.DivClassName
{
background-color: #3224D5;
}
.BgClassName
{
background-color: #3224D5;
}
</style>
border-color css
<style>
span { border-color: #3224D5; }
span { border-color: rgb(50,36,213); }
td.TdClassName
{
border-color: #3224D5;
}
.TagClassName
{
border-color: #3224D5;
}
</style>