Shades of Persian Blue #323BA7
Tints of Persian Blue #323BA7
RGB
CMYK
RGB Variations
Color information
#323BA7 (or 0x323BA7) is known color: Persian Blue. HEX triplet: 32, 3B and A7. RGB value is (50,59,167). Sum of RGB (Red+Green+Blue) = 50+59+167=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 167 (65.62% from 255 or 60.51% from 276); Max value from RGB is 167 - color contains mainly: blue. Hex color #323BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BA7 is #CDC458. Grayscale: #444444. Windows color (decimal): -13485145 or 10959666. OLE color: 10959666.
HSL color Cylindrical-coordinate representation of color #323BA7: hue angle of 235.38º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323BA7 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 59 | 167 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.35 |
| HSL | 235.38º | 0.54% | 0.43% | - |
| HSV(B) | 235.38º | 0.7% | 0.65% | - |
| XYZ | 9.85 | 6.6 | 37.31 | - |
| YUV | 68.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 167 | 0.70 | 0.65 | 0 | 0.35 | 235.38 | 0.54 | 0.43 |
| Hex | 32 | 3B | A7 | 46 | 41 | 0 | 23 | EB | 36 | 2B |
| Octal | 62 | 73 | 247 | 106 | 101 | 0 | 43 | 353 | 66 | 53 |
| Binary | 110010 | 111011 | 10100111 | 1000110 | 1000001 | 0 | 100011 | 11101011 | 110110 | 101011 |
Color Harmonies of #323BA7
Complementary color
Monochromatic Colors of #323BA7
Black with #323BA7
Text Example
Text Example
White with #323BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BA7; }
p { color: rgb(50,59,167); }
H1.HeaderClassName
{
color: #323BA7;
}
.AnyTagClassName
{
color: #323BA7;
}
</style>
background-color css
<style>
a { background-color: #323BA7; }
a { background-color: rgb(50,59,167); }
div.DivClassName
{
background-color: #323BA7;
}
.BgClassName
{
background-color: #323BA7;
}
</style>
border-color css
<style>
span { border-color: #323BA7; }
span { border-color: rgb(50,59,167); }
td.TdClassName
{
border-color: #323BA7;
}
.TagClassName
{
border-color: #323BA7;
}
</style>