Shades of Persian Blue #323EC6
Tints of Persian Blue #323EC6
RGB
CMYK
RGB Variations
Color information
#323EC6 (or 0x323EC6) is known color: Persian Blue. HEX triplet: 32, 3E and C6. RGB value is (50,62,198). Sum of RGB (Red+Green+Blue) = 50+62+198=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #323EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EC6 is #CDC139. Grayscale: #494949. Windows color (decimal): -13484346 or 12992050. OLE color: 12992050.
HSL color Cylindrical-coordinate representation of color #323EC6: hue angle of 235.14º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323EC6 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 62 | 198 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.22 |
| HSL | 235.14º | 0.6% | 0.49% | - |
| HSV(B) | 235.14º | 0.75% | 0.78% | - |
| XYZ | 13.23 | 8.2 | 54.31 | - |
| YUV | 73.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 198 | 0.75 | 0.69 | 0 | 0.22 | 235.14 | 0.6 | 0.49 |
| Hex | 32 | 3E | C6 | 4B | 45 | 0 | 16 | EB | 3C | 31 |
| Octal | 62 | 76 | 306 | 113 | 105 | 0 | 26 | 353 | 74 | 61 |
| Binary | 110010 | 111110 | 11000110 | 1001011 | 1000101 | 0 | 10110 | 11101011 | 111100 | 110001 |
Color Harmonies of #323EC6
Complementary color
Monochromatic Colors of #323EC6
Black with #323EC6
Text Example
Text Example
White with #323EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EC6; }
p { color: rgb(50,62,198); }
H1.HeaderClassName
{
color: #323EC6;
}
.AnyTagClassName
{
color: #323EC6;
}
</style>
background-color css
<style>
a { background-color: #323EC6; }
a { background-color: rgb(50,62,198); }
div.DivClassName
{
background-color: #323EC6;
}
.BgClassName
{
background-color: #323EC6;
}
</style>
border-color css
<style>
span { border-color: #323EC6; }
span { border-color: rgb(50,62,198); }
td.TdClassName
{
border-color: #323EC6;
}
.TagClassName
{
border-color: #323EC6;
}
</style>