Shades of Persian Blue #363FAB
Tints of Persian Blue #363FAB
RGB
CMYK
RGB Variations
Color information
#363FAB (or 0x363FAB) is known color: Persian Blue. HEX triplet: 36, 3F and AB. RGB value is (54,63,171). Sum of RGB (Red+Green+Blue) = 54+63+171=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #363FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363FAB is #C9C054. Grayscale: #484848. Windows color (decimal): -13221973 or 11222838. OLE color: 11222838.
HSL color Cylindrical-coordinate representation of color #363FAB: hue angle of 235.38º 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 #363FAB is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 63 | 171 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.33 |
| HSL | 235.38º | 0.52% | 0.44% | - |
| HSV(B) | 235.38º | 0.68% | 0.67% | - |
| XYZ | 10.65 | 7.28 | 39.37 | - |
| YUV | 72.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 171 | 0.68 | 0.63 | 0 | 0.33 | 235.38 | 0.52 | 0.44 |
| Hex | 36 | 3F | AB | 44 | 3F | 0 | 21 | EB | 34 | 2C |
| Octal | 66 | 77 | 253 | 104 | 77 | 0 | 41 | 353 | 64 | 54 |
| Binary | 110110 | 111111 | 10101011 | 1000100 | 111111 | 0 | 100001 | 11101011 | 110100 | 101100 |
Color Harmonies of #363FAB
Complementary color
Monochromatic Colors of #363FAB
Black with #363FAB
Text Example
Text Example
White with #363FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363FAB; }
p { color: rgb(54,63,171); }
H1.HeaderClassName
{
color: #363FAB;
}
.AnyTagClassName
{
color: #363FAB;
}
</style>
background-color css
<style>
a { background-color: #363FAB; }
a { background-color: rgb(54,63,171); }
div.DivClassName
{
background-color: #363FAB;
}
.BgClassName
{
background-color: #363FAB;
}
</style>
border-color css
<style>
span { border-color: #363FAB; }
span { border-color: rgb(54,63,171); }
td.TdClassName
{
border-color: #363FAB;
}
.TagClassName
{
border-color: #363FAB;
}
</style>