Shades of Persian Blue #362EDD
Tints of Persian Blue #362EDD
RGB
CMYK
RGB Variations
Color information
#362EDD (or 0x362EDD) is known color: Persian Blue. HEX triplet: 36, 2E and DD. RGB value is (54,46,221). Sum of RGB (Red+Green+Blue) = 54+46+221=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #362EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362EDD is #C9D122. Grayscale: #434343. Windows color (decimal): -13226275 or 14495286. OLE color: 14495286.
HSL color Cylindrical-coordinate representation of color #362EDD: hue angle of 242.74º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362EDD is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 46 | 221 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.13 |
| HSL | 242.74º | 0.72% | 0.52% | - |
| HSV(B) | 242.74º | 0.79% | 0.87% | - |
| XYZ | 15.55 | 7.96 | 69.12 | - |
| YUV | 68.34 | 214.15 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 221 | 0.76 | 0.79 | 0 | 0.13 | 242.74 | 0.72 | 0.52 |
| Hex | 36 | 2E | DD | 4C | 4F | 0 | D | F3 | 48 | 34 |
| Octal | 66 | 56 | 335 | 114 | 117 | 0 | 15 | 363 | 110 | 64 |
| Binary | 110110 | 101110 | 11011101 | 1001100 | 1001111 | 0 | 1101 | 11110011 | 1001000 | 110100 |
Color Harmonies of #362EDD
Complementary color
Monochromatic Colors of #362EDD
Black with #362EDD
Text Example
Text Example
White with #362EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362EDD; }
p { color: rgb(54,46,221); }
H1.HeaderClassName
{
color: #362EDD;
}
.AnyTagClassName
{
color: #362EDD;
}
</style>
background-color css
<style>
a { background-color: #362EDD; }
a { background-color: rgb(54,46,221); }
div.DivClassName
{
background-color: #362EDD;
}
.BgClassName
{
background-color: #362EDD;
}
</style>
border-color css
<style>
span { border-color: #362EDD; }
span { border-color: rgb(54,46,221); }
td.TdClassName
{
border-color: #362EDD;
}
.TagClassName
{
border-color: #362EDD;
}
</style>