Shades of Persian Blue #362ABA
Tints of Persian Blue #362ABA
RGB
CMYK
RGB Variations
Color information
#362ABA (or 0x362ABA) is known color: Persian Blue. HEX triplet: 36, 2A and BA. RGB value is (54,42,186). Sum of RGB (Red+Green+Blue) = 54+42+186=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #362ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ABA is #C9D545. Grayscale: #3D3D3D. Windows color (decimal): -13227334 or 12200502. OLE color: 12200502.
HSL color Cylindrical-coordinate representation of color #362ABA: hue angle of 245º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362ABA is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 42 | 186 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.27 |
| HSL | 245º | 0.63% | 0.45% | - |
| HSV(B) | 245º | 0.77% | 0.73% | - |
| XYZ | 11.21 | 5.99 | 47.02 | - |
| YUV | 62 | 197.98 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 186 | 0.71 | 0.77 | 0 | 0.27 | 245 | 0.63 | 0.45 |
| Hex | 36 | 2A | BA | 47 | 4D | 0 | 1B | F5 | 3F | 2D |
| Octal | 66 | 52 | 272 | 107 | 115 | 0 | 33 | 365 | 77 | 55 |
| Binary | 110110 | 101010 | 10111010 | 1000111 | 1001101 | 0 | 11011 | 11110101 | 111111 | 101101 |
Color Harmonies of #362ABA
Complementary color
Monochromatic Colors of #362ABA
Black with #362ABA
Text Example
Text Example
White with #362ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362ABA; }
p { color: rgb(54,42,186); }
H1.HeaderClassName
{
color: #362ABA;
}
.AnyTagClassName
{
color: #362ABA;
}
</style>
background-color css
<style>
a { background-color: #362ABA; }
a { background-color: rgb(54,42,186); }
div.DivClassName
{
background-color: #362ABA;
}
.BgClassName
{
background-color: #362ABA;
}
</style>
border-color css
<style>
span { border-color: #362ABA; }
span { border-color: rgb(54,42,186); }
td.TdClassName
{
border-color: #362ABA;
}
.TagClassName
{
border-color: #362ABA;
}
</style>