Shades of Persian Blue #362AC2
Tints of Persian Blue #362AC2
RGB
CMYK
RGB Variations
Color information
#362AC2 (or 0x362AC2) is known color: Persian Blue. HEX triplet: 36, 2A and C2. RGB value is (54,42,194). Sum of RGB (Red+Green+Blue) = 54+42+194=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 194 (76.17% from 255 or 66.90% from 290); Max value from RGB is 194 - color contains mainly: blue. Hex color #362AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362AC2 is #C9D53D. Grayscale: #3E3E3E. Windows color (decimal): -13227326 or 12724790. OLE color: 12724790.
HSL color Cylindrical-coordinate representation of color #362AC2: hue angle of 244.74º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362AC2 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 42 | 194 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.24 |
| HSL | 244.74º | 0.64% | 0.46% | - |
| HSV(B) | 244.74º | 0.78% | 0.76% | - |
| XYZ | 12.09 | 6.34 | 51.62 | - |
| YUV | 62.92 | 201.98 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 194 | 0.72 | 0.78 | 0 | 0.24 | 244.74 | 0.64 | 0.46 |
| Hex | 36 | 2A | C2 | 48 | 4E | 0 | 18 | F5 | 40 | 2E |
| Octal | 66 | 52 | 302 | 110 | 116 | 0 | 30 | 365 | 100 | 56 |
| Binary | 110110 | 101010 | 11000010 | 1001000 | 1001110 | 0 | 11000 | 11110101 | 1000000 | 101110 |
Color Harmonies of #362AC2
Complementary color
Monochromatic Colors of #362AC2
Black with #362AC2
Text Example
Text Example
White with #362AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362AC2; }
p { color: rgb(54,42,194); }
H1.HeaderClassName
{
color: #362AC2;
}
.AnyTagClassName
{
color: #362AC2;
}
</style>
background-color css
<style>
a { background-color: #362AC2; }
a { background-color: rgb(54,42,194); }
div.DivClassName
{
background-color: #362AC2;
}
.BgClassName
{
background-color: #362AC2;
}
</style>
border-color css
<style>
span { border-color: #362AC2; }
span { border-color: rgb(54,42,194); }
td.TdClassName
{
border-color: #362AC2;
}
.TagClassName
{
border-color: #362AC2;
}
</style>