Shades of Persian Blue #361DC2
Tints of Persian Blue #361DC2
RGB
CMYK
RGB Variations
Color information
#361DC2 (or 0x361DC2) is known color: Persian Blue. HEX triplet: 36, 1D and C2. RGB value is (54,29,194). Sum of RGB (Red+Green+Blue) = 54+29+194=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 194 (76.17% from 255 or 70.04% from 277); Max value from RGB is 194 - color contains mainly: blue. Hex color #361DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361DC2 is #C9E23D. Grayscale: #363636. Windows color (decimal): -13230654 or 12721462. OLE color: 12721462.
HSL color Cylindrical-coordinate representation of color #361DC2: hue angle of 249.09º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361DC2 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 29 | 194 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.24 |
| HSL | 249.09º | 0.74% | 0.44% | - |
| HSV(B) | 249.09º | 0.85% | 0.76% | - |
| XYZ | 11.7 | 5.56 | 51.5 | - |
| YUV | 55.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 194 | 0.72 | 0.85 | 0 | 0.24 | 249.09 | 0.74 | 0.44 |
| Hex | 36 | 1D | C2 | 48 | 55 | 0 | 18 | F9 | 4A | 2C |
| Octal | 66 | 35 | 302 | 110 | 125 | 0 | 30 | 371 | 112 | 54 |
| Binary | 110110 | 11101 | 11000010 | 1001000 | 1010101 | 0 | 11000 | 11111001 | 1001010 | 101100 |
Color Harmonies of #361DC2
Complementary color
Monochromatic Colors of #361DC2
Black with #361DC2
Text Example
Text Example
White with #361DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361DC2; }
p { color: rgb(54,29,194); }
H1.HeaderClassName
{
color: #361DC2;
}
.AnyTagClassName
{
color: #361DC2;
}
</style>
background-color css
<style>
a { background-color: #361DC2; }
a { background-color: rgb(54,29,194); }
div.DivClassName
{
background-color: #361DC2;
}
.BgClassName
{
background-color: #361DC2;
}
</style>
border-color css
<style>
span { border-color: #361DC2; }
span { border-color: rgb(54,29,194); }
td.TdClassName
{
border-color: #361DC2;
}
.TagClassName
{
border-color: #361DC2;
}
</style>