Shades of Persian Blue #3719BA
Tints of Persian Blue #3719BA
RGB
CMYK
RGB Variations
Color information
#3719BA (or 0x3719BA) is known color: Persian Blue. HEX triplet: 37, 19 and BA. RGB value is (55,25,186). Sum of RGB (Red+Green+Blue) = 55+25+186=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #3719BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3719BA is #C8E645. Grayscale: #333333. Windows color (decimal): -13166150 or 12196151. OLE color: 12196151.
HSL color Cylindrical-coordinate representation of color #3719BA: hue angle of 251.18º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3719BA is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 25 | 186 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.27 |
| HSL | 251.18º | 0.76% | 0.41% | - |
| HSV(B) | 251.18º | 0.87% | 0.73% | - |
| XYZ | 10.79 | 5.05 | 46.86 | - |
| YUV | 52.32 | 203.44 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 186 | 0.70 | 0.87 | 0 | 0.27 | 251.18 | 0.76 | 0.41 |
| Hex | 37 | 19 | BA | 46 | 57 | 0 | 1B | FB | 4C | 29 |
| Octal | 67 | 31 | 272 | 106 | 127 | 0 | 33 | 373 | 114 | 51 |
| Binary | 110111 | 11001 | 10111010 | 1000110 | 1010111 | 0 | 11011 | 11111011 | 1001100 | 101001 |
Color Harmonies of #3719BA
Complementary color
Monochromatic Colors of #3719BA
Black with #3719BA
Text Example
Text Example
White with #3719BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3719BA; }
p { color: rgb(55,25,186); }
H1.HeaderClassName
{
color: #3719BA;
}
.AnyTagClassName
{
color: #3719BA;
}
</style>
background-color css
<style>
a { background-color: #3719BA; }
a { background-color: rgb(55,25,186); }
div.DivClassName
{
background-color: #3719BA;
}
.BgClassName
{
background-color: #3719BA;
}
</style>
border-color css
<style>
span { border-color: #3719BA; }
span { border-color: rgb(55,25,186); }
td.TdClassName
{
border-color: #3719BA;
}
.TagClassName
{
border-color: #3719BA;
}
</style>