Shades of Persian Blue #3615BA
Tints of Persian Blue #3615BA
RGB
CMYK
RGB Variations
Color information
#3615BA (or 0x3615BA) is known color: Persian Blue. HEX triplet: 36, 15 and BA. RGB value is (54,21,186). Sum of RGB (Red+Green+Blue) = 54+21+186=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #3615BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3615BA is #C9EA45. Grayscale: #313131. Windows color (decimal): -13232710 or 12195126. OLE color: 12195126.
HSL color Cylindrical-coordinate representation of color #3615BA: hue angle of 252º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3615BA is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 21 | 186 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.27 |
| HSL | 252º | 0.8% | 0.41% | - |
| HSV(B) | 252º | 0.89% | 0.73% | - |
| XYZ | 10.65 | 4.87 | 46.83 | - |
| YUV | 49.68 | 204.93 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 186 | 0.71 | 0.89 | 0 | 0.27 | 252 | 0.8 | 0.41 |
| Hex | 36 | 15 | BA | 47 | 59 | 0 | 1B | FC | 50 | 29 |
| Octal | 66 | 25 | 272 | 107 | 131 | 0 | 33 | 374 | 120 | 51 |
| Binary | 110110 | 10101 | 10111010 | 1000111 | 1011001 | 0 | 11011 | 11111100 | 1010000 | 101001 |
Color Harmonies of #3615BA
Complementary color
Monochromatic Colors of #3615BA
Black with #3615BA
Text Example
Text Example
White with #3615BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3615BA; }
p { color: rgb(54,21,186); }
H1.HeaderClassName
{
color: #3615BA;
}
.AnyTagClassName
{
color: #3615BA;
}
</style>
background-color css
<style>
a { background-color: #3615BA; }
a { background-color: rgb(54,21,186); }
div.DivClassName
{
background-color: #3615BA;
}
.BgClassName
{
background-color: #3615BA;
}
</style>
border-color css
<style>
span { border-color: #3615BA; }
span { border-color: rgb(54,21,186); }
td.TdClassName
{
border-color: #3615BA;
}
.TagClassName
{
border-color: #3615BA;
}
</style>