Shades of Persian Blue #323DCD
Tints of Persian Blue #323DCD
RGB
CMYK
RGB Variations
Color information
#323DCD (or 0x323DCD) is known color: Persian Blue. HEX triplet: 32, 3D and CD. RGB value is (50,61,205). Sum of RGB (Red+Green+Blue) = 50+61+205=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #323DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DCD is #CDC232. Grayscale: #494949. Windows color (decimal): -13484595 or 13450546. OLE color: 13450546.
HSL color Cylindrical-coordinate representation of color #323DCD: hue angle of 235.74º 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 #323DCD is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 61 | 205 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.20 |
| HSL | 235.74º | 0.61% | 0.5% | - |
| HSV(B) | 235.74º | 0.76% | 0.8% | - |
| XYZ | 14 | 8.42 | 58.65 | - |
| YUV | 74.13 | 201.86 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 205 | 0.76 | 0.70 | 0 | 0.20 | 235.74 | 0.61 | 0.5 |
| Hex | 32 | 3D | CD | 4C | 46 | 0 | 14 | EC | 3D | 32 |
| Octal | 62 | 75 | 315 | 114 | 106 | 0 | 24 | 354 | 75 | 62 |
| Binary | 110010 | 111101 | 11001101 | 1001100 | 1000110 | 0 | 10100 | 11101100 | 111101 | 110010 |
Color Harmonies of #323DCD
Complementary color
Monochromatic Colors of #323DCD
Black with #323DCD
Text Example
Text Example
White with #323DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DCD; }
p { color: rgb(50,61,205); }
H1.HeaderClassName
{
color: #323DCD;
}
.AnyTagClassName
{
color: #323DCD;
}
</style>
background-color css
<style>
a { background-color: #323DCD; }
a { background-color: rgb(50,61,205); }
div.DivClassName
{
background-color: #323DCD;
}
.BgClassName
{
background-color: #323DCD;
}
</style>
border-color css
<style>
span { border-color: #323DCD; }
span { border-color: rgb(50,61,205); }
td.TdClassName
{
border-color: #323DCD;
}
.TagClassName
{
border-color: #323DCD;
}
</style>