Shades of Persian Blue #362EBA
Tints of Persian Blue #362EBA
RGB
CMYK
RGB Variations
Color information
#362EBA (or 0x362EBA) is known color: Persian Blue. HEX triplet: 36, 2E and BA. RGB value is (54,46,186). Sum of RGB (Red+Green+Blue) = 54+46+186=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #362EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EBA is #C9D145. Grayscale: #3F3F3F. Windows color (decimal): -13226310 or 12201526. OLE color: 12201526.
HSL color Cylindrical-coordinate representation of color #362EBA: hue angle of 243.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362EBA is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 46 | 186 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.27 |
| HSL | 243.43º | 0.6% | 0.45% | - |
| HSV(B) | 243.43º | 0.75% | 0.73% | - |
| XYZ | 11.36 | 6.28 | 47.07 | - |
| YUV | 64.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 186 | 0.71 | 0.75 | 0 | 0.27 | 243.43 | 0.6 | 0.45 |
| Hex | 36 | 2E | BA | 47 | 4B | 0 | 1B | F3 | 3C | 2D |
| Octal | 66 | 56 | 272 | 107 | 113 | 0 | 33 | 363 | 74 | 55 |
| Binary | 110110 | 101110 | 10111010 | 1000111 | 1001011 | 0 | 11011 | 11110011 | 111100 | 101101 |
Color Harmonies of #362EBA
Complementary color
Monochromatic Colors of #362EBA
Black with #362EBA
Text Example
Text Example
White with #362EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362EBA; }
p { color: rgb(54,46,186); }
H1.HeaderClassName
{
color: #362EBA;
}
.AnyTagClassName
{
color: #362EBA;
}
</style>
background-color css
<style>
a { background-color: #362EBA; }
a { background-color: rgb(54,46,186); }
div.DivClassName
{
background-color: #362EBA;
}
.BgClassName
{
background-color: #362EBA;
}
</style>
border-color css
<style>
span { border-color: #362EBA; }
span { border-color: rgb(54,46,186); }
td.TdClassName
{
border-color: #362EBA;
}
.TagClassName
{
border-color: #362EBA;
}
</style>