Shades of Persian Blue #361CC0
Tints of Persian Blue #361CC0
RGB
CMYK
RGB Variations
Color information
#361CC0 (or 0x361CC0) is known color: Persian Blue. HEX triplet: 36, 1C and C0. RGB value is (54,28,192). Sum of RGB (Red+Green+Blue) = 54+28+192=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #361CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CC0 is #C9E33F. Grayscale: #353535. Windows color (decimal): -13230912 or 12590134. OLE color: 12590134.
HSL color Cylindrical-coordinate representation of color #361CC0: hue angle of 249.51º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361CC0 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 28 | 192 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.25 |
| HSL | 249.51º | 0.75% | 0.43% | - |
| HSV(B) | 249.51º | 0.85% | 0.75% | - |
| XYZ | 11.45 | 5.42 | 50.31 | - |
| YUV | 54.47 | 205.61 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 192 | 0.72 | 0.85 | 0 | 0.25 | 249.51 | 0.75 | 0.43 |
| Hex | 36 | 1C | C0 | 48 | 55 | 0 | 19 | FA | 4B | 2B |
| Octal | 66 | 34 | 300 | 110 | 125 | 0 | 31 | 372 | 113 | 53 |
| Binary | 110110 | 11100 | 11000000 | 1001000 | 1010101 | 0 | 11001 | 11111010 | 1001011 | 101011 |
Color Harmonies of #361CC0
Complementary color
Monochromatic Colors of #361CC0
Black with #361CC0
Text Example
Text Example
White with #361CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361CC0; }
p { color: rgb(54,28,192); }
H1.HeaderClassName
{
color: #361CC0;
}
.AnyTagClassName
{
color: #361CC0;
}
</style>
background-color css
<style>
a { background-color: #361CC0; }
a { background-color: rgb(54,28,192); }
div.DivClassName
{
background-color: #361CC0;
}
.BgClassName
{
background-color: #361CC0;
}
</style>
border-color css
<style>
span { border-color: #361CC0; }
span { border-color: rgb(54,28,192); }
td.TdClassName
{
border-color: #361CC0;
}
.TagClassName
{
border-color: #361CC0;
}
</style>