Shades of Persian Blue #322CCE
Tints of Persian Blue #322CCE
RGB
CMYK
RGB Variations
Color information
#322CCE (or 0x322CCE) is known color: Persian Blue. HEX triplet: 32, 2C and CE. RGB value is (50,44,206). Sum of RGB (Red+Green+Blue) = 50+44+206=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #322CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322CCE is #CDD331. Grayscale: #3F3F3F. Windows color (decimal): -13488946 or 13511730. OLE color: 13511730.
HSL color Cylindrical-coordinate representation of color #322CCE: hue angle of 242.22º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322CCE is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 44 | 206 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.19 |
| HSL | 242.22º | 0.65% | 0.49% | - |
| HSV(B) | 242.22º | 0.79% | 0.81% | - |
| XYZ | 13.36 | 6.94 | 59.03 | - |
| YUV | 64.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 206 | 0.76 | 0.79 | 0 | 0.19 | 242.22 | 0.65 | 0.49 |
| Hex | 32 | 2C | CE | 4C | 4F | 0 | 13 | F2 | 41 | 31 |
| Octal | 62 | 54 | 316 | 114 | 117 | 0 | 23 | 362 | 101 | 61 |
| Binary | 110010 | 101100 | 11001110 | 1001100 | 1001111 | 0 | 10011 | 11110010 | 1000001 | 110001 |
Color Harmonies of #322CCE
Complementary color
Monochromatic Colors of #322CCE
Black with #322CCE
Text Example
Text Example
White with #322CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CCE; }
p { color: rgb(50,44,206); }
H1.HeaderClassName
{
color: #322CCE;
}
.AnyTagClassName
{
color: #322CCE;
}
</style>
background-color css
<style>
a { background-color: #322CCE; }
a { background-color: rgb(50,44,206); }
div.DivClassName
{
background-color: #322CCE;
}
.BgClassName
{
background-color: #322CCE;
}
</style>
border-color css
<style>
span { border-color: #322CCE; }
span { border-color: rgb(50,44,206); }
td.TdClassName
{
border-color: #322CCE;
}
.TagClassName
{
border-color: #322CCE;
}
</style>