Shades of Persian Blue #361DBA
Tints of Persian Blue #361DBA
RGB
CMYK
RGB Variations
Color information
#361DBA (or 0x361DBA) is known color: Persian Blue. HEX triplet: 36, 1D and BA. RGB value is (54,29,186). Sum of RGB (Red+Green+Blue) = 54+29+186=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #361DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361DBA is #C9E245. Grayscale: #353535. Windows color (decimal): -13230662 or 12197174. OLE color: 12197174.
HSL color Cylindrical-coordinate representation of color #361DBA: hue angle of 249.55º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361DBA is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 29 | 186 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.27 |
| HSL | 249.55º | 0.73% | 0.42% | - |
| HSV(B) | 249.55º | 0.84% | 0.73% | - |
| XYZ | 10.82 | 5.21 | 46.89 | - |
| YUV | 54.37 | 202.28 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 186 | 0.71 | 0.84 | 0 | 0.27 | 249.55 | 0.73 | 0.42 |
| Hex | 36 | 1D | BA | 47 | 54 | 0 | 1B | FA | 49 | 2A |
| Octal | 66 | 35 | 272 | 107 | 124 | 0 | 33 | 372 | 111 | 52 |
| Binary | 110110 | 11101 | 10111010 | 1000111 | 1010100 | 0 | 11011 | 11111010 | 1001001 | 101010 |
Color Harmonies of #361DBA
Complementary color
Monochromatic Colors of #361DBA
Black with #361DBA
Text Example
Text Example
White with #361DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361DBA; }
p { color: rgb(54,29,186); }
H1.HeaderClassName
{
color: #361DBA;
}
.AnyTagClassName
{
color: #361DBA;
}
</style>
background-color css
<style>
a { background-color: #361DBA; }
a { background-color: rgb(54,29,186); }
div.DivClassName
{
background-color: #361DBA;
}
.BgClassName
{
background-color: #361DBA;
}
</style>
border-color css
<style>
span { border-color: #361DBA; }
span { border-color: rgb(54,29,186); }
td.TdClassName
{
border-color: #361DBA;
}
.TagClassName
{
border-color: #361DBA;
}
</style>