Shades of Persian Blue #3B37BA
Tints of Persian Blue #3B37BA
RGB
CMYK
RGB Variations
Color information
#3B37BA (or 0x3B37BA) is known color: Persian Blue. HEX triplet: 3B, 37 and BA. RGB value is (59,55,186). Sum of RGB (Red+Green+Blue) = 59+55+186=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B37BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B37BA is #C4C845. Grayscale: #464646. Windows color (decimal): -12896326 or 12203835. OLE color: 12203835.
HSL color Cylindrical-coordinate representation of color #3B37BA: hue angle of 241.83º 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 #3B37BA is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 55 | 186 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.27 |
| HSL | 241.83º | 0.54% | 0.47% | - |
| HSV(B) | 241.83º | 0.7% | 0.73% | - |
| XYZ | 12.03 | 7.21 | 47.21 | - |
| YUV | 71.13 | 192.83 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 186 | 0.68 | 0.70 | 0 | 0.27 | 241.83 | 0.54 | 0.47 |
| Hex | 3B | 37 | BA | 44 | 46 | 0 | 1B | F2 | 36 | 2F |
| Octal | 73 | 67 | 272 | 104 | 106 | 0 | 33 | 362 | 66 | 57 |
| Binary | 111011 | 110111 | 10111010 | 1000100 | 1000110 | 0 | 11011 | 11110010 | 110110 | 101111 |
Color Harmonies of #3B37BA
Complementary color
Monochromatic Colors of #3B37BA
Black with #3B37BA
Text Example
Text Example
White with #3B37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B37BA; }
p { color: rgb(59,55,186); }
H1.HeaderClassName
{
color: #3B37BA;
}
.AnyTagClassName
{
color: #3B37BA;
}
</style>
background-color css
<style>
a { background-color: #3B37BA; }
a { background-color: rgb(59,55,186); }
div.DivClassName
{
background-color: #3B37BA;
}
.BgClassName
{
background-color: #3B37BA;
}
</style>
border-color css
<style>
span { border-color: #3B37BA; }
span { border-color: rgb(59,55,186); }
td.TdClassName
{
border-color: #3B37BA;
}
.TagClassName
{
border-color: #3B37BA;
}
</style>