Shades of Persian Blue #322EBA
Tints of Persian Blue #322EBA
RGB
CMYK
RGB Variations
Color information
#322EBA (or 0x322EBA) is known color: Persian Blue. HEX triplet: 32, 2E and BA. RGB value is (50,46,186). Sum of RGB (Red+Green+Blue) = 50+46+186=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #322EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322EBA is #CDD145. Grayscale: #3E3E3E. Windows color (decimal): -13488454 or 12201522. OLE color: 12201522.
HSL color Cylindrical-coordinate representation of color #322EBA: hue angle of 241.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322EBA is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 46 | 186 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.27 |
| HSL | 241.71º | 0.6% | 0.45% | - |
| HSV(B) | 241.71º | 0.75% | 0.73% | - |
| XYZ | 11.16 | 6.18 | 47.06 | - |
| YUV | 63.16 | 197.33 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 186 | 0.73 | 0.75 | 0 | 0.27 | 241.71 | 0.6 | 0.45 |
| Hex | 32 | 2E | BA | 49 | 4B | 0 | 1B | F2 | 3C | 2D |
| Octal | 62 | 56 | 272 | 111 | 113 | 0 | 33 | 362 | 74 | 55 |
| Binary | 110010 | 101110 | 10111010 | 1001001 | 1001011 | 0 | 11011 | 11110010 | 111100 | 101101 |
Color Harmonies of #322EBA
Complementary color
Monochromatic Colors of #322EBA
Black with #322EBA
Text Example
Text Example
White with #322EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322EBA; }
p { color: rgb(50,46,186); }
H1.HeaderClassName
{
color: #322EBA;
}
.AnyTagClassName
{
color: #322EBA;
}
</style>
background-color css
<style>
a { background-color: #322EBA; }
a { background-color: rgb(50,46,186); }
div.DivClassName
{
background-color: #322EBA;
}
.BgClassName
{
background-color: #322EBA;
}
</style>
border-color css
<style>
span { border-color: #322EBA; }
span { border-color: rgb(50,46,186); }
td.TdClassName
{
border-color: #322EBA;
}
.TagClassName
{
border-color: #322EBA;
}
</style>