Shades of Persian Blue #352ED6
Tints of Persian Blue #352ED6
RGB
CMYK
RGB Variations
Color information
#352ED6 (or 0x352ED6) is known color: Persian Blue. HEX triplet: 35, 2E and D6. RGB value is (53,46,214). Sum of RGB (Red+Green+Blue) = 53+46+214=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 214 (83.98% from 255 or 68.37% from 313); Max value from RGB is 214 - color contains mainly: blue. Hex color #352ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ED6 is #CAD129. Grayscale: #424242. Windows color (decimal): -13291818 or 14036533. OLE color: 14036533.
HSL color Cylindrical-coordinate representation of color #352ED6: hue angle of 242.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352ED6 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 53 | 46 | 214 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.16 |
| HSL | 242.5º | 0.67% | 0.51% | - |
| HSV(B) | 242.5º | 0.79% | 0.84% | - |
| XYZ | 14.58 | 7.57 | 64.31 | - |
| YUV | 67.25 | 210.82 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 214 | 0.75 | 0.79 | 0 | 0.16 | 242.5 | 0.67 | 0.51 |
| Hex | 35 | 2E | D6 | 4B | 4F | 0 | 10 | F2 | 43 | 33 |
| Octal | 65 | 56 | 326 | 113 | 117 | 0 | 20 | 362 | 103 | 63 |
| Binary | 110101 | 101110 | 11010110 | 1001011 | 1001111 | 0 | 10000 | 11110010 | 1000011 | 110011 |
Color Harmonies of #352ED6
Complementary color
Monochromatic Colors of #352ED6
Black with #352ED6
Text Example
Text Example
White with #352ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352ED6; }
p { color: rgb(53,46,214); }
H1.HeaderClassName
{
color: #352ED6;
}
.AnyTagClassName
{
color: #352ED6;
}
</style>
background-color css
<style>
a { background-color: #352ED6; }
a { background-color: rgb(53,46,214); }
div.DivClassName
{
background-color: #352ED6;
}
.BgClassName
{
background-color: #352ED6;
}
</style>
border-color css
<style>
span { border-color: #352ED6; }
span { border-color: rgb(53,46,214); }
td.TdClassName
{
border-color: #352ED6;
}
.TagClassName
{
border-color: #352ED6;
}
</style>