Shades of Persian Blue #323CAD
Tints of Persian Blue #323CAD
RGB
CMYK
RGB Variations
Color information
#323CAD (or 0x323CAD) is known color: Persian Blue. HEX triplet: 32, 3C and AD. RGB value is (50,60,173). Sum of RGB (Red+Green+Blue) = 50+60+173=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #323CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323CAD is #CDC352. Grayscale: #454545. Windows color (decimal): -13484883 or 11353138. OLE color: 11353138.
HSL color Cylindrical-coordinate representation of color #323CAD: hue angle of 235.12º 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 #323CAD is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 60 | 173 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.32 |
| HSL | 235.12º | 0.55% | 0.44% | - |
| HSV(B) | 235.12º | 0.71% | 0.68% | - |
| XYZ | 10.47 | 6.93 | 40.32 | - |
| YUV | 69.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 173 | 0.71 | 0.65 | 0 | 0.32 | 235.12 | 0.55 | 0.44 |
| Hex | 32 | 3C | AD | 47 | 41 | 0 | 20 | EB | 37 | 2C |
| Octal | 62 | 74 | 255 | 107 | 101 | 0 | 40 | 353 | 67 | 54 |
| Binary | 110010 | 111100 | 10101101 | 1000111 | 1000001 | 0 | 100000 | 11101011 | 110111 | 101100 |
Color Harmonies of #323CAD
Complementary color
Monochromatic Colors of #323CAD
Black with #323CAD
Text Example
Text Example
White with #323CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CAD; }
p { color: rgb(50,60,173); }
H1.HeaderClassName
{
color: #323CAD;
}
.AnyTagClassName
{
color: #323CAD;
}
</style>
background-color css
<style>
a { background-color: #323CAD; }
a { background-color: rgb(50,60,173); }
div.DivClassName
{
background-color: #323CAD;
}
.BgClassName
{
background-color: #323CAD;
}
</style>
border-color css
<style>
span { border-color: #323CAD; }
span { border-color: rgb(50,60,173); }
td.TdClassName
{
border-color: #323CAD;
}
.TagClassName
{
border-color: #323CAD;
}
</style>