Shades of Persian Blue #352DD0
Tints of Persian Blue #352DD0
RGB
CMYK
RGB Variations
Color information
#352DD0 (or 0x352DD0) is known color: Persian Blue. HEX triplet: 35, 2D and D0. RGB value is (53,45,208). Sum of RGB (Red+Green+Blue) = 53+45+208=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 208 (81.64% from 255 or 67.97% from 306); Max value from RGB is 208 - color contains mainly: blue. Hex color #352DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DD0 is #CAD22F. Grayscale: #414141. Windows color (decimal): -13292080 or 13643061. OLE color: 13643061.
HSL color Cylindrical-coordinate representation of color #352DD0: hue angle of 242.94º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352DD0 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 45 | 208 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.18 |
| HSL | 242.94º | 0.64% | 0.5% | - |
| HSV(B) | 242.94º | 0.78% | 0.82% | - |
| XYZ | 13.79 | 7.19 | 60.33 | - |
| YUV | 65.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 208 | 0.75 | 0.78 | 0 | 0.18 | 242.94 | 0.64 | 0.5 |
| Hex | 35 | 2D | D0 | 4B | 4E | 0 | 12 | F3 | 40 | 32 |
| Octal | 65 | 55 | 320 | 113 | 116 | 0 | 22 | 363 | 100 | 62 |
| Binary | 110101 | 101101 | 11010000 | 1001011 | 1001110 | 0 | 10010 | 11110011 | 1000000 | 110010 |
Color Harmonies of #352DD0
Complementary color
Monochromatic Colors of #352DD0
Black with #352DD0
Text Example
Text Example
White with #352DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352DD0; }
p { color: rgb(53,45,208); }
H1.HeaderClassName
{
color: #352DD0;
}
.AnyTagClassName
{
color: #352DD0;
}
</style>
background-color css
<style>
a { background-color: #352DD0; }
a { background-color: rgb(53,45,208); }
div.DivClassName
{
background-color: #352DD0;
}
.BgClassName
{
background-color: #352DD0;
}
</style>
border-color css
<style>
span { border-color: #352DD0; }
span { border-color: rgb(53,45,208); }
td.TdClassName
{
border-color: #352DD0;
}
.TagClassName
{
border-color: #352DD0;
}
</style>