Shades of Persian Blue #323CCF
Tints of Persian Blue #323CCF
RGB
CMYK
RGB Variations
Color information
#323CCF (or 0x323CCF) is known color: Persian Blue. HEX triplet: 32, 3C and CF. RGB value is (50,60,207). Sum of RGB (Red+Green+Blue) = 50+60+207=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #323CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CCF is #CDC330. Grayscale: #494949. Windows color (decimal): -13484849 or 13581362. OLE color: 13581362.
HSL color Cylindrical-coordinate representation of color #323CCF: hue angle of 236.18º 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 #323CCF is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 60 | 207 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.19 |
| HSL | 236.18º | 0.62% | 0.5% | - |
| HSV(B) | 236.18º | 0.76% | 0.81% | - |
| XYZ | 14.19 | 8.41 | 59.91 | - |
| YUV | 73.77 | 203.19 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 207 | 0.76 | 0.71 | 0 | 0.19 | 236.18 | 0.62 | 0.5 |
| Hex | 32 | 3C | CF | 4C | 47 | 0 | 13 | EC | 3E | 32 |
| Octal | 62 | 74 | 317 | 114 | 107 | 0 | 23 | 354 | 76 | 62 |
| Binary | 110010 | 111100 | 11001111 | 1001100 | 1000111 | 0 | 10011 | 11101100 | 111110 | 110010 |
Color Harmonies of #323CCF
Complementary color
Monochromatic Colors of #323CCF
Black with #323CCF
Text Example
Text Example
White with #323CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CCF; }
p { color: rgb(50,60,207); }
H1.HeaderClassName
{
color: #323CCF;
}
.AnyTagClassName
{
color: #323CCF;
}
</style>
background-color css
<style>
a { background-color: #323CCF; }
a { background-color: rgb(50,60,207); }
div.DivClassName
{
background-color: #323CCF;
}
.BgClassName
{
background-color: #323CCF;
}
</style>
border-color css
<style>
span { border-color: #323CCF; }
span { border-color: rgb(50,60,207); }
td.TdClassName
{
border-color: #323CCF;
}
.TagClassName
{
border-color: #323CCF;
}
</style>