Shades of Persian Blue #3224CC
Tints of Persian Blue #3224CC
RGB
CMYK
RGB Variations
Color information
#3224CC (or 0x3224CC) is known color: Persian Blue. HEX triplet: 32, 24 and CC. RGB value is (50,36,204). Sum of RGB (Red+Green+Blue) = 50+36+204=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #3224CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224CC is #CDDB33. Grayscale: #3A3A3A. Windows color (decimal): -13490996 or 13378610. OLE color: 13378610.
HSL color Cylindrical-coordinate representation of color #3224CC: hue angle of 245º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3224CC is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 36 | 204 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.2 |
| HSL | 245º | 0.7% | 0.47% | - |
| HSV(B) | 245º | 0.82% | 0.8% | - |
| XYZ | 12.85 | 6.3 | 57.67 | - |
| YUV | 59.34 | 209.64 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 204 | 0.75 | 0.82 | 0 | 0.2 | 245 | 0.7 | 0.47 |
| Hex | 32 | 24 | CC | 4B | 52 | 0 | 14 | F5 | 46 | 2F |
| Octal | 62 | 44 | 314 | 113 | 122 | 0 | 24 | 365 | 106 | 57 |
| Binary | 110010 | 100100 | 11001100 | 1001011 | 1010010 | 0 | 10100 | 11110101 | 1000110 | 101111 |
Color Harmonies of #3224CC
Complementary color
Monochromatic Colors of #3224CC
Black with #3224CC
Text Example
Text Example
White with #3224CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224CC; }
p { color: rgb(50,36,204); }
H1.HeaderClassName
{
color: #3224CC;
}
.AnyTagClassName
{
color: #3224CC;
}
</style>
background-color css
<style>
a { background-color: #3224CC; }
a { background-color: rgb(50,36,204); }
div.DivClassName
{
background-color: #3224CC;
}
.BgClassName
{
background-color: #3224CC;
}
</style>
border-color css
<style>
span { border-color: #3224CC; }
span { border-color: rgb(50,36,204); }
td.TdClassName
{
border-color: #3224CC;
}
.TagClassName
{
border-color: #3224CC;
}
</style>