Shades of Persian Blue #323AB5
Tints of Persian Blue #323AB5
RGB
CMYK
RGB Variations
Color information
#323AB5 (or 0x323AB5) is known color: Persian Blue. HEX triplet: 32, 3A and B5. RGB value is (50,58,181). Sum of RGB (Red+Green+Blue) = 50+58+181=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 181 (71.09% from 255 or 62.63% from 289); Max value from RGB is 181 - color contains mainly: blue. Hex color #323AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AB5 is #CDC54A. Grayscale: #454545. Windows color (decimal): -13485387 or 11876914. OLE color: 11876914.
HSL color Cylindrical-coordinate representation of color #323AB5: hue angle of 236.34º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #323AB5 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 58 | 181 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.29 |
| HSL | 236.34º | 0.57% | 0.45% | - |
| HSV(B) | 236.34º | 0.72% | 0.71% | - |
| XYZ | 11.17 | 7.04 | 44.49 | - |
| YUV | 69.63 | 190.85 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 181 | 0.72 | 0.68 | 0 | 0.29 | 236.34 | 0.57 | 0.45 |
| Hex | 32 | 3A | B5 | 48 | 44 | 0 | 1D | EC | 39 | 2D |
| Octal | 62 | 72 | 265 | 110 | 104 | 0 | 35 | 354 | 71 | 55 |
| Binary | 110010 | 111010 | 10110101 | 1001000 | 1000100 | 0 | 11101 | 11101100 | 111001 | 101101 |
Color Harmonies of #323AB5
Complementary color
Monochromatic Colors of #323AB5
Black with #323AB5
Text Example
Text Example
White with #323AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AB5; }
p { color: rgb(50,58,181); }
H1.HeaderClassName
{
color: #323AB5;
}
.AnyTagClassName
{
color: #323AB5;
}
</style>
background-color css
<style>
a { background-color: #323AB5; }
a { background-color: rgb(50,58,181); }
div.DivClassName
{
background-color: #323AB5;
}
.BgClassName
{
background-color: #323AB5;
}
</style>
border-color css
<style>
span { border-color: #323AB5; }
span { border-color: rgb(50,58,181); }
td.TdClassName
{
border-color: #323AB5;
}
.TagClassName
{
border-color: #323AB5;
}
</style>