Shades of Persian Blue #323EA6
Tints of Persian Blue #323EA6
RGB
CMYK
RGB Variations
Color information
#323EA6 (or 0x323EA6) is known color: Persian Blue. HEX triplet: 32, 3E and A6. RGB value is (50,62,166). Sum of RGB (Red+Green+Blue) = 50+62+166=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #323EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EA6 is #CDC159. Grayscale: #454545. Windows color (decimal): -13484378 or 10894898. OLE color: 10894898.
HSL color Cylindrical-coordinate representation of color #323EA6: hue angle of 233.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323EA6 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 62 | 166 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.35 |
| HSL | 233.79º | 0.54% | 0.42% | - |
| HSV(B) | 233.79º | 0.7% | 0.65% | - |
| XYZ | 9.92 | 6.88 | 36.88 | - |
| YUV | 70.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 166 | 0.70 | 0.63 | 0 | 0.35 | 233.79 | 0.54 | 0.42 |
| Hex | 32 | 3E | A6 | 46 | 3F | 0 | 23 | EA | 36 | 2A |
| Octal | 62 | 76 | 246 | 106 | 77 | 0 | 43 | 352 | 66 | 52 |
| Binary | 110010 | 111110 | 10100110 | 1000110 | 111111 | 0 | 100011 | 11101010 | 110110 | 101010 |
Color Harmonies of #323EA6
Complementary color
Monochromatic Colors of #323EA6
Black with #323EA6
Text Example
Text Example
White with #323EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EA6; }
p { color: rgb(50,62,166); }
H1.HeaderClassName
{
color: #323EA6;
}
.AnyTagClassName
{
color: #323EA6;
}
</style>
background-color css
<style>
a { background-color: #323EA6; }
a { background-color: rgb(50,62,166); }
div.DivClassName
{
background-color: #323EA6;
}
.BgClassName
{
background-color: #323EA6;
}
</style>
border-color css
<style>
span { border-color: #323EA6; }
span { border-color: rgb(50,62,166); }
td.TdClassName
{
border-color: #323EA6;
}
.TagClassName
{
border-color: #323EA6;
}
</style>