Shades of Persian Blue #363AAA
Tints of Persian Blue #363AAA
RGB
CMYK
RGB Variations
Color information
#363AAA (or 0x363AAA) is known color: Persian Blue. HEX triplet: 36, 3A and AA. RGB value is (54,58,170). Sum of RGB (Red+Green+Blue) = 54+58+170=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #363AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AAA is #C9C555. Grayscale: #454545. Windows color (decimal): -13223254 or 11156022. OLE color: 11156022.
HSL color Cylindrical-coordinate representation of color #363AAA: hue angle of 237.93º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363AAA is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 58 | 170 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.33 |
| HSL | 237.93º | 0.52% | 0.44% | - |
| HSV(B) | 237.93º | 0.68% | 0.67% | - |
| XYZ | 10.29 | 6.71 | 38.78 | - |
| YUV | 69.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 170 | 0.68 | 0.66 | 0 | 0.33 | 237.93 | 0.52 | 0.44 |
| Hex | 36 | 3A | AA | 44 | 42 | 0 | 21 | EE | 34 | 2C |
| Octal | 66 | 72 | 252 | 104 | 102 | 0 | 41 | 356 | 64 | 54 |
| Binary | 110110 | 111010 | 10101010 | 1000100 | 1000010 | 0 | 100001 | 11101110 | 110100 | 101100 |
Color Harmonies of #363AAA
Complementary color
Monochromatic Colors of #363AAA
Black with #363AAA
Text Example
Text Example
White with #363AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AAA; }
p { color: rgb(54,58,170); }
H1.HeaderClassName
{
color: #363AAA;
}
.AnyTagClassName
{
color: #363AAA;
}
</style>
background-color css
<style>
a { background-color: #363AAA; }
a { background-color: rgb(54,58,170); }
div.DivClassName
{
background-color: #363AAA;
}
.BgClassName
{
background-color: #363AAA;
}
</style>
border-color css
<style>
span { border-color: #363AAA; }
span { border-color: rgb(54,58,170); }
td.TdClassName
{
border-color: #363AAA;
}
.TagClassName
{
border-color: #363AAA;
}
</style>