Shades of Persian Blue #321EBB
Tints of Persian Blue #321EBB
RGB
CMYK
RGB Variations
Color information
#321EBB (or 0x321EBB) is known color: Persian Blue. HEX triplet: 32, 1E and BB. RGB value is (50,30,187). Sum of RGB (Red+Green+Blue) = 50+30+187=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #321EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EBB is #CDE144. Grayscale: #353535. Windows color (decimal): -13492549 or 12262962. OLE color: 12262962.
HSL color Cylindrical-coordinate representation of color #321EBB: hue angle of 247.64º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321EBB is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 30 | 187 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.27 |
| HSL | 247.64º | 0.72% | 0.43% | - |
| HSV(B) | 247.64º | 0.84% | 0.73% | - |
| XYZ | 10.75 | 5.19 | 47.45 | - |
| YUV | 53.88 | 203.13 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 187 | 0.73 | 0.84 | 0 | 0.27 | 247.64 | 0.72 | 0.43 |
| Hex | 32 | 1E | BB | 49 | 54 | 0 | 1B | F8 | 48 | 2B |
| Octal | 62 | 36 | 273 | 111 | 124 | 0 | 33 | 370 | 110 | 53 |
| Binary | 110010 | 11110 | 10111011 | 1001001 | 1010100 | 0 | 11011 | 11111000 | 1001000 | 101011 |
Color Harmonies of #321EBB
Complementary color
Monochromatic Colors of #321EBB
Black with #321EBB
Text Example
Text Example
White with #321EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EBB; }
p { color: rgb(50,30,187); }
H1.HeaderClassName
{
color: #321EBB;
}
.AnyTagClassName
{
color: #321EBB;
}
</style>
background-color css
<style>
a { background-color: #321EBB; }
a { background-color: rgb(50,30,187); }
div.DivClassName
{
background-color: #321EBB;
}
.BgClassName
{
background-color: #321EBB;
}
</style>
border-color css
<style>
span { border-color: #321EBB; }
span { border-color: rgb(50,30,187); }
td.TdClassName
{
border-color: #321EBB;
}
.TagClassName
{
border-color: #321EBB;
}
</style>