Shades of Persian Blue #323AC5
Tints of Persian Blue #323AC5
RGB
CMYK
RGB Variations
Color information
#323AC5 (or 0x323AC5) is known color: Persian Blue. HEX triplet: 32, 3A and C5. RGB value is (50,58,197). Sum of RGB (Red+Green+Blue) = 50+58+197=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #323AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AC5 is #CDC53A. Grayscale: #464646. Windows color (decimal): -13485371 or 12925490. OLE color: 12925490.
HSL color Cylindrical-coordinate representation of color #323AC5: hue angle of 236.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323AC5 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 58 | 197 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.23 |
| HSL | 236.73º | 0.6% | 0.48% | - |
| HSV(B) | 236.73º | 0.75% | 0.77% | - |
| XYZ | 12.91 | 7.74 | 53.64 | - |
| YUV | 71.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 197 | 0.75 | 0.71 | 0 | 0.23 | 236.73 | 0.6 | 0.48 |
| Hex | 32 | 3A | C5 | 4B | 47 | 0 | 17 | ED | 3C | 30 |
| Octal | 62 | 72 | 305 | 113 | 107 | 0 | 27 | 355 | 74 | 60 |
| Binary | 110010 | 111010 | 11000101 | 1001011 | 1000111 | 0 | 10111 | 11101101 | 111100 | 110000 |
Color Harmonies of #323AC5
Complementary color
Monochromatic Colors of #323AC5
Black with #323AC5
Text Example
Text Example
White with #323AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AC5; }
p { color: rgb(50,58,197); }
H1.HeaderClassName
{
color: #323AC5;
}
.AnyTagClassName
{
color: #323AC5;
}
</style>
background-color css
<style>
a { background-color: #323AC5; }
a { background-color: rgb(50,58,197); }
div.DivClassName
{
background-color: #323AC5;
}
.BgClassName
{
background-color: #323AC5;
}
</style>
border-color css
<style>
span { border-color: #323AC5; }
span { border-color: rgb(50,58,197); }
td.TdClassName
{
border-color: #323AC5;
}
.TagClassName
{
border-color: #323AC5;
}
</style>