Shades of Persian Blue #3224CE
Tints of Persian Blue #3224CE
RGB
CMYK
RGB Variations
Color information
#3224CE (or 0x3224CE) is known color: Persian Blue. HEX triplet: 32, 24 and CE. RGB value is (50,36,206). Sum of RGB (Red+Green+Blue) = 50+36+206=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #3224CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224CE is #CDDB31. Grayscale: #3A3A3A. Windows color (decimal): -13490994 or 13509682. OLE color: 13509682.
HSL color Cylindrical-coordinate representation of color #3224CE: hue angle of 244.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3224CE is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 36 | 206 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.19 |
| HSL | 244.94º | 0.7% | 0.47% | - |
| HSV(B) | 244.94º | 0.83% | 0.81% | - |
| XYZ | 13.09 | 6.4 | 58.94 | - |
| YUV | 59.57 | 210.64 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 206 | 0.76 | 0.83 | 0 | 0.19 | 244.94 | 0.7 | 0.47 |
| Hex | 32 | 24 | CE | 4C | 53 | 0 | 13 | F5 | 46 | 2F |
| Octal | 62 | 44 | 316 | 114 | 123 | 0 | 23 | 365 | 106 | 57 |
| Binary | 110010 | 100100 | 11001110 | 1001100 | 1010011 | 0 | 10011 | 11110101 | 1000110 | 101111 |
Color Harmonies of #3224CE
Complementary color
Monochromatic Colors of #3224CE
Black with #3224CE
Text Example
Text Example
White with #3224CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224CE; }
p { color: rgb(50,36,206); }
H1.HeaderClassName
{
color: #3224CE;
}
.AnyTagClassName
{
color: #3224CE;
}
</style>
background-color css
<style>
a { background-color: #3224CE; }
a { background-color: rgb(50,36,206); }
div.DivClassName
{
background-color: #3224CE;
}
.BgClassName
{
background-color: #3224CE;
}
</style>
border-color css
<style>
span { border-color: #3224CE; }
span { border-color: rgb(50,36,206); }
td.TdClassName
{
border-color: #3224CE;
}
.TagClassName
{
border-color: #3224CE;
}
</style>