Shades of Persian Blue #362AAF
Tints of Persian Blue #362AAF
RGB
CMYK
RGB Variations
Color information
#362AAF (or 0x362AAF) is known color: Persian Blue. HEX triplet: 36, 2A and AF. RGB value is (54,42,175). Sum of RGB (Red+Green+Blue) = 54+42+175=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #362AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362AAF is #C9D550. Grayscale: #3C3C3C. Windows color (decimal): -13227345 or 11479606. OLE color: 11479606.
HSL color Cylindrical-coordinate representation of color #362AAF: hue angle of 245.41º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362AAF is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 42 | 175 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.31 |
| HSL | 245.41º | 0.61% | 0.43% | - |
| HSV(B) | 245.41º | 0.76% | 0.69% | - |
| XYZ | 10.09 | 5.54 | 41.09 | - |
| YUV | 60.75 | 192.48 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 175 | 0.69 | 0.76 | 0 | 0.31 | 245.41 | 0.61 | 0.43 |
| Hex | 36 | 2A | AF | 45 | 4C | 0 | 1F | F5 | 3D | 2B |
| Octal | 66 | 52 | 257 | 105 | 114 | 0 | 37 | 365 | 75 | 53 |
| Binary | 110110 | 101010 | 10101111 | 1000101 | 1001100 | 0 | 11111 | 11110101 | 111101 | 101011 |
Color Harmonies of #362AAF
Complementary color
Monochromatic Colors of #362AAF
Black with #362AAF
Text Example
Text Example
White with #362AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362AAF; }
p { color: rgb(54,42,175); }
H1.HeaderClassName
{
color: #362AAF;
}
.AnyTagClassName
{
color: #362AAF;
}
</style>
background-color css
<style>
a { background-color: #362AAF; }
a { background-color: rgb(54,42,175); }
div.DivClassName
{
background-color: #362AAF;
}
.BgClassName
{
background-color: #362AAF;
}
</style>
border-color css
<style>
span { border-color: #362AAF; }
span { border-color: rgb(54,42,175); }
td.TdClassName
{
border-color: #362AAF;
}
.TagClassName
{
border-color: #362AAF;
}
</style>