Shades of Persian Blue #322DBB
Tints of Persian Blue #322DBB
RGB
CMYK
RGB Variations
Color information
#322DBB (or 0x322DBB) is known color: Persian Blue. HEX triplet: 32, 2D and BB. RGB value is (50,45,187). Sum of RGB (Red+Green+Blue) = 50+45+187=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #322DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322DBB is #CDD244. Grayscale: #3E3E3E. Windows color (decimal): -13488709 or 12266802. OLE color: 12266802.
HSL color Cylindrical-coordinate representation of color #322DBB: hue angle of 242.11º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322DBB is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 45 | 187 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.27 |
| HSL | 242.11º | 0.61% | 0.45% | - |
| HSV(B) | 242.11º | 0.76% | 0.73% | - |
| XYZ | 11.22 | 6.14 | 47.61 | - |
| YUV | 62.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 187 | 0.73 | 0.76 | 0 | 0.27 | 242.11 | 0.61 | 0.45 |
| Hex | 32 | 2D | BB | 49 | 4C | 0 | 1B | F2 | 3D | 2D |
| Octal | 62 | 55 | 273 | 111 | 114 | 0 | 33 | 362 | 75 | 55 |
| Binary | 110010 | 101101 | 10111011 | 1001001 | 1001100 | 0 | 11011 | 11110010 | 111101 | 101101 |
Color Harmonies of #322DBB
Complementary color
Monochromatic Colors of #322DBB
Black with #322DBB
Text Example
Text Example
White with #322DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322DBB; }
p { color: rgb(50,45,187); }
H1.HeaderClassName
{
color: #322DBB;
}
.AnyTagClassName
{
color: #322DBB;
}
</style>
background-color css
<style>
a { background-color: #322DBB; }
a { background-color: rgb(50,45,187); }
div.DivClassName
{
background-color: #322DBB;
}
.BgClassName
{
background-color: #322DBB;
}
</style>
border-color css
<style>
span { border-color: #322DBB; }
span { border-color: rgb(50,45,187); }
td.TdClassName
{
border-color: #322DBB;
}
.TagClassName
{
border-color: #322DBB;
}
</style>