Shades of Persian Blue #322BA8
Tints of Persian Blue #322BA8
RGB
CMYK
RGB Variations
Color information
#322BA8 (or 0x322BA8) is known color: Persian Blue. HEX triplet: 32, 2B and A8. RGB value is (50,43,168). Sum of RGB (Red+Green+Blue) = 50+43+168=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 168 (66.02% from 255 or 64.37% from 261); Max value from RGB is 168 - color contains mainly: blue. Hex color #322BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322BA8 is #CDD457. Grayscale: #3A3A3A. Windows color (decimal): -13489240 or 11021106. OLE color: 11021106.
HSL color Cylindrical-coordinate representation of color #322BA8: hue angle of 243.36º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #322BA8 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 43 | 168 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.34 |
| HSL | 243.36º | 0.59% | 0.41% | - |
| HSV(B) | 243.36º | 0.74% | 0.66% | - |
| XYZ | 9.25 | 5.23 | 37.57 | - |
| YUV | 59.34 | 189.32 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 168 | 0.70 | 0.74 | 0 | 0.34 | 243.36 | 0.59 | 0.41 |
| Hex | 32 | 2B | A8 | 46 | 4A | 0 | 22 | F3 | 3B | 29 |
| Octal | 62 | 53 | 250 | 106 | 112 | 0 | 42 | 363 | 73 | 51 |
| Binary | 110010 | 101011 | 10101000 | 1000110 | 1001010 | 0 | 100010 | 11110011 | 111011 | 101001 |
Color Harmonies of #322BA8
Complementary color
Monochromatic Colors of #322BA8
Black with #322BA8
Text Example
Text Example
White with #322BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BA8; }
p { color: rgb(50,43,168); }
H1.HeaderClassName
{
color: #322BA8;
}
.AnyTagClassName
{
color: #322BA8;
}
</style>
background-color css
<style>
a { background-color: #322BA8; }
a { background-color: rgb(50,43,168); }
div.DivClassName
{
background-color: #322BA8;
}
.BgClassName
{
background-color: #322BA8;
}
</style>
border-color css
<style>
span { border-color: #322BA8; }
span { border-color: rgb(50,43,168); }
td.TdClassName
{
border-color: #322BA8;
}
.TagClassName
{
border-color: #322BA8;
}
</style>