Shades of Persian Blue #3224BD
Tints of Persian Blue #3224BD
RGB
CMYK
RGB Variations
Color information
#3224BD (or 0x3224BD) is known color: Persian Blue. HEX triplet: 32, 24 and BD. RGB value is (50,36,189). Sum of RGB (Red+Green+Blue) = 50+36+189=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #3224BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3224BD is #CDDB42. Grayscale: #393939. Windows color (decimal): -13491011 or 12395570. OLE color: 12395570.
HSL color Cylindrical-coordinate representation of color #3224BD: hue angle of 245.49º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3224BD is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 36 | 189 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.26 |
| HSL | 245.49º | 0.68% | 0.44% | - |
| HSV(B) | 245.49º | 0.81% | 0.74% | - |
| XYZ | 11.13 | 5.61 | 48.64 | - |
| YUV | 57.63 | 202.14 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 189 | 0.74 | 0.81 | 0 | 0.26 | 245.49 | 0.68 | 0.44 |
| Hex | 32 | 24 | BD | 4A | 51 | 0 | 1A | F5 | 44 | 2C |
| Octal | 62 | 44 | 275 | 112 | 121 | 0 | 32 | 365 | 104 | 54 |
| Binary | 110010 | 100100 | 10111101 | 1001010 | 1010001 | 0 | 11010 | 11110101 | 1000100 | 101100 |
Color Harmonies of #3224BD
Complementary color
Monochromatic Colors of #3224BD
Black with #3224BD
Text Example
Text Example
White with #3224BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3224BD; }
p { color: rgb(50,36,189); }
H1.HeaderClassName
{
color: #3224BD;
}
.AnyTagClassName
{
color: #3224BD;
}
</style>
background-color css
<style>
a { background-color: #3224BD; }
a { background-color: rgb(50,36,189); }
div.DivClassName
{
background-color: #3224BD;
}
.BgClassName
{
background-color: #3224BD;
}
</style>
border-color css
<style>
span { border-color: #3224BD; }
span { border-color: rgb(50,36,189); }
td.TdClassName
{
border-color: #3224BD;
}
.TagClassName
{
border-color: #3224BD;
}
</style>