Shades of Persian Blue #363AA6
Tints of Persian Blue #363AA6
RGB
CMYK
RGB Variations
Color information
#363AA6 (or 0x363AA6) is known color: Persian Blue. HEX triplet: 36, 3A and A6. RGB value is (54,58,166). Sum of RGB (Red+Green+Blue) = 54+58+166=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #363AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AA6 is #C9C559. Grayscale: #444444. Windows color (decimal): -13223258 or 10893878. OLE color: 10893878.
HSL color Cylindrical-coordinate representation of color #363AA6: hue angle of 237.86º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363AA6 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 58 | 166 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.35 |
| HSL | 237.86º | 0.51% | 0.43% | - |
| HSV(B) | 237.86º | 0.67% | 0.65% | - |
| XYZ | 9.92 | 6.56 | 36.82 | - |
| YUV | 69.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 166 | 0.67 | 0.65 | 0 | 0.35 | 237.86 | 0.51 | 0.43 |
| Hex | 36 | 3A | A6 | 43 | 41 | 0 | 23 | EE | 33 | 2B |
| Octal | 66 | 72 | 246 | 103 | 101 | 0 | 43 | 356 | 63 | 53 |
| Binary | 110110 | 111010 | 10100110 | 1000011 | 1000001 | 0 | 100011 | 11101110 | 110011 | 101011 |
Color Harmonies of #363AA6
Complementary color
Monochromatic Colors of #363AA6
Black with #363AA6
Text Example
Text Example
White with #363AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AA6; }
p { color: rgb(54,58,166); }
H1.HeaderClassName
{
color: #363AA6;
}
.AnyTagClassName
{
color: #363AA6;
}
</style>
background-color css
<style>
a { background-color: #363AA6; }
a { background-color: rgb(54,58,166); }
div.DivClassName
{
background-color: #363AA6;
}
.BgClassName
{
background-color: #363AA6;
}
</style>
border-color css
<style>
span { border-color: #363AA6; }
span { border-color: rgb(54,58,166); }
td.TdClassName
{
border-color: #363AA6;
}
.TagClassName
{
border-color: #363AA6;
}
</style>