Shades of Persian Blue #361DCE
Tints of Persian Blue #361DCE
RGB
CMYK
RGB Variations
Color information
#361DCE (or 0x361DCE) is known color: Persian Blue. HEX triplet: 36, 1D and CE. RGB value is (54,29,206). Sum of RGB (Red+Green+Blue) = 54+29+206=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #361DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361DCE is #C9E231. Grayscale: #373737. Windows color (decimal): -13230642 or 13507894. OLE color: 13507894.
HSL color Cylindrical-coordinate representation of color #361DCE: hue angle of 248.47º degrees, saturation: 0.75, 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 #361DCE is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 29 | 206 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.19 |
| HSL | 248.47º | 0.75% | 0.46% | - |
| HSV(B) | 248.47º | 0.86% | 0.81% | - |
| XYZ | 13.1 | 6.12 | 58.88 | - |
| YUV | 56.65 | 212.28 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 206 | 0.74 | 0.86 | 0 | 0.19 | 248.47 | 0.75 | 0.46 |
| Hex | 36 | 1D | CE | 4A | 56 | 0 | 13 | F8 | 4B | 2E |
| Octal | 66 | 35 | 316 | 112 | 126 | 0 | 23 | 370 | 113 | 56 |
| Binary | 110110 | 11101 | 11001110 | 1001010 | 1010110 | 0 | 10011 | 11111000 | 1001011 | 101110 |
Color Harmonies of #361DCE
Complementary color
Monochromatic Colors of #361DCE
Black with #361DCE
Text Example
Text Example
White with #361DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361DCE; }
p { color: rgb(54,29,206); }
H1.HeaderClassName
{
color: #361DCE;
}
.AnyTagClassName
{
color: #361DCE;
}
</style>
background-color css
<style>
a { background-color: #361DCE; }
a { background-color: rgb(54,29,206); }
div.DivClassName
{
background-color: #361DCE;
}
.BgClassName
{
background-color: #361DCE;
}
</style>
border-color css
<style>
span { border-color: #361DCE; }
span { border-color: rgb(54,29,206); }
td.TdClassName
{
border-color: #361DCE;
}
.TagClassName
{
border-color: #361DCE;
}
</style>