Shades of Persian Blue #3225B9
Tints of Persian Blue #3225B9
RGB
CMYK
RGB Variations
Color information
#3225B9 (or 0x3225B9) is known color: Persian Blue. HEX triplet: 32, 25 and B9. RGB value is (50,37,185). Sum of RGB (Red+Green+Blue) = 50+37+185=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 185 (72.66% from 255 or 68.01% from 272); Max value from RGB is 185 - color contains mainly: blue. Hex color #3225B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3225B9 is #CDDA46. Grayscale: #393939. Windows color (decimal): -13490759 or 12133682. OLE color: 12133682.
HSL color Cylindrical-coordinate representation of color #3225B9: hue angle of 245.27º 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 #3225B9 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 37 | 185 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.27 |
| HSL | 245.27º | 0.67% | 0.44% | - |
| HSV(B) | 245.27º | 0.8% | 0.73% | - |
| XYZ | 10.73 | 5.5 | 46.4 | - |
| YUV | 57.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 185 | 0.73 | 0.80 | 0 | 0.27 | 245.27 | 0.67 | 0.44 |
| Hex | 32 | 25 | B9 | 49 | 50 | 0 | 1B | F5 | 43 | 2C |
| Octal | 62 | 45 | 271 | 111 | 120 | 0 | 33 | 365 | 103 | 54 |
| Binary | 110010 | 100101 | 10111001 | 1001001 | 1010000 | 0 | 11011 | 11110101 | 1000011 | 101100 |
Color Harmonies of #3225B9
Complementary color
Monochromatic Colors of #3225B9
Black with #3225B9
Text Example
Text Example
White with #3225B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3225B9; }
p { color: rgb(50,37,185); }
H1.HeaderClassName
{
color: #3225B9;
}
.AnyTagClassName
{
color: #3225B9;
}
</style>
background-color css
<style>
a { background-color: #3225B9; }
a { background-color: rgb(50,37,185); }
div.DivClassName
{
background-color: #3225B9;
}
.BgClassName
{
background-color: #3225B9;
}
</style>
border-color css
<style>
span { border-color: #3225B9; }
span { border-color: rgb(50,37,185); }
td.TdClassName
{
border-color: #3225B9;
}
.TagClassName
{
border-color: #3225B9;
}
</style>