Shades of Persian Blue #323CCE
Tints of Persian Blue #323CCE
RGB
CMYK
RGB Variations
Color information
#323CCE (or 0x323CCE) is known color: Persian Blue. HEX triplet: 32, 3C and CE. RGB value is (50,60,206). Sum of RGB (Red+Green+Blue) = 50+60+206=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #323CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CCE is #CDC331. Grayscale: #494949. Windows color (decimal): -13484850 or 13515826. OLE color: 13515826.
HSL color Cylindrical-coordinate representation of color #323CCE: hue angle of 236.15º degrees, saturation: 0.61, 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 #323CCE is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 60 | 206 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.19 |
| HSL | 236.15º | 0.61% | 0.5% | - |
| HSV(B) | 236.15º | 0.76% | 0.81% | - |
| XYZ | 14.07 | 8.37 | 59.27 | - |
| YUV | 73.65 | 202.69 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 206 | 0.76 | 0.71 | 0 | 0.19 | 236.15 | 0.61 | 0.5 |
| Hex | 32 | 3C | CE | 4C | 47 | 0 | 13 | EC | 3D | 32 |
| Octal | 62 | 74 | 316 | 114 | 107 | 0 | 23 | 354 | 75 | 62 |
| Binary | 110010 | 111100 | 11001110 | 1001100 | 1000111 | 0 | 10011 | 11101100 | 111101 | 110010 |
Color Harmonies of #323CCE
Complementary color
Monochromatic Colors of #323CCE
Black with #323CCE
Text Example
Text Example
White with #323CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CCE; }
p { color: rgb(50,60,206); }
H1.HeaderClassName
{
color: #323CCE;
}
.AnyTagClassName
{
color: #323CCE;
}
</style>
background-color css
<style>
a { background-color: #323CCE; }
a { background-color: rgb(50,60,206); }
div.DivClassName
{
background-color: #323CCE;
}
.BgClassName
{
background-color: #323CCE;
}
</style>
border-color css
<style>
span { border-color: #323CCE; }
span { border-color: rgb(50,60,206); }
td.TdClassName
{
border-color: #323CCE;
}
.TagClassName
{
border-color: #323CCE;
}
</style>