Shades of Persian Blue #323FA6
Tints of Persian Blue #323FA6
RGB
CMYK
RGB Variations
Color information
#323FA6 (or 0x323FA6) is known color: Persian Blue. HEX triplet: 32, 3F and A6. RGB value is (50,63,166). Sum of RGB (Red+Green+Blue) = 50+63+166=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #323FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323FA6 is #CDC059. Grayscale: #464646. Windows color (decimal): -13484122 or 10895154. OLE color: 10895154.
HSL color Cylindrical-coordinate representation of color #323FA6: hue angle of 233.28º degrees, saturation: 0.54, 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 #323FA6 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 63 | 166 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.35 |
| HSL | 233.28º | 0.54% | 0.42% | - |
| HSV(B) | 233.28º | 0.7% | 0.65% | - |
| XYZ | 9.98 | 6.99 | 36.9 | - |
| YUV | 70.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 166 | 0.70 | 0.62 | 0 | 0.35 | 233.28 | 0.54 | 0.42 |
| Hex | 32 | 3F | A6 | 46 | 3E | 0 | 23 | E9 | 36 | 2A |
| Octal | 62 | 77 | 246 | 106 | 76 | 0 | 43 | 351 | 66 | 52 |
| Binary | 110010 | 111111 | 10100110 | 1000110 | 111110 | 0 | 100011 | 11101001 | 110110 | 101010 |
Color Harmonies of #323FA6
Complementary color
Monochromatic Colors of #323FA6
Black with #323FA6
Text Example
Text Example
White with #323FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FA6; }
p { color: rgb(50,63,166); }
H1.HeaderClassName
{
color: #323FA6;
}
.AnyTagClassName
{
color: #323FA6;
}
</style>
background-color css
<style>
a { background-color: #323FA6; }
a { background-color: rgb(50,63,166); }
div.DivClassName
{
background-color: #323FA6;
}
.BgClassName
{
background-color: #323FA6;
}
</style>
border-color css
<style>
span { border-color: #323FA6; }
span { border-color: rgb(50,63,166); }
td.TdClassName
{
border-color: #323FA6;
}
.TagClassName
{
border-color: #323FA6;
}
</style>