Shades of Persian Blue #363FAA
Tints of Persian Blue #363FAA
RGB
CMYK
RGB Variations
Color information
#363FAA (or 0x363FAA) is known color: Persian Blue. HEX triplet: 36, 3F and AA. RGB value is (54,63,170). Sum of RGB (Red+Green+Blue) = 54+63+170=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #363FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363FAA is #C9C055. Grayscale: #484848. Windows color (decimal): -13221974 or 11157302. OLE color: 11157302.
HSL color Cylindrical-coordinate representation of color #363FAA: hue angle of 235.34º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363FAA is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 63 | 170 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.33 |
| HSL | 235.34º | 0.52% | 0.44% | - |
| HSV(B) | 235.34º | 0.68% | 0.67% | - |
| XYZ | 10.55 | 7.24 | 38.87 | - |
| YUV | 72.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 170 | 0.68 | 0.63 | 0 | 0.33 | 235.34 | 0.52 | 0.44 |
| Hex | 36 | 3F | AA | 44 | 3F | 0 | 21 | EB | 34 | 2C |
| Octal | 66 | 77 | 252 | 104 | 77 | 0 | 41 | 353 | 64 | 54 |
| Binary | 110110 | 111111 | 10101010 | 1000100 | 111111 | 0 | 100001 | 11101011 | 110100 | 101100 |
Color Harmonies of #363FAA
Complementary color
Monochromatic Colors of #363FAA
Black with #363FAA
Text Example
Text Example
White with #363FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FAA; }
p { color: rgb(54,63,170); }
H1.HeaderClassName
{
color: #363FAA;
}
.AnyTagClassName
{
color: #363FAA;
}
</style>
background-color css
<style>
a { background-color: #363FAA; }
a { background-color: rgb(54,63,170); }
div.DivClassName
{
background-color: #363FAA;
}
.BgClassName
{
background-color: #363FAA;
}
</style>
border-color css
<style>
span { border-color: #363FAA; }
span { border-color: rgb(54,63,170); }
td.TdClassName
{
border-color: #363FAA;
}
.TagClassName
{
border-color: #363FAA;
}
</style>