Shades of Persian Blue #362EDB
Tints of Persian Blue #362EDB
RGB
CMYK
RGB Variations
Color information
#362EDB (or 0x362EDB) is known color: Persian Blue. HEX triplet: 36, 2E and DB. RGB value is (54,46,219). Sum of RGB (Red+Green+Blue) = 54+46+219=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #362EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EDB is #C9D124. Grayscale: #434343. Windows color (decimal): -13226277 or 14364214. OLE color: 14364214.
HSL color Cylindrical-coordinate representation of color #362EDB: hue angle of 242.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362EDB is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 46 | 219 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.14 |
| HSL | 242.77º | 0.71% | 0.52% | - |
| HSV(B) | 242.77º | 0.79% | 0.86% | - |
| XYZ | 15.28 | 7.85 | 67.73 | - |
| YUV | 68.11 | 213.15 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 219 | 0.75 | 0.79 | 0 | 0.14 | 242.77 | 0.71 | 0.52 |
| Hex | 36 | 2E | DB | 4B | 4F | 0 | E | F3 | 47 | 34 |
| Octal | 66 | 56 | 333 | 113 | 117 | 0 | 16 | 363 | 107 | 64 |
| Binary | 110110 | 101110 | 11011011 | 1001011 | 1001111 | 0 | 1110 | 11110011 | 1000111 | 110100 |
Color Harmonies of #362EDB
Complementary color
Monochromatic Colors of #362EDB
Black with #362EDB
Text Example
Text Example
White with #362EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362EDB; }
p { color: rgb(54,46,219); }
H1.HeaderClassName
{
color: #362EDB;
}
.AnyTagClassName
{
color: #362EDB;
}
</style>
background-color css
<style>
a { background-color: #362EDB; }
a { background-color: rgb(54,46,219); }
div.DivClassName
{
background-color: #362EDB;
}
.BgClassName
{
background-color: #362EDB;
}
</style>
border-color css
<style>
span { border-color: #362EDB; }
span { border-color: rgb(54,46,219); }
td.TdClassName
{
border-color: #362EDB;
}
.TagClassName
{
border-color: #362EDB;
}
</style>