Shades of Persian Blue #3225D8
Tints of Persian Blue #3225D8
RGB
CMYK
RGB Variations
Color information
#3225D8 (or 0x3225D8) is known color: Persian Blue. HEX triplet: 32, 25 and D8. RGB value is (50,37,216). Sum of RGB (Red+Green+Blue) = 50+37+216=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 216 (84.77% from 255 or 71.29% from 303); Max value from RGB is 216 - color contains mainly: blue. Hex color #3225D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3225D8 is #CDDA27. Grayscale: #3C3C3C. Windows color (decimal): -13490728 or 14165298. OLE color: 14165298.
HSL color Cylindrical-coordinate representation of color #3225D8: hue angle of 244.36º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3225D8 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 37 | 216 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.15 |
| HSL | 244.36º | 0.71% | 0.5% | - |
| HSV(B) | 244.36º | 0.83% | 0.85% | - |
| XYZ | 14.37 | 6.96 | 65.55 | - |
| YUV | 61.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 216 | 0.77 | 0.83 | 0 | 0.15 | 244.36 | 0.71 | 0.5 |
| Hex | 32 | 25 | D8 | 4D | 53 | 0 | F | F4 | 47 | 32 |
| Octal | 62 | 45 | 330 | 115 | 123 | 0 | 17 | 364 | 107 | 62 |
| Binary | 110010 | 100101 | 11011000 | 1001101 | 1010011 | 0 | 1111 | 11110100 | 1000111 | 110010 |
Color Harmonies of #3225D8
Complementary color
Monochromatic Colors of #3225D8
Black with #3225D8
Text Example
Text Example
White with #3225D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3225D8; }
p { color: rgb(50,37,216); }
H1.HeaderClassName
{
color: #3225D8;
}
.AnyTagClassName
{
color: #3225D8;
}
</style>
background-color css
<style>
a { background-color: #3225D8; }
a { background-color: rgb(50,37,216); }
div.DivClassName
{
background-color: #3225D8;
}
.BgClassName
{
background-color: #3225D8;
}
</style>
border-color css
<style>
span { border-color: #3225D8; }
span { border-color: rgb(50,37,216); }
td.TdClassName
{
border-color: #3225D8;
}
.TagClassName
{
border-color: #3225D8;
}
</style>