Shades of Persian Blue #361CB6
Tints of Persian Blue #361CB6
RGB
CMYK
RGB Variations
Color information
#361CB6 (or 0x361CB6) is known color: Persian Blue. HEX triplet: 36, 1C and B6. RGB value is (54,28,182). Sum of RGB (Red+Green+Blue) = 54+28+182=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 182 (71.48% from 255 or 68.94% from 264); Max value from RGB is 182 - color contains mainly: blue. Hex color #361CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CB6 is #C9E349. Grayscale: #343434. Windows color (decimal): -13230922 or 11934774. OLE color: 11934774.
HSL color Cylindrical-coordinate representation of color #361CB6: hue angle of 250.13º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361CB6 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 28 | 182 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.29 |
| HSL | 250.13º | 0.73% | 0.41% | - |
| HSV(B) | 250.13º | 0.85% | 0.71% | - |
| XYZ | 10.38 | 4.99 | 44.67 | - |
| YUV | 53.33 | 200.61 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 182 | 0.70 | 0.85 | 0 | 0.29 | 250.13 | 0.73 | 0.41 |
| Hex | 36 | 1C | B6 | 46 | 55 | 0 | 1D | FA | 49 | 29 |
| Octal | 66 | 34 | 266 | 106 | 125 | 0 | 35 | 372 | 111 | 51 |
| Binary | 110110 | 11100 | 10110110 | 1000110 | 1010101 | 0 | 11101 | 11111010 | 1001001 | 101001 |
Color Harmonies of #361CB6
Complementary color
Monochromatic Colors of #361CB6
Black with #361CB6
Text Example
Text Example
White with #361CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361CB6; }
p { color: rgb(54,28,182); }
H1.HeaderClassName
{
color: #361CB6;
}
.AnyTagClassName
{
color: #361CB6;
}
</style>
background-color css
<style>
a { background-color: #361CB6; }
a { background-color: rgb(54,28,182); }
div.DivClassName
{
background-color: #361CB6;
}
.BgClassName
{
background-color: #361CB6;
}
</style>
border-color css
<style>
span { border-color: #361CB6; }
span { border-color: rgb(54,28,182); }
td.TdClassName
{
border-color: #361CB6;
}
.TagClassName
{
border-color: #361CB6;
}
</style>