Shades of Persian Blue #323BA2
Tints of Persian Blue #323BA2
RGB
CMYK
RGB Variations
Color information
#323BA2 (or 0x323BA2) is known color: Persian Blue. HEX triplet: 32, 3B and A2. RGB value is (50,59,162). Sum of RGB (Red+Green+Blue) = 50+59+162=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 162 (63.67% from 255 or 59.78% from 271); Max value from RGB is 162 - color contains mainly: blue. Hex color #323BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BA2 is #CDC45D. Grayscale: #434343. Windows color (decimal): -13485150 or 10631986. OLE color: 10631986.
HSL color Cylindrical-coordinate representation of color #323BA2: hue angle of 235.18º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323BA2 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 59 | 162 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.36 |
| HSL | 235.18º | 0.53% | 0.42% | - |
| HSV(B) | 235.18º | 0.69% | 0.64% | - |
| XYZ | 9.4 | 6.41 | 34.93 | - |
| YUV | 68.05 | 181.02 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 162 | 0.69 | 0.64 | 0 | 0.36 | 235.18 | 0.53 | 0.42 |
| Hex | 32 | 3B | A2 | 45 | 40 | 0 | 24 | EB | 35 | 2A |
| Octal | 62 | 73 | 242 | 105 | 100 | 0 | 44 | 353 | 65 | 52 |
| Binary | 110010 | 111011 | 10100010 | 1000101 | 1000000 | 0 | 100100 | 11101011 | 110101 | 101010 |
Color Harmonies of #323BA2
Complementary color
Monochromatic Colors of #323BA2
Black with #323BA2
Text Example
Text Example
White with #323BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BA2; }
p { color: rgb(50,59,162); }
H1.HeaderClassName
{
color: #323BA2;
}
.AnyTagClassName
{
color: #323BA2;
}
</style>
background-color css
<style>
a { background-color: #323BA2; }
a { background-color: rgb(50,59,162); }
div.DivClassName
{
background-color: #323BA2;
}
.BgClassName
{
background-color: #323BA2;
}
</style>
border-color css
<style>
span { border-color: #323BA2; }
span { border-color: rgb(50,59,162); }
td.TdClassName
{
border-color: #323BA2;
}
.TagClassName
{
border-color: #323BA2;
}
</style>