Shades of Persian Blue #323CAA
Tints of Persian Blue #323CAA
RGB
CMYK
RGB Variations
Color information
#323CAA (or 0x323CAA) is known color: Persian Blue. HEX triplet: 32, 3C and AA. RGB value is (50,60,170). Sum of RGB (Red+Green+Blue) = 50+60+170=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #323CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323CAA is #CDC355. Grayscale: #454545. Windows color (decimal): -13484886 or 11156530. OLE color: 11156530.
HSL color Cylindrical-coordinate representation of color #323CAA: hue angle of 235º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #323CAA is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 60 | 170 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.33 |
| HSL | 235º | 0.55% | 0.43% | - |
| HSV(B) | 235º | 0.71% | 0.67% | - |
| XYZ | 10.19 | 6.81 | 38.81 | - |
| YUV | 69.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 170 | 0.71 | 0.65 | 0 | 0.33 | 235 | 0.55 | 0.43 |
| Hex | 32 | 3C | AA | 47 | 41 | 0 | 21 | EB | 37 | 2B |
| Octal | 62 | 74 | 252 | 107 | 101 | 0 | 41 | 353 | 67 | 53 |
| Binary | 110010 | 111100 | 10101010 | 1000111 | 1000001 | 0 | 100001 | 11101011 | 110111 | 101011 |
Color Harmonies of #323CAA
Complementary color
Monochromatic Colors of #323CAA
Black with #323CAA
Text Example
Text Example
White with #323CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CAA; }
p { color: rgb(50,60,170); }
H1.HeaderClassName
{
color: #323CAA;
}
.AnyTagClassName
{
color: #323CAA;
}
</style>
background-color css
<style>
a { background-color: #323CAA; }
a { background-color: rgb(50,60,170); }
div.DivClassName
{
background-color: #323CAA;
}
.BgClassName
{
background-color: #323CAA;
}
</style>
border-color css
<style>
span { border-color: #323CAA; }
span { border-color: rgb(50,60,170); }
td.TdClassName
{
border-color: #323CAA;
}
.TagClassName
{
border-color: #323CAA;
}
</style>