Shades of Persian Blue #322CBA
Tints of Persian Blue #322CBA
RGB
CMYK
RGB Variations
Color information
#322CBA (or 0x322CBA) is known color: Persian Blue. HEX triplet: 32, 2C and BA. RGB value is (50,44,186). Sum of RGB (Red+Green+Blue) = 50+44+186=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #322CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CBA is #CDD345. Grayscale: #3D3D3D. Windows color (decimal): -13488966 or 12201010. OLE color: 12201010.
HSL color Cylindrical-coordinate representation of color #322CBA: hue angle of 242.54º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322CBA is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 44 | 186 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.27 |
| HSL | 242.54º | 0.62% | 0.45% | - |
| HSV(B) | 242.54º | 0.76% | 0.73% | - |
| XYZ | 11.08 | 6.02 | 47.03 | - |
| YUV | 61.98 | 197.99 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 186 | 0.73 | 0.76 | 0 | 0.27 | 242.54 | 0.62 | 0.45 |
| Hex | 32 | 2C | BA | 49 | 4C | 0 | 1B | F3 | 3E | 2D |
| Octal | 62 | 54 | 272 | 111 | 114 | 0 | 33 | 363 | 76 | 55 |
| Binary | 110010 | 101100 | 10111010 | 1001001 | 1001100 | 0 | 11011 | 11110011 | 111110 | 101101 |
Color Harmonies of #322CBA
Complementary color
Monochromatic Colors of #322CBA
Black with #322CBA
Text Example
Text Example
White with #322CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CBA; }
p { color: rgb(50,44,186); }
H1.HeaderClassName
{
color: #322CBA;
}
.AnyTagClassName
{
color: #322CBA;
}
</style>
background-color css
<style>
a { background-color: #322CBA; }
a { background-color: rgb(50,44,186); }
div.DivClassName
{
background-color: #322CBA;
}
.BgClassName
{
background-color: #322CBA;
}
</style>
border-color css
<style>
span { border-color: #322CBA; }
span { border-color: rgb(50,44,186); }
td.TdClassName
{
border-color: #322CBA;
}
.TagClassName
{
border-color: #322CBA;
}
</style>