Shades of Persian Blue #323EAD
Tints of Persian Blue #323EAD
RGB
CMYK
RGB Variations
Color information
#323EAD (or 0x323EAD) is known color: Persian Blue. HEX triplet: 32, 3E and AD. RGB value is (50,62,173). Sum of RGB (Red+Green+Blue) = 50+62+173=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #323EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323EAD is #CDC152. Grayscale: #464646. Windows color (decimal): -13484371 or 11353650. OLE color: 11353650.
HSL color Cylindrical-coordinate representation of color #323EAD: hue angle of 234.15º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323EAD is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 62 | 173 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.32 |
| HSL | 234.15º | 0.55% | 0.44% | - |
| HSV(B) | 234.15º | 0.71% | 0.68% | - |
| XYZ | 10.58 | 7.14 | 40.36 | - |
| YUV | 71.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 173 | 0.71 | 0.64 | 0 | 0.32 | 234.15 | 0.55 | 0.44 |
| Hex | 32 | 3E | AD | 47 | 40 | 0 | 20 | EA | 37 | 2C |
| Octal | 62 | 76 | 255 | 107 | 100 | 0 | 40 | 352 | 67 | 54 |
| Binary | 110010 | 111110 | 10101101 | 1000111 | 1000000 | 0 | 100000 | 11101010 | 110111 | 101100 |
Color Harmonies of #323EAD
Complementary color
Monochromatic Colors of #323EAD
Black with #323EAD
Text Example
Text Example
White with #323EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EAD; }
p { color: rgb(50,62,173); }
H1.HeaderClassName
{
color: #323EAD;
}
.AnyTagClassName
{
color: #323EAD;
}
</style>
background-color css
<style>
a { background-color: #323EAD; }
a { background-color: rgb(50,62,173); }
div.DivClassName
{
background-color: #323EAD;
}
.BgClassName
{
background-color: #323EAD;
}
</style>
border-color css
<style>
span { border-color: #323EAD; }
span { border-color: rgb(50,62,173); }
td.TdClassName
{
border-color: #323EAD;
}
.TagClassName
{
border-color: #323EAD;
}
</style>