Shades of Persian Blue #322DBE
Tints of Persian Blue #322DBE
RGB
CMYK
RGB Variations
Color information
#322DBE (or 0x322DBE) is known color: Persian Blue. HEX triplet: 32, 2D and BE. RGB value is (50,45,190). Sum of RGB (Red+Green+Blue) = 50+45+190=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #322DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DBE is #CDD241. Grayscale: #3E3E3E. Windows color (decimal): -13488706 or 12463410. OLE color: 12463410.
HSL color Cylindrical-coordinate representation of color #322DBE: hue angle of 242.07º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322DBE is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 45 | 190 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.25 |
| HSL | 242.07º | 0.62% | 0.46% | - |
| HSV(B) | 242.07º | 0.76% | 0.75% | - |
| XYZ | 11.55 | 6.27 | 49.32 | - |
| YUV | 63.03 | 199.66 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 190 | 0.74 | 0.76 | 0 | 0.25 | 242.07 | 0.62 | 0.46 |
| Hex | 32 | 2D | BE | 4A | 4C | 0 | 19 | F2 | 3E | 2E |
| Octal | 62 | 55 | 276 | 112 | 114 | 0 | 31 | 362 | 76 | 56 |
| Binary | 110010 | 101101 | 10111110 | 1001010 | 1001100 | 0 | 11001 | 11110010 | 111110 | 101110 |
Color Harmonies of #322DBE
Complementary color
Monochromatic Colors of #322DBE
Black with #322DBE
Text Example
Text Example
White with #322DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322DBE; }
p { color: rgb(50,45,190); }
H1.HeaderClassName
{
color: #322DBE;
}
.AnyTagClassName
{
color: #322DBE;
}
</style>
background-color css
<style>
a { background-color: #322DBE; }
a { background-color: rgb(50,45,190); }
div.DivClassName
{
background-color: #322DBE;
}
.BgClassName
{
background-color: #322DBE;
}
</style>
border-color css
<style>
span { border-color: #322DBE; }
span { border-color: rgb(50,45,190); }
td.TdClassName
{
border-color: #322DBE;
}
.TagClassName
{
border-color: #322DBE;
}
</style>