Shades of Persian Blue #3226BA
Tints of Persian Blue #3226BA
RGB
CMYK
RGB Variations
Color information
#3226BA (or 0x3226BA) is known color: Persian Blue. HEX triplet: 32, 26 and BA. RGB value is (50,38,186). Sum of RGB (Red+Green+Blue) = 50+38+186=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #3226BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3226BA is #CDD945. Grayscale: #393939. Windows color (decimal): -13490502 or 12199474. OLE color: 12199474.
HSL color Cylindrical-coordinate representation of color #3226BA: hue angle of 244.86º degrees, saturation: 0.66, 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 #3226BA is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 38 | 186 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.27 |
| HSL | 244.86º | 0.66% | 0.44% | - |
| HSV(B) | 244.86º | 0.8% | 0.73% | - |
| XYZ | 10.87 | 5.61 | 46.96 | - |
| YUV | 58.46 | 199.98 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 186 | 0.73 | 0.80 | 0 | 0.27 | 244.86 | 0.66 | 0.44 |
| Hex | 32 | 26 | BA | 49 | 50 | 0 | 1B | F5 | 42 | 2C |
| Octal | 62 | 46 | 272 | 111 | 120 | 0 | 33 | 365 | 102 | 54 |
| Binary | 110010 | 100110 | 10111010 | 1001001 | 1010000 | 0 | 11011 | 11110101 | 1000010 | 101100 |
Color Harmonies of #3226BA
Complementary color
Monochromatic Colors of #3226BA
Black with #3226BA
Text Example
Text Example
White with #3226BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3226BA; }
p { color: rgb(50,38,186); }
H1.HeaderClassName
{
color: #3226BA;
}
.AnyTagClassName
{
color: #3226BA;
}
</style>
background-color css
<style>
a { background-color: #3226BA; }
a { background-color: rgb(50,38,186); }
div.DivClassName
{
background-color: #3226BA;
}
.BgClassName
{
background-color: #3226BA;
}
</style>
border-color css
<style>
span { border-color: #3226BA; }
span { border-color: rgb(50,38,186); }
td.TdClassName
{
border-color: #3226BA;
}
.TagClassName
{
border-color: #3226BA;
}
</style>