Shades of Persian Blue #3225BA
Tints of Persian Blue #3225BA
RGB
CMYK
RGB Variations
Color information
#3225BA (or 0x3225BA) is known color: Persian Blue. HEX triplet: 32, 25 and BA. RGB value is (50,37,186). Sum of RGB (Red+Green+Blue) = 50+37+186=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #3225BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3225BA is #CDDA45. Grayscale: #393939. Windows color (decimal): -13490758 or 12199218. OLE color: 12199218.
HSL color Cylindrical-coordinate representation of color #3225BA: hue angle of 245.23º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3225BA is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 37 | 186 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.27 |
| HSL | 245.23º | 0.67% | 0.44% | - |
| HSV(B) | 245.23º | 0.8% | 0.73% | - |
| XYZ | 10.84 | 5.55 | 46.95 | - |
| YUV | 57.87 | 200.31 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 186 | 0.73 | 0.80 | 0 | 0.27 | 245.23 | 0.67 | 0.44 |
| Hex | 32 | 25 | BA | 49 | 50 | 0 | 1B | F5 | 43 | 2C |
| Octal | 62 | 45 | 272 | 111 | 120 | 0 | 33 | 365 | 103 | 54 |
| Binary | 110010 | 100101 | 10111010 | 1001001 | 1010000 | 0 | 11011 | 11110101 | 1000011 | 101100 |
Color Harmonies of #3225BA
Complementary color
Monochromatic Colors of #3225BA
Black with #3225BA
Text Example
Text Example
White with #3225BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3225BA; }
p { color: rgb(50,37,186); }
H1.HeaderClassName
{
color: #3225BA;
}
.AnyTagClassName
{
color: #3225BA;
}
</style>
background-color css
<style>
a { background-color: #3225BA; }
a { background-color: rgb(50,37,186); }
div.DivClassName
{
background-color: #3225BA;
}
.BgClassName
{
background-color: #3225BA;
}
</style>
border-color css
<style>
span { border-color: #3225BA; }
span { border-color: rgb(50,37,186); }
td.TdClassName
{
border-color: #3225BA;
}
.TagClassName
{
border-color: #3225BA;
}
</style>