Shades of Persian Blue #362AAC
Tints of Persian Blue #362AAC
RGB
CMYK
RGB Variations
Color information
#362AAC (or 0x362AAC) is known color: Persian Blue. HEX triplet: 36, 2A and AC. RGB value is (54,42,172). Sum of RGB (Red+Green+Blue) = 54+42+172=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #362AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362AAC is #C9D553. Grayscale: #3B3B3B. Windows color (decimal): -13227348 or 11282998. OLE color: 11282998.
HSL color Cylindrical-coordinate representation of color #362AAC: hue angle of 245.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362AAC is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 42 | 172 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.33 |
| HSL | 245.54º | 0.61% | 0.42% | - |
| HSV(B) | 245.54º | 0.76% | 0.67% | - |
| XYZ | 9.8 | 5.42 | 39.56 | - |
| YUV | 60.41 | 190.98 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 172 | 0.69 | 0.76 | 0 | 0.33 | 245.54 | 0.61 | 0.42 |
| Hex | 36 | 2A | AC | 45 | 4C | 0 | 21 | F6 | 3D | 2A |
| Octal | 66 | 52 | 254 | 105 | 114 | 0 | 41 | 366 | 75 | 52 |
| Binary | 110110 | 101010 | 10101100 | 1000101 | 1001100 | 0 | 100001 | 11110110 | 111101 | 101010 |
Color Harmonies of #362AAC
Complementary color
Monochromatic Colors of #362AAC
Black with #362AAC
Text Example
Text Example
White with #362AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362AAC; }
p { color: rgb(54,42,172); }
H1.HeaderClassName
{
color: #362AAC;
}
.AnyTagClassName
{
color: #362AAC;
}
</style>
background-color css
<style>
a { background-color: #362AAC; }
a { background-color: rgb(54,42,172); }
div.DivClassName
{
background-color: #362AAC;
}
.BgClassName
{
background-color: #362AAC;
}
</style>
border-color css
<style>
span { border-color: #362AAC; }
span { border-color: rgb(54,42,172); }
td.TdClassName
{
border-color: #362AAC;
}
.TagClassName
{
border-color: #362AAC;
}
</style>