Shades of Persian Blue #362DDB
Tints of Persian Blue #362DDB
RGB
CMYK
RGB Variations
Color information
#362DDB (or 0x362DDB) is known color: Persian Blue. HEX triplet: 36, 2D and DB. RGB value is (54,45,219). Sum of RGB (Red+Green+Blue) = 54+45+219=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #362DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DDB is #C9D224. Grayscale: #424242. Windows color (decimal): -13226533 or 14363958. OLE color: 14363958.
HSL color Cylindrical-coordinate representation of color #362DDB: hue angle of 243.1º 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 #362DDB is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 45 | 219 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.14 |
| HSL | 243.1º | 0.71% | 0.52% | - |
| HSV(B) | 243.1º | 0.79% | 0.86% | - |
| XYZ | 15.25 | 7.78 | 67.72 | - |
| YUV | 67.53 | 213.48 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 219 | 0.75 | 0.79 | 0 | 0.14 | 243.1 | 0.71 | 0.52 |
| Hex | 36 | 2D | DB | 4B | 4F | 0 | E | F3 | 47 | 34 |
| Octal | 66 | 55 | 333 | 113 | 117 | 0 | 16 | 363 | 107 | 64 |
| Binary | 110110 | 101101 | 11011011 | 1001011 | 1001111 | 0 | 1110 | 11110011 | 1000111 | 110100 |
Color Harmonies of #362DDB
Complementary color
Monochromatic Colors of #362DDB
Black with #362DDB
Text Example
Text Example
White with #362DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362DDB; }
p { color: rgb(54,45,219); }
H1.HeaderClassName
{
color: #362DDB;
}
.AnyTagClassName
{
color: #362DDB;
}
</style>
background-color css
<style>
a { background-color: #362DDB; }
a { background-color: rgb(54,45,219); }
div.DivClassName
{
background-color: #362DDB;
}
.BgClassName
{
background-color: #362DDB;
}
</style>
border-color css
<style>
span { border-color: #362DDB; }
span { border-color: rgb(54,45,219); }
td.TdClassName
{
border-color: #362DDB;
}
.TagClassName
{
border-color: #362DDB;
}
</style>