Shades of Persian Blue #3210BF
Tints of Persian Blue #3210BF
RGB
CMYK
RGB Variations
Color information
#3210BF (or 0x3210BF) is known color: Persian Blue. HEX triplet: 32, 10 and BF. RGB value is (50,16,191). Sum of RGB (Red+Green+Blue) = 50+16+191=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #3210BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3210BF is #CDEF40. Grayscale: #2D2D2D. Windows color (decimal): -13496129 or 12521522. OLE color: 12521522.
HSL color Cylindrical-coordinate representation of color #3210BF: hue angle of 251.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3210BF is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 16 | 191 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.25 |
| HSL | 251.66º | 0.85% | 0.41% | - |
| HSV(B) | 251.66º | 0.92% | 0.75% | - |
| XYZ | 10.9 | 4.81 | 49.64 | - |
| YUV | 46.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 191 | 0.74 | 0.92 | 0 | 0.25 | 251.66 | 0.85 | 0.41 |
| Hex | 32 | 10 | BF | 4A | 5C | 0 | 19 | FC | 55 | 29 |
| Octal | 62 | 20 | 277 | 112 | 134 | 0 | 31 | 374 | 125 | 51 |
| Binary | 110010 | 10000 | 10111111 | 1001010 | 1011100 | 0 | 11001 | 11111100 | 1010101 | 101001 |
Color Harmonies of #3210BF
Complementary color
Monochromatic Colors of #3210BF
Black with #3210BF
Text Example
Text Example
White with #3210BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210BF; }
p { color: rgb(50,16,191); }
H1.HeaderClassName
{
color: #3210BF;
}
.AnyTagClassName
{
color: #3210BF;
}
</style>
background-color css
<style>
a { background-color: #3210BF; }
a { background-color: rgb(50,16,191); }
div.DivClassName
{
background-color: #3210BF;
}
.BgClassName
{
background-color: #3210BF;
}
</style>
border-color css
<style>
span { border-color: #3210BF; }
span { border-color: rgb(50,16,191); }
td.TdClassName
{
border-color: #3210BF;
}
.TagClassName
{
border-color: #3210BF;
}
</style>