Shades of Persian Blue #361ABA
Tints of Persian Blue #361ABA
RGB
CMYK
RGB Variations
Color information
#361ABA (or 0x361ABA) is known color: Persian Blue. HEX triplet: 36, 1A and BA. RGB value is (54,26,186). Sum of RGB (Red+Green+Blue) = 54+26+186=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #361ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ABA is #C9E545. Grayscale: #343434. Windows color (decimal): -13231430 or 12196406. OLE color: 12196406.
HSL color Cylindrical-coordinate representation of color #361ABA: hue angle of 250.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361ABA is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 26 | 186 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.27 |
| HSL | 250.5º | 0.75% | 0.42% | - |
| HSV(B) | 250.5º | 0.86% | 0.73% | - |
| XYZ | 10.75 | 5.07 | 46.87 | - |
| YUV | 52.61 | 203.28 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 186 | 0.71 | 0.86 | 0 | 0.27 | 250.5 | 0.75 | 0.42 |
| Hex | 36 | 1A | BA | 47 | 56 | 0 | 1B | FB | 4B | 2A |
| Octal | 66 | 32 | 272 | 107 | 126 | 0 | 33 | 373 | 113 | 52 |
| Binary | 110110 | 11010 | 10111010 | 1000111 | 1010110 | 0 | 11011 | 11111011 | 1001011 | 101010 |
Color Harmonies of #361ABA
Complementary color
Monochromatic Colors of #361ABA
Black with #361ABA
Text Example
Text Example
White with #361ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361ABA; }
p { color: rgb(54,26,186); }
H1.HeaderClassName
{
color: #361ABA;
}
.AnyTagClassName
{
color: #361ABA;
}
</style>
background-color css
<style>
a { background-color: #361ABA; }
a { background-color: rgb(54,26,186); }
div.DivClassName
{
background-color: #361ABA;
}
.BgClassName
{
background-color: #361ABA;
}
</style>
border-color css
<style>
span { border-color: #361ABA; }
span { border-color: rgb(54,26,186); }
td.TdClassName
{
border-color: #361ABA;
}
.TagClassName
{
border-color: #361ABA;
}
</style>