Shades of Persian Blue #323BA5
Tints of Persian Blue #323BA5
RGB
CMYK
RGB Variations
Color information
#323BA5 (or 0x323BA5) is known color: Persian Blue. HEX triplet: 32, 3B and A5. RGB value is (50,59,165). Sum of RGB (Red+Green+Blue) = 50+59+165=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 165 (64.84% from 255 or 60.22% from 274); Max value from RGB is 165 - color contains mainly: blue. Hex color #323BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323BA5 is #CDC45A. Grayscale: #434343. Windows color (decimal): -13485147 or 10828594. OLE color: 10828594.
HSL color Cylindrical-coordinate representation of color #323BA5: hue angle of 235.3º 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 #323BA5 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 59 | 165 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.35 |
| HSL | 235.3º | 0.53% | 0.42% | - |
| HSV(B) | 235.3º | 0.7% | 0.65% | - |
| XYZ | 9.67 | 6.52 | 36.35 | - |
| YUV | 68.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 165 | 0.70 | 0.64 | 0 | 0.35 | 235.3 | 0.53 | 0.42 |
| Hex | 32 | 3B | A5 | 46 | 40 | 0 | 23 | EB | 35 | 2A |
| Octal | 62 | 73 | 245 | 106 | 100 | 0 | 43 | 353 | 65 | 52 |
| Binary | 110010 | 111011 | 10100101 | 1000110 | 1000000 | 0 | 100011 | 11101011 | 110101 | 101010 |
Color Harmonies of #323BA5
Complementary color
Monochromatic Colors of #323BA5
Black with #323BA5
Text Example
Text Example
White with #323BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BA5; }
p { color: rgb(50,59,165); }
H1.HeaderClassName
{
color: #323BA5;
}
.AnyTagClassName
{
color: #323BA5;
}
</style>
background-color css
<style>
a { background-color: #323BA5; }
a { background-color: rgb(50,59,165); }
div.DivClassName
{
background-color: #323BA5;
}
.BgClassName
{
background-color: #323BA5;
}
</style>
border-color css
<style>
span { border-color: #323BA5; }
span { border-color: rgb(50,59,165); }
td.TdClassName
{
border-color: #323BA5;
}
.TagClassName
{
border-color: #323BA5;
}
</style>