Shades of Persian Blue #362ECF
Tints of Persian Blue #362ECF
RGB
CMYK
RGB Variations
Color information
#362ECF (or 0x362ECF) is known color: Persian Blue. HEX triplet: 36, 2E and CF. RGB value is (54,46,207). Sum of RGB (Red+Green+Blue) = 54+46+207=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #362ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ECF is #C9D130. Grayscale: #424242. Windows color (decimal): -13226289 or 13577782. OLE color: 13577782.
HSL color Cylindrical-coordinate representation of color #362ECF: hue angle of 242.98º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #362ECF is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 46 | 207 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.19 |
| HSL | 242.98º | 0.64% | 0.5% | - |
| HSV(B) | 242.98º | 0.78% | 0.81% | - |
| XYZ | 13.76 | 7.24 | 59.7 | - |
| YUV | 66.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 207 | 0.74 | 0.78 | 0 | 0.19 | 242.98 | 0.64 | 0.5 |
| Hex | 36 | 2E | CF | 4A | 4E | 0 | 13 | F3 | 40 | 32 |
| Octal | 66 | 56 | 317 | 112 | 116 | 0 | 23 | 363 | 100 | 62 |
| Binary | 110110 | 101110 | 11001111 | 1001010 | 1001110 | 0 | 10011 | 11110011 | 1000000 | 110010 |
Color Harmonies of #362ECF
Complementary color
Monochromatic Colors of #362ECF
Black with #362ECF
Text Example
Text Example
White with #362ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362ECF; }
p { color: rgb(54,46,207); }
H1.HeaderClassName
{
color: #362ECF;
}
.AnyTagClassName
{
color: #362ECF;
}
</style>
background-color css
<style>
a { background-color: #362ECF; }
a { background-color: rgb(54,46,207); }
div.DivClassName
{
background-color: #362ECF;
}
.BgClassName
{
background-color: #362ECF;
}
</style>
border-color css
<style>
span { border-color: #362ECF; }
span { border-color: rgb(54,46,207); }
td.TdClassName
{
border-color: #362ECF;
}
.TagClassName
{
border-color: #362ECF;
}
</style>