Shades of Persian Blue #363BAB
Tints of Persian Blue #363BAB
RGB
CMYK
RGB Variations
Color information
#363BAB (or 0x363BAB) is known color: Persian Blue. HEX triplet: 36, 3B and AB. RGB value is (54,59,171). Sum of RGB (Red+Green+Blue) = 54+59+171=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #363BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BAB is #C9C454. Grayscale: #454545. Windows color (decimal): -13222997 or 11221814. OLE color: 11221814.
HSL color Cylindrical-coordinate representation of color #363BAB: hue angle of 237.44º 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 #363BAB is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 59 | 171 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.33 |
| HSL | 237.44º | 0.52% | 0.44% | - |
| HSV(B) | 237.44º | 0.68% | 0.67% | - |
| XYZ | 10.44 | 6.85 | 39.3 | - |
| YUV | 70.27 | 184.84 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 171 | 0.68 | 0.65 | 0 | 0.33 | 237.44 | 0.52 | 0.44 |
| Hex | 36 | 3B | AB | 44 | 41 | 0 | 21 | ED | 34 | 2C |
| Octal | 66 | 73 | 253 | 104 | 101 | 0 | 41 | 355 | 64 | 54 |
| Binary | 110110 | 111011 | 10101011 | 1000100 | 1000001 | 0 | 100001 | 11101101 | 110100 | 101100 |
Color Harmonies of #363BAB
Complementary color
Monochromatic Colors of #363BAB
Black with #363BAB
Text Example
Text Example
White with #363BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BAB; }
p { color: rgb(54,59,171); }
H1.HeaderClassName
{
color: #363BAB;
}
.AnyTagClassName
{
color: #363BAB;
}
</style>
background-color css
<style>
a { background-color: #363BAB; }
a { background-color: rgb(54,59,171); }
div.DivClassName
{
background-color: #363BAB;
}
.BgClassName
{
background-color: #363BAB;
}
</style>
border-color css
<style>
span { border-color: #363BAB; }
span { border-color: rgb(54,59,171); }
td.TdClassName
{
border-color: #363BAB;
}
.TagClassName
{
border-color: #363BAB;
}
</style>