Shades of Persian Blue #352ED4
Tints of Persian Blue #352ED4
RGB
CMYK
RGB Variations
Color information
#352ED4 (or 0x352ED4) is known color: Persian Blue. HEX triplet: 35, 2E and D4. RGB value is (53,46,212). Sum of RGB (Red+Green+Blue) = 53+46+212=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 212 (83.20% from 255 or 68.17% from 311); Max value from RGB is 212 - color contains mainly: blue. Hex color #352ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352ED4 is #CAD12B. Grayscale: #424242. Windows color (decimal): -13291820 or 13905461. OLE color: 13905461.
HSL color Cylindrical-coordinate representation of color #352ED4: hue angle of 242.53º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352ED4 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 46 | 212 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.17 |
| HSL | 242.53º | 0.66% | 0.51% | - |
| HSV(B) | 242.53º | 0.78% | 0.83% | - |
| XYZ | 14.33 | 7.46 | 62.97 | - |
| YUV | 67.02 | 209.82 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 212 | 0.75 | 0.78 | 0 | 0.17 | 242.53 | 0.66 | 0.51 |
| Hex | 35 | 2E | D4 | 4B | 4E | 0 | 11 | F3 | 42 | 33 |
| Octal | 65 | 56 | 324 | 113 | 116 | 0 | 21 | 363 | 102 | 63 |
| Binary | 110101 | 101110 | 11010100 | 1001011 | 1001110 | 0 | 10001 | 11110011 | 1000010 | 110011 |
Color Harmonies of #352ED4
Complementary color
Monochromatic Colors of #352ED4
Black with #352ED4
Text Example
Text Example
White with #352ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352ED4; }
p { color: rgb(53,46,212); }
H1.HeaderClassName
{
color: #352ED4;
}
.AnyTagClassName
{
color: #352ED4;
}
</style>
background-color css
<style>
a { background-color: #352ED4; }
a { background-color: rgb(53,46,212); }
div.DivClassName
{
background-color: #352ED4;
}
.BgClassName
{
background-color: #352ED4;
}
</style>
border-color css
<style>
span { border-color: #352ED4; }
span { border-color: rgb(53,46,212); }
td.TdClassName
{
border-color: #352ED4;
}
.TagClassName
{
border-color: #352ED4;
}
</style>