Shades of Persian Blue #361AC2
Tints of Persian Blue #361AC2
RGB
CMYK
RGB Variations
Color information
#361AC2 (or 0x361AC2) is known color: Persian Blue. HEX triplet: 36, 1A and C2. RGB value is (54,26,194). Sum of RGB (Red+Green+Blue) = 54+26+194=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 194 (76.17% from 255 or 70.80% from 274); Max value from RGB is 194 - color contains mainly: blue. Hex color #361AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361AC2 is #C9E53D. Grayscale: #343434. Windows color (decimal): -13231422 or 12720694. OLE color: 12720694.
HSL color Cylindrical-coordinate representation of color #361AC2: hue angle of 250º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361AC2 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 26 | 194 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.24 |
| HSL | 250º | 0.76% | 0.43% | - |
| HSV(B) | 250º | 0.87% | 0.76% | - |
| XYZ | 11.63 | 5.42 | 51.47 | - |
| YUV | 53.52 | 207.28 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 194 | 0.72 | 0.87 | 0 | 0.24 | 250 | 0.76 | 0.43 |
| Hex | 36 | 1A | C2 | 48 | 57 | 0 | 18 | FA | 4C | 2B |
| Octal | 66 | 32 | 302 | 110 | 127 | 0 | 30 | 372 | 114 | 53 |
| Binary | 110110 | 11010 | 11000010 | 1001000 | 1010111 | 0 | 11000 | 11111010 | 1001100 | 101011 |
Color Harmonies of #361AC2
Complementary color
Monochromatic Colors of #361AC2
Black with #361AC2
Text Example
Text Example
White with #361AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361AC2; }
p { color: rgb(54,26,194); }
H1.HeaderClassName
{
color: #361AC2;
}
.AnyTagClassName
{
color: #361AC2;
}
</style>
background-color css
<style>
a { background-color: #361AC2; }
a { background-color: rgb(54,26,194); }
div.DivClassName
{
background-color: #361AC2;
}
.BgClassName
{
background-color: #361AC2;
}
</style>
border-color css
<style>
span { border-color: #361AC2; }
span { border-color: rgb(54,26,194); }
td.TdClassName
{
border-color: #361AC2;
}
.TagClassName
{
border-color: #361AC2;
}
</style>