Shades of Persian Blue #363AAE
Tints of Persian Blue #363AAE
RGB
CMYK
RGB Variations
Color information
#363AAE (or 0x363AAE) is known color: Persian Blue. HEX triplet: 36, 3A and AE. RGB value is (54,58,174). Sum of RGB (Red+Green+Blue) = 54+58+174=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #363AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AAE is #C9C551. Grayscale: #454545. Windows color (decimal): -13223250 or 11418166. OLE color: 11418166.
HSL color Cylindrical-coordinate representation of color #363AAE: hue angle of 238º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363AAE is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 58 | 174 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.32 |
| HSL | 238º | 0.53% | 0.45% | - |
| HSV(B) | 238º | 0.69% | 0.68% | - |
| XYZ | 10.67 | 6.87 | 40.81 | - |
| YUV | 70.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 174 | 0.69 | 0.67 | 0 | 0.32 | 238 | 0.53 | 0.45 |
| Hex | 36 | 3A | AE | 45 | 43 | 0 | 20 | EE | 35 | 2D |
| Octal | 66 | 72 | 256 | 105 | 103 | 0 | 40 | 356 | 65 | 55 |
| Binary | 110110 | 111010 | 10101110 | 1000101 | 1000011 | 0 | 100000 | 11101110 | 110101 | 101101 |
Color Harmonies of #363AAE
Complementary color
Monochromatic Colors of #363AAE
Black with #363AAE
Text Example
Text Example
White with #363AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AAE; }
p { color: rgb(54,58,174); }
H1.HeaderClassName
{
color: #363AAE;
}
.AnyTagClassName
{
color: #363AAE;
}
</style>
background-color css
<style>
a { background-color: #363AAE; }
a { background-color: rgb(54,58,174); }
div.DivClassName
{
background-color: #363AAE;
}
.BgClassName
{
background-color: #363AAE;
}
</style>
border-color css
<style>
span { border-color: #363AAE; }
span { border-color: rgb(54,58,174); }
td.TdClassName
{
border-color: #363AAE;
}
.TagClassName
{
border-color: #363AAE;
}
</style>