Shades of Persian Blue #322BDE
Tints of Persian Blue #322BDE
RGB
CMYK
RGB Variations
Color information
#322BDE (or 0x322BDE) is known color: Persian Blue. HEX triplet: 32, 2B and DE. RGB value is (50,43,222). Sum of RGB (Red+Green+Blue) = 50+43+222=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #322BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BDE is #CDD421. Grayscale: #404040. Windows color (decimal): -13489186 or 14560050. OLE color: 14560050.
HSL color Cylindrical-coordinate representation of color #322BDE: hue angle of 242.35º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322BDE is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 43 | 222 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.13 |
| HSL | 242.35º | 0.73% | 0.52% | - |
| HSV(B) | 242.35º | 0.81% | 0.87% | - |
| XYZ | 15.36 | 7.68 | 69.78 | - |
| YUV | 65.5 | 216.32 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 222 | 0.77 | 0.81 | 0 | 0.13 | 242.35 | 0.73 | 0.52 |
| Hex | 32 | 2B | DE | 4D | 51 | 0 | D | F2 | 49 | 34 |
| Octal | 62 | 53 | 336 | 115 | 121 | 0 | 15 | 362 | 111 | 64 |
| Binary | 110010 | 101011 | 11011110 | 1001101 | 1010001 | 0 | 1101 | 11110010 | 1001001 | 110100 |
Color Harmonies of #322BDE
Complementary color
Monochromatic Colors of #322BDE
Black with #322BDE
Text Example
Text Example
White with #322BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BDE; }
p { color: rgb(50,43,222); }
H1.HeaderClassName
{
color: #322BDE;
}
.AnyTagClassName
{
color: #322BDE;
}
</style>
background-color css
<style>
a { background-color: #322BDE; }
a { background-color: rgb(50,43,222); }
div.DivClassName
{
background-color: #322BDE;
}
.BgClassName
{
background-color: #322BDE;
}
</style>
border-color css
<style>
span { border-color: #322BDE; }
span { border-color: rgb(50,43,222); }
td.TdClassName
{
border-color: #322BDE;
}
.TagClassName
{
border-color: #322BDE;
}
</style>