Shades of Persian Blue #363FA5
Tints of Persian Blue #363FA5
RGB
CMYK
RGB Variations
Color information
#363FA5 (or 0x363FA5) is known color: Persian Blue. HEX triplet: 36, 3F and A5. RGB value is (54,63,165). Sum of RGB (Red+Green+Blue) = 54+63+165=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #363FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363FA5 is #C9C05A. Grayscale: #474747. Windows color (decimal): -13221979 or 10829622. OLE color: 10829622.
HSL color Cylindrical-coordinate representation of color #363FA5: hue angle of 235.14º 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 #363FA5 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 63 | 165 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.35 |
| HSL | 235.14º | 0.51% | 0.43% | - |
| HSV(B) | 235.14º | 0.67% | 0.65% | - |
| XYZ | 10.09 | 7.06 | 36.43 | - |
| YUV | 71.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 165 | 0.67 | 0.62 | 0 | 0.35 | 235.14 | 0.51 | 0.43 |
| Hex | 36 | 3F | A5 | 43 | 3E | 0 | 23 | EB | 33 | 2B |
| Octal | 66 | 77 | 245 | 103 | 76 | 0 | 43 | 353 | 63 | 53 |
| Binary | 110110 | 111111 | 10100101 | 1000011 | 111110 | 0 | 100011 | 11101011 | 110011 | 101011 |
Color Harmonies of #363FA5
Complementary color
Monochromatic Colors of #363FA5
Black with #363FA5
Text Example
Text Example
White with #363FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FA5; }
p { color: rgb(54,63,165); }
H1.HeaderClassName
{
color: #363FA5;
}
.AnyTagClassName
{
color: #363FA5;
}
</style>
background-color css
<style>
a { background-color: #363FA5; }
a { background-color: rgb(54,63,165); }
div.DivClassName
{
background-color: #363FA5;
}
.BgClassName
{
background-color: #363FA5;
}
</style>
border-color css
<style>
span { border-color: #363FA5; }
span { border-color: rgb(54,63,165); }
td.TdClassName
{
border-color: #363FA5;
}
.TagClassName
{
border-color: #363FA5;
}
</style>