Shades of Persian Blue #361CCF
Tints of Persian Blue #361CCF
RGB
CMYK
RGB Variations
Color information
#361CCF (or 0x361CCF) is known color: Persian Blue. HEX triplet: 36, 1C and CF. RGB value is (54,28,207). Sum of RGB (Red+Green+Blue) = 54+28+207=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #361CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CCF is #C9E330. Grayscale: #373737. Windows color (decimal): -13230897 or 13573174. OLE color: 13573174.
HSL color Cylindrical-coordinate representation of color #361CCF: hue angle of 248.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361CCF is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 28 | 207 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.19 |
| HSL | 248.72º | 0.76% | 0.46% | - |
| HSV(B) | 248.72º | 0.86% | 0.81% | - |
| XYZ | 13.2 | 6.12 | 59.52 | - |
| YUV | 56.18 | 213.11 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 207 | 0.74 | 0.86 | 0 | 0.19 | 248.72 | 0.76 | 0.46 |
| Hex | 36 | 1C | CF | 4A | 56 | 0 | 13 | F9 | 4C | 2E |
| Octal | 66 | 34 | 317 | 112 | 126 | 0 | 23 | 371 | 114 | 56 |
| Binary | 110110 | 11100 | 11001111 | 1001010 | 1010110 | 0 | 10011 | 11111001 | 1001100 | 101110 |
Color Harmonies of #361CCF
Complementary color
Monochromatic Colors of #361CCF
Black with #361CCF
Text Example
Text Example
White with #361CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361CCF; }
p { color: rgb(54,28,207); }
H1.HeaderClassName
{
color: #361CCF;
}
.AnyTagClassName
{
color: #361CCF;
}
</style>
background-color css
<style>
a { background-color: #361CCF; }
a { background-color: rgb(54,28,207); }
div.DivClassName
{
background-color: #361CCF;
}
.BgClassName
{
background-color: #361CCF;
}
</style>
border-color css
<style>
span { border-color: #361CCF; }
span { border-color: rgb(54,28,207); }
td.TdClassName
{
border-color: #361CCF;
}
.TagClassName
{
border-color: #361CCF;
}
</style>