Shades of Persian Blue #3720BA
Tints of Persian Blue #3720BA
RGB
CMYK
RGB Variations
Color information
#3720BA (or 0x3720BA) is known color: Persian Blue. HEX triplet: 37, 20 and BA. RGB value is (55,32,186). Sum of RGB (Red+Green+Blue) = 55+32+186=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #3720BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3720BA is #C8DF45. Grayscale: #373737. Windows color (decimal): -13164358 or 12197943. OLE color: 12197943.
HSL color Cylindrical-coordinate representation of color #3720BA: hue angle of 248.96º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3720BA is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 32 | 186 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.27 |
| HSL | 248.96º | 0.71% | 0.43% | - |
| HSV(B) | 248.96º | 0.83% | 0.73% | - |
| XYZ | 10.95 | 5.39 | 46.92 | - |
| YUV | 56.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 186 | 0.70 | 0.83 | 0 | 0.27 | 248.96 | 0.71 | 0.43 |
| Hex | 37 | 20 | BA | 46 | 53 | 0 | 1B | F9 | 47 | 2B |
| Octal | 67 | 40 | 272 | 106 | 123 | 0 | 33 | 371 | 107 | 53 |
| Binary | 110111 | 100000 | 10111010 | 1000110 | 1010011 | 0 | 11011 | 11111001 | 1000111 | 101011 |
Color Harmonies of #3720BA
Complementary color
Monochromatic Colors of #3720BA
Black with #3720BA
Text Example
Text Example
White with #3720BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3720BA; }
p { color: rgb(55,32,186); }
H1.HeaderClassName
{
color: #3720BA;
}
.AnyTagClassName
{
color: #3720BA;
}
</style>
background-color css
<style>
a { background-color: #3720BA; }
a { background-color: rgb(55,32,186); }
div.DivClassName
{
background-color: #3720BA;
}
.BgClassName
{
background-color: #3720BA;
}
</style>
border-color css
<style>
span { border-color: #3720BA; }
span { border-color: rgb(55,32,186); }
td.TdClassName
{
border-color: #3720BA;
}
.TagClassName
{
border-color: #3720BA;
}
</style>