Shades of Persian Blue #3620BA
Tints of Persian Blue #3620BA
RGB
CMYK
RGB Variations
Color information
#3620BA (or 0x3620BA) is known color: Persian Blue. HEX triplet: 36, 20 and BA. RGB value is (54,32,186). Sum of RGB (Red+Green+Blue) = 54+32+186=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #3620BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3620BA is #C9DF45. Grayscale: #373737. Windows color (decimal): -13229894 or 12197942. OLE color: 12197942.
HSL color Cylindrical-coordinate representation of color #3620BA: hue angle of 248.57º 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 #3620BA is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 32 | 186 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.27 |
| HSL | 248.57º | 0.71% | 0.43% | - |
| HSV(B) | 248.57º | 0.83% | 0.73% | - |
| XYZ | 10.9 | 5.36 | 46.91 | - |
| YUV | 56.13 | 201.29 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 186 | 0.71 | 0.83 | 0 | 0.27 | 248.57 | 0.71 | 0.43 |
| Hex | 36 | 20 | BA | 47 | 53 | 0 | 1B | F9 | 47 | 2B |
| Octal | 66 | 40 | 272 | 107 | 123 | 0 | 33 | 371 | 107 | 53 |
| Binary | 110110 | 100000 | 10111010 | 1000111 | 1010011 | 0 | 11011 | 11111001 | 1000111 | 101011 |
Color Harmonies of #3620BA
Complementary color
Monochromatic Colors of #3620BA
Black with #3620BA
Text Example
Text Example
White with #3620BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3620BA; }
p { color: rgb(54,32,186); }
H1.HeaderClassName
{
color: #3620BA;
}
.AnyTagClassName
{
color: #3620BA;
}
</style>
background-color css
<style>
a { background-color: #3620BA; }
a { background-color: rgb(54,32,186); }
div.DivClassName
{
background-color: #3620BA;
}
.BgClassName
{
background-color: #3620BA;
}
</style>
border-color css
<style>
span { border-color: #3620BA; }
span { border-color: rgb(54,32,186); }
td.TdClassName
{
border-color: #3620BA;
}
.TagClassName
{
border-color: #3620BA;
}
</style>