Shades of Persian Blue #323DA3
Tints of Persian Blue #323DA3
RGB
CMYK
RGB Variations
Color information
#323DA3 (or 0x323DA3) is known color: Persian Blue. HEX triplet: 32, 3D and A3. RGB value is (50,61,163). Sum of RGB (Red+Green+Blue) = 50+61+163=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 163 (64.06% from 255 or 59.49% from 274); Max value from RGB is 163 - color contains mainly: blue. Hex color #323DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DA3 is #CDC25C. Grayscale: #444444. Windows color (decimal): -13484637 or 10698034. OLE color: 10698034.
HSL color Cylindrical-coordinate representation of color #323DA3: hue angle of 234.16º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323DA3 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 61 | 163 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.36 |
| HSL | 234.16º | 0.53% | 0.42% | - |
| HSV(B) | 234.16º | 0.69% | 0.64% | - |
| XYZ | 9.59 | 6.66 | 35.43 | - |
| YUV | 69.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 163 | 0.69 | 0.63 | 0 | 0.36 | 234.16 | 0.53 | 0.42 |
| Hex | 32 | 3D | A3 | 45 | 3F | 0 | 24 | EA | 35 | 2A |
| Octal | 62 | 75 | 243 | 105 | 77 | 0 | 44 | 352 | 65 | 52 |
| Binary | 110010 | 111101 | 10100011 | 1000101 | 111111 | 0 | 100100 | 11101010 | 110101 | 101010 |
Color Harmonies of #323DA3
Complementary color
Monochromatic Colors of #323DA3
Black with #323DA3
Text Example
Text Example
White with #323DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DA3; }
p { color: rgb(50,61,163); }
H1.HeaderClassName
{
color: #323DA3;
}
.AnyTagClassName
{
color: #323DA3;
}
</style>
background-color css
<style>
a { background-color: #323DA3; }
a { background-color: rgb(50,61,163); }
div.DivClassName
{
background-color: #323DA3;
}
.BgClassName
{
background-color: #323DA3;
}
</style>
border-color css
<style>
span { border-color: #323DA3; }
span { border-color: rgb(50,61,163); }
td.TdClassName
{
border-color: #323DA3;
}
.TagClassName
{
border-color: #323DA3;
}
</style>