Shades of Persian Blue #323AAE
Tints of Persian Blue #323AAE
RGB
CMYK
RGB Variations
Color information
#323AAE (or 0x323AAE) is known color: Persian Blue. HEX triplet: 32, 3A and AE. RGB value is (50,58,174). Sum of RGB (Red+Green+Blue) = 50+58+174=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #323AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323AAE is #CDC551. Grayscale: #444444. Windows color (decimal): -13485394 or 11418162. OLE color: 11418162.
HSL color Cylindrical-coordinate representation of color #323AAE: hue angle of 236.13º 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 #323AAE is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 58 | 174 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.32 |
| HSL | 236.13º | 0.55% | 0.44% | - |
| HSV(B) | 236.13º | 0.71% | 0.68% | - |
| XYZ | 10.47 | 6.76 | 40.8 | - |
| YUV | 68.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 174 | 0.71 | 0.67 | 0 | 0.32 | 236.13 | 0.55 | 0.44 |
| Hex | 32 | 3A | AE | 47 | 43 | 0 | 20 | EC | 37 | 2C |
| Octal | 62 | 72 | 256 | 107 | 103 | 0 | 40 | 354 | 67 | 54 |
| Binary | 110010 | 111010 | 10101110 | 1000111 | 1000011 | 0 | 100000 | 11101100 | 110111 | 101100 |
Color Harmonies of #323AAE
Complementary color
Monochromatic Colors of #323AAE
Black with #323AAE
Text Example
Text Example
White with #323AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AAE; }
p { color: rgb(50,58,174); }
H1.HeaderClassName
{
color: #323AAE;
}
.AnyTagClassName
{
color: #323AAE;
}
</style>
background-color css
<style>
a { background-color: #323AAE; }
a { background-color: rgb(50,58,174); }
div.DivClassName
{
background-color: #323AAE;
}
.BgClassName
{
background-color: #323AAE;
}
</style>
border-color css
<style>
span { border-color: #323AAE; }
span { border-color: rgb(50,58,174); }
td.TdClassName
{
border-color: #323AAE;
}
.TagClassName
{
border-color: #323AAE;
}
</style>