Shades of Persian Blue #323DCE
Tints of Persian Blue #323DCE
RGB
CMYK
RGB Variations
Color information
#323DCE (or 0x323DCE) is known color: Persian Blue. HEX triplet: 32, 3D and CE. RGB value is (50,61,206). Sum of RGB (Red+Green+Blue) = 50+61+206=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #323DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DCE is #CDC231. Grayscale: #494949. Windows color (decimal): -13484594 or 13516082. OLE color: 13516082.
HSL color Cylindrical-coordinate representation of color #323DCE: hue angle of 235.77º 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 #323DCE is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 61 | 206 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.19 |
| HSL | 235.77º | 0.61% | 0.5% | - |
| HSV(B) | 235.77º | 0.76% | 0.81% | - |
| XYZ | 14.12 | 8.47 | 59.28 | - |
| YUV | 74.24 | 202.36 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 206 | 0.76 | 0.70 | 0 | 0.19 | 235.77 | 0.61 | 0.5 |
| Hex | 32 | 3D | CE | 4C | 46 | 0 | 13 | EC | 3D | 32 |
| Octal | 62 | 75 | 316 | 114 | 106 | 0 | 23 | 354 | 75 | 62 |
| Binary | 110010 | 111101 | 11001110 | 1001100 | 1000110 | 0 | 10011 | 11101100 | 111101 | 110010 |
Color Harmonies of #323DCE
Complementary color
Monochromatic Colors of #323DCE
Black with #323DCE
Text Example
Text Example
White with #323DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DCE; }
p { color: rgb(50,61,206); }
H1.HeaderClassName
{
color: #323DCE;
}
.AnyTagClassName
{
color: #323DCE;
}
</style>
background-color css
<style>
a { background-color: #323DCE; }
a { background-color: rgb(50,61,206); }
div.DivClassName
{
background-color: #323DCE;
}
.BgClassName
{
background-color: #323DCE;
}
</style>
border-color css
<style>
span { border-color: #323DCE; }
span { border-color: rgb(50,61,206); }
td.TdClassName
{
border-color: #323DCE;
}
.TagClassName
{
border-color: #323DCE;
}
</style>