Shades of Persian Blue #363AAC
Tints of Persian Blue #363AAC
RGB
CMYK
RGB Variations
Color information
#363AAC (or 0x363AAC) is known color: Persian Blue. HEX triplet: 36, 3A and AC. RGB value is (54,58,172). Sum of RGB (Red+Green+Blue) = 54+58+172=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #363AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AAC is #C9C553. Grayscale: #454545. Windows color (decimal): -13223252 or 11287094. OLE color: 11287094.
HSL color Cylindrical-coordinate representation of color #363AAC: hue angle of 237.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363AAC is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 58 | 172 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.33 |
| HSL | 237.97º | 0.52% | 0.44% | - |
| HSV(B) | 237.97º | 0.69% | 0.67% | - |
| XYZ | 10.48 | 6.79 | 39.79 | - |
| YUV | 69.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 172 | 0.69 | 0.66 | 0 | 0.33 | 237.97 | 0.52 | 0.44 |
| Hex | 36 | 3A | AC | 45 | 42 | 0 | 21 | EE | 34 | 2C |
| Octal | 66 | 72 | 254 | 105 | 102 | 0 | 41 | 356 | 64 | 54 |
| Binary | 110110 | 111010 | 10101100 | 1000101 | 1000010 | 0 | 100001 | 11101110 | 110100 | 101100 |
Color Harmonies of #363AAC
Complementary color
Monochromatic Colors of #363AAC
Black with #363AAC
Text Example
Text Example
White with #363AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AAC; }
p { color: rgb(54,58,172); }
H1.HeaderClassName
{
color: #363AAC;
}
.AnyTagClassName
{
color: #363AAC;
}
</style>
background-color css
<style>
a { background-color: #363AAC; }
a { background-color: rgb(54,58,172); }
div.DivClassName
{
background-color: #363AAC;
}
.BgClassName
{
background-color: #363AAC;
}
</style>
border-color css
<style>
span { border-color: #363AAC; }
span { border-color: rgb(54,58,172); }
td.TdClassName
{
border-color: #363AAC;
}
.TagClassName
{
border-color: #363AAC;
}
</style>