Shades of Persian Blue #362FDE
Tints of Persian Blue #362FDE
RGB
CMYK
RGB Variations
Color information
#362FDE (or 0x362FDE) is known color: Persian Blue. HEX triplet: 36, 2F and DE. RGB value is (54,47,222). Sum of RGB (Red+Green+Blue) = 54+47+222=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #362FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FDE is #C9D021. Grayscale: #444444. Windows color (decimal): -13226018 or 14561078. OLE color: 14561078.
HSL color Cylindrical-coordinate representation of color #362FDE: hue angle of 242.4º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362FDE is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 47 | 222 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.13 |
| HSL | 242.4º | 0.73% | 0.53% | - |
| HSV(B) | 242.4º | 0.79% | 0.87% | - |
| XYZ | 15.72 | 8.09 | 69.84 | - |
| YUV | 69.04 | 214.32 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 222 | 0.76 | 0.79 | 0 | 0.13 | 242.4 | 0.73 | 0.53 |
| Hex | 36 | 2F | DE | 4C | 4F | 0 | D | F2 | 49 | 35 |
| Octal | 66 | 57 | 336 | 114 | 117 | 0 | 15 | 362 | 111 | 65 |
| Binary | 110110 | 101111 | 11011110 | 1001100 | 1001111 | 0 | 1101 | 11110010 | 1001001 | 110101 |
Color Harmonies of #362FDE
Complementary color
Monochromatic Colors of #362FDE
Black with #362FDE
Text Example
Text Example
White with #362FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362FDE; }
p { color: rgb(54,47,222); }
H1.HeaderClassName
{
color: #362FDE;
}
.AnyTagClassName
{
color: #362FDE;
}
</style>
background-color css
<style>
a { background-color: #362FDE; }
a { background-color: rgb(54,47,222); }
div.DivClassName
{
background-color: #362FDE;
}
.BgClassName
{
background-color: #362FDE;
}
</style>
border-color css
<style>
span { border-color: #362FDE; }
span { border-color: rgb(54,47,222); }
td.TdClassName
{
border-color: #362FDE;
}
.TagClassName
{
border-color: #362FDE;
}
</style>