Shades of Persian Blue #323DCF
Tints of Persian Blue #323DCF
RGB
CMYK
RGB Variations
Color information
#323DCF (or 0x323DCF) is known color: Persian Blue. HEX triplet: 32, 3D and CF. RGB value is (50,61,207). Sum of RGB (Red+Green+Blue) = 50+61+207=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #323DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DCF is #CDC230. Grayscale: #494949. Windows color (decimal): -13484593 or 13581618. OLE color: 13581618.
HSL color Cylindrical-coordinate representation of color #323DCF: hue angle of 235.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #323DCF is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 61 | 207 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.19 |
| HSL | 235.8º | 0.62% | 0.5% | - |
| HSV(B) | 235.8º | 0.76% | 0.81% | - |
| XYZ | 14.25 | 8.52 | 59.93 | - |
| YUV | 74.36 | 202.86 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 207 | 0.76 | 0.71 | 0 | 0.19 | 235.8 | 0.62 | 0.5 |
| Hex | 32 | 3D | CF | 4C | 47 | 0 | 13 | EC | 3E | 32 |
| Octal | 62 | 75 | 317 | 114 | 107 | 0 | 23 | 354 | 76 | 62 |
| Binary | 110010 | 111101 | 11001111 | 1001100 | 1000111 | 0 | 10011 | 11101100 | 111110 | 110010 |
Color Harmonies of #323DCF
Complementary color
Monochromatic Colors of #323DCF
Black with #323DCF
Text Example
Text Example
White with #323DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DCF; }
p { color: rgb(50,61,207); }
H1.HeaderClassName
{
color: #323DCF;
}
.AnyTagClassName
{
color: #323DCF;
}
</style>
background-color css
<style>
a { background-color: #323DCF; }
a { background-color: rgb(50,61,207); }
div.DivClassName
{
background-color: #323DCF;
}
.BgClassName
{
background-color: #323DCF;
}
</style>
border-color css
<style>
span { border-color: #323DCF; }
span { border-color: rgb(50,61,207); }
td.TdClassName
{
border-color: #323DCF;
}
.TagClassName
{
border-color: #323DCF;
}
</style>