Shades of Persian Blue #3224B5
Tints of Persian Blue #3224B5
RGB
CMYK
RGB Variations
Color information
#3224B5 (or 0x3224B5) is known color: Persian Blue. HEX triplet: 32, 24 and B5. RGB value is (50,36,181). Sum of RGB (Red+Green+Blue) = 50+36+181=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 181 (71.09% from 255 or 67.79% from 267); Max value from RGB is 181 - color contains mainly: blue. Hex color #3224B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224B5 is #CDDB4A. Grayscale: #383838. Windows color (decimal): -13491019 or 11871282. OLE color: 11871282.
HSL color Cylindrical-coordinate representation of color #3224B5: hue angle of 245.79º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3224B5 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 36 | 181 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.29 |
| HSL | 245.79º | 0.67% | 0.43% | - |
| HSV(B) | 245.79º | 0.8% | 0.71% | - |
| XYZ | 10.29 | 5.28 | 44.19 | - |
| YUV | 56.72 | 198.14 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 181 | 0.72 | 0.80 | 0 | 0.29 | 245.79 | 0.67 | 0.43 |
| Hex | 32 | 24 | B5 | 48 | 50 | 0 | 1D | F6 | 43 | 2B |
| Octal | 62 | 44 | 265 | 110 | 120 | 0 | 35 | 366 | 103 | 53 |
| Binary | 110010 | 100100 | 10110101 | 1001000 | 1010000 | 0 | 11101 | 11110110 | 1000011 | 101011 |
Color Harmonies of #3224B5
Complementary color
Monochromatic Colors of #3224B5
Black with #3224B5
Text Example
Text Example
White with #3224B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224B5; }
p { color: rgb(50,36,181); }
H1.HeaderClassName
{
color: #3224B5;
}
.AnyTagClassName
{
color: #3224B5;
}
</style>
background-color css
<style>
a { background-color: #3224B5; }
a { background-color: rgb(50,36,181); }
div.DivClassName
{
background-color: #3224B5;
}
.BgClassName
{
background-color: #3224B5;
}
</style>
border-color css
<style>
span { border-color: #3224B5; }
span { border-color: rgb(50,36,181); }
td.TdClassName
{
border-color: #3224B5;
}
.TagClassName
{
border-color: #3224B5;
}
</style>