Shades of Persian Blue #323CCD
Tints of Persian Blue #323CCD
RGB
CMYK
RGB Variations
Color information
#323CCD (or 0x323CCD) is known color: Persian Blue. HEX triplet: 32, 3C and CD. RGB value is (50,60,205). Sum of RGB (Red+Green+Blue) = 50+60+205=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #323CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CCD is #CDC332. Grayscale: #484848. Windows color (decimal): -13484851 or 13450290. OLE color: 13450290.
HSL color Cylindrical-coordinate representation of color #323CCD: hue angle of 236.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #323CCD is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 60 | 205 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.20 |
| HSL | 236.13º | 0.61% | 0.5% | - |
| HSV(B) | 236.13º | 0.76% | 0.8% | - |
| XYZ | 13.95 | 8.32 | 58.63 | - |
| YUV | 73.54 | 202.19 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 205 | 0.76 | 0.71 | 0 | 0.20 | 236.13 | 0.61 | 0.5 |
| Hex | 32 | 3C | CD | 4C | 47 | 0 | 14 | EC | 3D | 32 |
| Octal | 62 | 74 | 315 | 114 | 107 | 0 | 24 | 354 | 75 | 62 |
| Binary | 110010 | 111100 | 11001101 | 1001100 | 1000111 | 0 | 10100 | 11101100 | 111101 | 110010 |
Color Harmonies of #323CCD
Complementary color
Monochromatic Colors of #323CCD
Black with #323CCD
Text Example
Text Example
White with #323CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CCD; }
p { color: rgb(50,60,205); }
H1.HeaderClassName
{
color: #323CCD;
}
.AnyTagClassName
{
color: #323CCD;
}
</style>
background-color css
<style>
a { background-color: #323CCD; }
a { background-color: rgb(50,60,205); }
div.DivClassName
{
background-color: #323CCD;
}
.BgClassName
{
background-color: #323CCD;
}
</style>
border-color css
<style>
span { border-color: #323CCD; }
span { border-color: rgb(50,60,205); }
td.TdClassName
{
border-color: #323CCD;
}
.TagClassName
{
border-color: #323CCD;
}
</style>