Shades of Persian Blue #323CAC
Tints of Persian Blue #323CAC
RGB
CMYK
RGB Variations
Color information
#323CAC (or 0x323CAC) is known color: Persian Blue. HEX triplet: 32, 3C and AC. RGB value is (50,60,172). Sum of RGB (Red+Green+Blue) = 50+60+172=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #323CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323CAC is #CDC353. Grayscale: #454545. Windows color (decimal): -13484884 or 11287602. OLE color: 11287602.
HSL color Cylindrical-coordinate representation of color #323CAC: hue angle of 235.08º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323CAC is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 60 | 172 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.33 |
| HSL | 235.08º | 0.55% | 0.44% | - |
| HSV(B) | 235.08º | 0.71% | 0.67% | - |
| XYZ | 10.38 | 6.89 | 39.81 | - |
| YUV | 69.78 | 185.69 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 172 | 0.71 | 0.65 | 0 | 0.33 | 235.08 | 0.55 | 0.44 |
| Hex | 32 | 3C | AC | 47 | 41 | 0 | 21 | EB | 37 | 2C |
| Octal | 62 | 74 | 254 | 107 | 101 | 0 | 41 | 353 | 67 | 54 |
| Binary | 110010 | 111100 | 10101100 | 1000111 | 1000001 | 0 | 100001 | 11101011 | 110111 | 101100 |
Color Harmonies of #323CAC
Complementary color
Monochromatic Colors of #323CAC
Black with #323CAC
Text Example
Text Example
White with #323CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CAC; }
p { color: rgb(50,60,172); }
H1.HeaderClassName
{
color: #323CAC;
}
.AnyTagClassName
{
color: #323CAC;
}
</style>
background-color css
<style>
a { background-color: #323CAC; }
a { background-color: rgb(50,60,172); }
div.DivClassName
{
background-color: #323CAC;
}
.BgClassName
{
background-color: #323CAC;
}
</style>
border-color css
<style>
span { border-color: #323CAC; }
span { border-color: rgb(50,60,172); }
td.TdClassName
{
border-color: #323CAC;
}
.TagClassName
{
border-color: #323CAC;
}
</style>