Shades of Persian Blue #323BA8
Tints of Persian Blue #323BA8
RGB
CMYK
RGB Variations
Color information
#323BA8 (or 0x323BA8) is known color: Persian Blue. HEX triplet: 32, 3B and A8. RGB value is (50,59,168). Sum of RGB (Red+Green+Blue) = 50+59+168=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 168 (66.02% from 255 or 60.65% from 277); Max value from RGB is 168 - color contains mainly: blue. Hex color #323BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BA8 is #CDC457. Grayscale: #444444. Windows color (decimal): -13485144 or 11025202. OLE color: 11025202.
HSL color Cylindrical-coordinate representation of color #323BA8: hue angle of 235.42º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323BA8 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 59 | 168 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.34 |
| HSL | 235.42º | 0.54% | 0.43% | - |
| HSV(B) | 235.42º | 0.7% | 0.66% | - |
| XYZ | 9.95 | 6.63 | 37.8 | - |
| YUV | 68.74 | 184.02 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 168 | 0.70 | 0.65 | 0 | 0.34 | 235.42 | 0.54 | 0.43 |
| Hex | 32 | 3B | A8 | 46 | 41 | 0 | 22 | EB | 36 | 2B |
| Octal | 62 | 73 | 250 | 106 | 101 | 0 | 42 | 353 | 66 | 53 |
| Binary | 110010 | 111011 | 10101000 | 1000110 | 1000001 | 0 | 100010 | 11101011 | 110110 | 101011 |
Color Harmonies of #323BA8
Complementary color
Monochromatic Colors of #323BA8
Black with #323BA8
Text Example
Text Example
White with #323BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BA8; }
p { color: rgb(50,59,168); }
H1.HeaderClassName
{
color: #323BA8;
}
.AnyTagClassName
{
color: #323BA8;
}
</style>
background-color css
<style>
a { background-color: #323BA8; }
a { background-color: rgb(50,59,168); }
div.DivClassName
{
background-color: #323BA8;
}
.BgClassName
{
background-color: #323BA8;
}
</style>
border-color css
<style>
span { border-color: #323BA8; }
span { border-color: rgb(50,59,168); }
td.TdClassName
{
border-color: #323BA8;
}
.TagClassName
{
border-color: #323BA8;
}
</style>