Shades of Persian Blue #3224C0
Tints of Persian Blue #3224C0
RGB
CMYK
RGB Variations
Color information
#3224C0 (or 0x3224C0) is known color: Persian Blue. HEX triplet: 32, 24 and C0. RGB value is (50,36,192). Sum of RGB (Red+Green+Blue) = 50+36+192=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #3224C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224C0 is #CDDB3F. Grayscale: #393939. Windows color (decimal): -13491008 or 12592178. OLE color: 12592178.
HSL color Cylindrical-coordinate representation of color #3224C0: hue angle of 245.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3224C0 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 36 | 192 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.25 |
| HSL | 245.38º | 0.68% | 0.45% | - |
| HSV(B) | 245.38º | 0.81% | 0.75% | - |
| XYZ | 11.46 | 5.75 | 50.37 | - |
| YUV | 57.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 192 | 0.74 | 0.81 | 0 | 0.25 | 245.38 | 0.68 | 0.45 |
| Hex | 32 | 24 | C0 | 4A | 51 | 0 | 19 | F5 | 44 | 2D |
| Octal | 62 | 44 | 300 | 112 | 121 | 0 | 31 | 365 | 104 | 55 |
| Binary | 110010 | 100100 | 11000000 | 1001010 | 1010001 | 0 | 11001 | 11110101 | 1000100 | 101101 |
Color Harmonies of #3224C0
Complementary color
Monochromatic Colors of #3224C0
Black with #3224C0
Text Example
Text Example
White with #3224C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224C0; }
p { color: rgb(50,36,192); }
H1.HeaderClassName
{
color: #3224C0;
}
.AnyTagClassName
{
color: #3224C0;
}
</style>
background-color css
<style>
a { background-color: #3224C0; }
a { background-color: rgb(50,36,192); }
div.DivClassName
{
background-color: #3224C0;
}
.BgClassName
{
background-color: #3224C0;
}
</style>
border-color css
<style>
span { border-color: #3224C0; }
span { border-color: rgb(50,36,192); }
td.TdClassName
{
border-color: #3224C0;
}
.TagClassName
{
border-color: #3224C0;
}
</style>