Shades of Persian Blue #362CBA
Tints of Persian Blue #362CBA
RGB
CMYK
RGB Variations
Color information
#362CBA (or 0x362CBA) is known color: Persian Blue. HEX triplet: 36, 2C and BA. RGB value is (54,44,186). Sum of RGB (Red+Green+Blue) = 54+44+186=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #362CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CBA is #C9D345. Grayscale: #3E3E3E. Windows color (decimal): -13226822 or 12201014. OLE color: 12201014.
HSL color Cylindrical-coordinate representation of color #362CBA: hue angle of 244.23º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362CBA is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 44 | 186 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.27 |
| HSL | 244.23º | 0.62% | 0.45% | - |
| HSV(B) | 244.23º | 0.76% | 0.73% | - |
| XYZ | 11.28 | 6.13 | 47.04 | - |
| YUV | 63.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 186 | 0.71 | 0.76 | 0 | 0.27 | 244.23 | 0.62 | 0.45 |
| Hex | 36 | 2C | BA | 47 | 4C | 0 | 1B | F4 | 3E | 2D |
| Octal | 66 | 54 | 272 | 107 | 114 | 0 | 33 | 364 | 76 | 55 |
| Binary | 110110 | 101100 | 10111010 | 1000111 | 1001100 | 0 | 11011 | 11110100 | 111110 | 101101 |
Color Harmonies of #362CBA
Complementary color
Monochromatic Colors of #362CBA
Black with #362CBA
Text Example
Text Example
White with #362CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362CBA; }
p { color: rgb(54,44,186); }
H1.HeaderClassName
{
color: #362CBA;
}
.AnyTagClassName
{
color: #362CBA;
}
</style>
background-color css
<style>
a { background-color: #362CBA; }
a { background-color: rgb(54,44,186); }
div.DivClassName
{
background-color: #362CBA;
}
.BgClassName
{
background-color: #362CBA;
}
</style>
border-color css
<style>
span { border-color: #362CBA; }
span { border-color: rgb(54,44,186); }
td.TdClassName
{
border-color: #362CBA;
}
.TagClassName
{
border-color: #362CBA;
}
</style>