Shades of Persian Blue #363FAC
Tints of Persian Blue #363FAC
RGB
CMYK
RGB Variations
Color information
#363FAC (or 0x363FAC) is known color: Persian Blue. HEX triplet: 36, 3F and AC. RGB value is (54,63,172). Sum of RGB (Red+Green+Blue) = 54+63+172=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #363FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363FAC is #C9C053. Grayscale: #484848. Windows color (decimal): -13221972 or 11288374. OLE color: 11288374.
HSL color Cylindrical-coordinate representation of color #363FAC: hue angle of 235.42º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363FAC is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 63 | 172 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.33 |
| HSL | 235.42º | 0.52% | 0.44% | - |
| HSV(B) | 235.42º | 0.69% | 0.67% | - |
| XYZ | 10.75 | 7.32 | 39.88 | - |
| YUV | 72.74 | 184.02 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 172 | 0.69 | 0.63 | 0 | 0.33 | 235.42 | 0.52 | 0.44 |
| Hex | 36 | 3F | AC | 45 | 3F | 0 | 21 | EB | 34 | 2C |
| Octal | 66 | 77 | 254 | 105 | 77 | 0 | 41 | 353 | 64 | 54 |
| Binary | 110110 | 111111 | 10101100 | 1000101 | 111111 | 0 | 100001 | 11101011 | 110100 | 101100 |
Color Harmonies of #363FAC
Complementary color
Monochromatic Colors of #363FAC
Black with #363FAC
Text Example
Text Example
White with #363FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FAC; }
p { color: rgb(54,63,172); }
H1.HeaderClassName
{
color: #363FAC;
}
.AnyTagClassName
{
color: #363FAC;
}
</style>
background-color css
<style>
a { background-color: #363FAC; }
a { background-color: rgb(54,63,172); }
div.DivClassName
{
background-color: #363FAC;
}
.BgClassName
{
background-color: #363FAC;
}
</style>
border-color css
<style>
span { border-color: #363FAC; }
span { border-color: rgb(54,63,172); }
td.TdClassName
{
border-color: #363FAC;
}
.TagClassName
{
border-color: #363FAC;
}
</style>