Shades of Persian Blue #3937BA
Tints of Persian Blue #3937BA
RGB
CMYK
RGB Variations
Color information
#3937BA (or 0x3937BA) is known color: Persian Blue. HEX triplet: 39, 37 and BA. RGB value is (57,55,186). Sum of RGB (Red+Green+Blue) = 57+55+186=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #3937BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3937BA is #C6C845. Grayscale: #464646. Windows color (decimal): -13027398 or 12203833. OLE color: 12203833.
HSL color Cylindrical-coordinate representation of color #3937BA: hue angle of 240.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3937BA is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 55 | 186 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.27 |
| HSL | 240.92º | 0.54% | 0.47% | - |
| HSV(B) | 240.92º | 0.7% | 0.73% | - |
| XYZ | 11.92 | 7.15 | 47.21 | - |
| YUV | 70.53 | 193.16 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 186 | 0.69 | 0.70 | 0 | 0.27 | 240.92 | 0.54 | 0.47 |
| Hex | 39 | 37 | BA | 45 | 46 | 0 | 1B | F1 | 36 | 2F |
| Octal | 71 | 67 | 272 | 105 | 106 | 0 | 33 | 361 | 66 | 57 |
| Binary | 111001 | 110111 | 10111010 | 1000101 | 1000110 | 0 | 11011 | 11110001 | 110110 | 101111 |
Color Harmonies of #3937BA
Complementary color
Monochromatic Colors of #3937BA
Black with #3937BA
Text Example
Text Example
White with #3937BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3937BA; }
p { color: rgb(57,55,186); }
H1.HeaderClassName
{
color: #3937BA;
}
.AnyTagClassName
{
color: #3937BA;
}
</style>
background-color css
<style>
a { background-color: #3937BA; }
a { background-color: rgb(57,55,186); }
div.DivClassName
{
background-color: #3937BA;
}
.BgClassName
{
background-color: #3937BA;
}
</style>
border-color css
<style>
span { border-color: #3937BA; }
span { border-color: rgb(57,55,186); }
td.TdClassName
{
border-color: #3937BA;
}
.TagClassName
{
border-color: #3937BA;
}
</style>