Shades of Persian Blue #323CAB
Tints of Persian Blue #323CAB
RGB
CMYK
RGB Variations
Color information
#323CAB (or 0x323CAB) is known color: Persian Blue. HEX triplet: 32, 3C and AB. RGB value is (50,60,171). Sum of RGB (Red+Green+Blue) = 50+60+171=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #323CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323CAB is #CDC354. Grayscale: #454545. Windows color (decimal): -13484885 or 11222066. OLE color: 11222066.
HSL color Cylindrical-coordinate representation of color #323CAB: hue angle of 235.04º 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 #323CAB is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 60 | 171 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.33 |
| HSL | 235.04º | 0.55% | 0.43% | - |
| HSV(B) | 235.04º | 0.71% | 0.67% | - |
| XYZ | 10.28 | 6.85 | 39.31 | - |
| YUV | 69.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 171 | 0.71 | 0.65 | 0 | 0.33 | 235.04 | 0.55 | 0.43 |
| Hex | 32 | 3C | AB | 47 | 41 | 0 | 21 | EB | 37 | 2B |
| Octal | 62 | 74 | 253 | 107 | 101 | 0 | 41 | 353 | 67 | 53 |
| Binary | 110010 | 111100 | 10101011 | 1000111 | 1000001 | 0 | 100001 | 11101011 | 110111 | 101011 |
Color Harmonies of #323CAB
Complementary color
Monochromatic Colors of #323CAB
Black with #323CAB
Text Example
Text Example
White with #323CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CAB; }
p { color: rgb(50,60,171); }
H1.HeaderClassName
{
color: #323CAB;
}
.AnyTagClassName
{
color: #323CAB;
}
</style>
background-color css
<style>
a { background-color: #323CAB; }
a { background-color: rgb(50,60,171); }
div.DivClassName
{
background-color: #323CAB;
}
.BgClassName
{
background-color: #323CAB;
}
</style>
border-color css
<style>
span { border-color: #323CAB; }
span { border-color: rgb(50,60,171); }
td.TdClassName
{
border-color: #323CAB;
}
.TagClassName
{
border-color: #323CAB;
}
</style>