Shades of Persian Blue #361EBC
Tints of Persian Blue #361EBC
RGB
CMYK
RGB Variations
Color information
#361EBC (or 0x361EBC) is known color: Persian Blue. HEX triplet: 36, 1E and BC. RGB value is (54,30,188). Sum of RGB (Red+Green+Blue) = 54+30+188=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #361EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361EBC is #C9E143. Grayscale: #363636. Windows color (decimal): -13230404 or 12328502. OLE color: 12328502.
HSL color Cylindrical-coordinate representation of color #361EBC: hue angle of 249.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361EBC is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 30 | 188 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.26 |
| HSL | 249.11º | 0.72% | 0.43% | - |
| HSV(B) | 249.11º | 0.84% | 0.74% | - |
| XYZ | 11.06 | 5.34 | 48.03 | - |
| YUV | 55.19 | 202.95 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 188 | 0.71 | 0.84 | 0 | 0.26 | 249.11 | 0.72 | 0.43 |
| Hex | 36 | 1E | BC | 47 | 54 | 0 | 1A | F9 | 48 | 2B |
| Octal | 66 | 36 | 274 | 107 | 124 | 0 | 32 | 371 | 110 | 53 |
| Binary | 110110 | 11110 | 10111100 | 1000111 | 1010100 | 0 | 11010 | 11111001 | 1001000 | 101011 |
Color Harmonies of #361EBC
Complementary color
Monochromatic Colors of #361EBC
Black with #361EBC
Text Example
Text Example
White with #361EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361EBC; }
p { color: rgb(54,30,188); }
H1.HeaderClassName
{
color: #361EBC;
}
.AnyTagClassName
{
color: #361EBC;
}
</style>
background-color css
<style>
a { background-color: #361EBC; }
a { background-color: rgb(54,30,188); }
div.DivClassName
{
background-color: #361EBC;
}
.BgClassName
{
background-color: #361EBC;
}
</style>
border-color css
<style>
span { border-color: #361EBC; }
span { border-color: rgb(54,30,188); }
td.TdClassName
{
border-color: #361EBC;
}
.TagClassName
{
border-color: #361EBC;
}
</style>