Shades of Persian Blue #3739BA
Tints of Persian Blue #3739BA
RGB
CMYK
RGB Variations
Color information
#3739BA (or 0x3739BA) is known color: Persian Blue. HEX triplet: 37, 39 and BA. RGB value is (55,57,186). Sum of RGB (Red+Green+Blue) = 55+57+186=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 57 (22.66% from 255 or 19.13% 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 #3739BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3739BA is #C8C645. Grayscale: #464646. Windows color (decimal): -13157958 or 12204343. OLE color: 12204343.
HSL color Cylindrical-coordinate representation of color #3739BA: hue angle of 239.08º 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 #3739BA is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 57 | 186 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.27 |
| HSL | 239.08º | 0.54% | 0.47% | - |
| HSV(B) | 239.08º | 0.7% | 0.73% | - |
| XYZ | 11.9 | 7.28 | 47.23 | - |
| YUV | 71.11 | 192.84 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 186 | 0.70 | 0.69 | 0 | 0.27 | 239.08 | 0.54 | 0.47 |
| Hex | 37 | 39 | BA | 46 | 45 | 0 | 1B | EF | 36 | 2F |
| Octal | 67 | 71 | 272 | 106 | 105 | 0 | 33 | 357 | 66 | 57 |
| Binary | 110111 | 111001 | 10111010 | 1000110 | 1000101 | 0 | 11011 | 11101111 | 110110 | 101111 |
Color Harmonies of #3739BA
Complementary color
Monochromatic Colors of #3739BA
Black with #3739BA
Text Example
Text Example
White with #3739BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3739BA; }
p { color: rgb(55,57,186); }
H1.HeaderClassName
{
color: #3739BA;
}
.AnyTagClassName
{
color: #3739BA;
}
</style>
background-color css
<style>
a { background-color: #3739BA; }
a { background-color: rgb(55,57,186); }
div.DivClassName
{
background-color: #3739BA;
}
.BgClassName
{
background-color: #3739BA;
}
</style>
border-color css
<style>
span { border-color: #3739BA; }
span { border-color: rgb(55,57,186); }
td.TdClassName
{
border-color: #3739BA;
}
.TagClassName
{
border-color: #3739BA;
}
</style>