Shades of Persian Blue #323DAE
Tints of Persian Blue #323DAE
RGB
CMYK
RGB Variations
Color information
#323DAE (or 0x323DAE) is known color: Persian Blue. HEX triplet: 32, 3D and AE. RGB value is (50,61,174). Sum of RGB (Red+Green+Blue) = 50+61+174=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #323DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DAE is #CDC251. Grayscale: #464646. Windows color (decimal): -13484626 or 11418930. OLE color: 11418930.
HSL color Cylindrical-coordinate representation of color #323DAE: hue angle of 234.68º 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 #323DAE is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 61 | 174 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.32 |
| HSL | 234.68º | 0.55% | 0.44% | - |
| HSV(B) | 234.68º | 0.71% | 0.68% | - |
| XYZ | 10.62 | 7.07 | 40.85 | - |
| YUV | 70.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 174 | 0.71 | 0.65 | 0 | 0.32 | 234.68 | 0.55 | 0.44 |
| Hex | 32 | 3D | AE | 47 | 41 | 0 | 20 | EB | 37 | 2C |
| Octal | 62 | 75 | 256 | 107 | 101 | 0 | 40 | 353 | 67 | 54 |
| Binary | 110010 | 111101 | 10101110 | 1000111 | 1000001 | 0 | 100000 | 11101011 | 110111 | 101100 |
Color Harmonies of #323DAE
Complementary color
Monochromatic Colors of #323DAE
Black with #323DAE
Text Example
Text Example
White with #323DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DAE; }
p { color: rgb(50,61,174); }
H1.HeaderClassName
{
color: #323DAE;
}
.AnyTagClassName
{
color: #323DAE;
}
</style>
background-color css
<style>
a { background-color: #323DAE; }
a { background-color: rgb(50,61,174); }
div.DivClassName
{
background-color: #323DAE;
}
.BgClassName
{
background-color: #323DAE;
}
</style>
border-color css
<style>
span { border-color: #323DAE; }
span { border-color: rgb(50,61,174); }
td.TdClassName
{
border-color: #323DAE;
}
.TagClassName
{
border-color: #323DAE;
}
</style>