Shades of Persian Blue #323DA5
Tints of Persian Blue #323DA5
RGB
CMYK
RGB Variations
Color information
#323DA5 (or 0x323DA5) is known color: Persian Blue. HEX triplet: 32, 3D and A5. RGB value is (50,61,165). Sum of RGB (Red+Green+Blue) = 50+61+165=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #323DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323DA5 is #CDC25A. Grayscale: #454545. Windows color (decimal): -13484635 or 10829106. OLE color: 10829106.
HSL color Cylindrical-coordinate representation of color #323DA5: hue angle of 234.26º degrees, saturation: 0.53, 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 #323DA5 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 61 | 165 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.35 |
| HSL | 234.26º | 0.53% | 0.42% | - |
| HSV(B) | 234.26º | 0.7% | 0.65% | - |
| XYZ | 9.78 | 6.73 | 36.38 | - |
| YUV | 69.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 165 | 0.70 | 0.63 | 0 | 0.35 | 234.26 | 0.53 | 0.42 |
| Hex | 32 | 3D | A5 | 46 | 3F | 0 | 23 | EA | 35 | 2A |
| Octal | 62 | 75 | 245 | 106 | 77 | 0 | 43 | 352 | 65 | 52 |
| Binary | 110010 | 111101 | 10100101 | 1000110 | 111111 | 0 | 100011 | 11101010 | 110101 | 101010 |
Color Harmonies of #323DA5
Complementary color
Monochromatic Colors of #323DA5
Black with #323DA5
Text Example
Text Example
White with #323DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DA5; }
p { color: rgb(50,61,165); }
H1.HeaderClassName
{
color: #323DA5;
}
.AnyTagClassName
{
color: #323DA5;
}
</style>
background-color css
<style>
a { background-color: #323DA5; }
a { background-color: rgb(50,61,165); }
div.DivClassName
{
background-color: #323DA5;
}
.BgClassName
{
background-color: #323DA5;
}
</style>
border-color css
<style>
span { border-color: #323DA5; }
span { border-color: rgb(50,61,165); }
td.TdClassName
{
border-color: #323DA5;
}
.TagClassName
{
border-color: #323DA5;
}
</style>