Shades of Persian Blue #352DC6
Tints of Persian Blue #352DC6
RGB
CMYK
RGB Variations
Color information
#352DC6 (or 0x352DC6) is known color: Persian Blue. HEX triplet: 35, 2D and C6. RGB value is (53,45,198). Sum of RGB (Red+Green+Blue) = 53+45+198=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 198 (77.73% from 255 or 66.89% from 296); Max value from RGB is 198 - color contains mainly: blue. Hex color #352DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352DC6 is #CAD239. Grayscale: #404040. Windows color (decimal): -13292090 or 12987701. OLE color: 12987701.
HSL color Cylindrical-coordinate representation of color #352DC6: hue angle of 243.14º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #352DC6 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 53 | 45 | 198 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.22 |
| HSL | 243.14º | 0.63% | 0.48% | - |
| HSV(B) | 243.14º | 0.77% | 0.78% | - |
| XYZ | 12.6 | 6.71 | 54.06 | - |
| YUV | 64.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 198 | 0.73 | 0.77 | 0 | 0.22 | 243.14 | 0.63 | 0.48 |
| Hex | 35 | 2D | C6 | 49 | 4D | 0 | 16 | F3 | 3F | 30 |
| Octal | 65 | 55 | 306 | 111 | 115 | 0 | 26 | 363 | 77 | 60 |
| Binary | 110101 | 101101 | 11000110 | 1001001 | 1001101 | 0 | 10110 | 11110011 | 111111 | 110000 |
Color Harmonies of #352DC6
Complementary color
Monochromatic Colors of #352DC6
Black with #352DC6
Text Example
Text Example
White with #352DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352DC6; }
p { color: rgb(53,45,198); }
H1.HeaderClassName
{
color: #352DC6;
}
.AnyTagClassName
{
color: #352DC6;
}
</style>
background-color css
<style>
a { background-color: #352DC6; }
a { background-color: rgb(53,45,198); }
div.DivClassName
{
background-color: #352DC6;
}
.BgClassName
{
background-color: #352DC6;
}
</style>
border-color css
<style>
span { border-color: #352DC6; }
span { border-color: rgb(53,45,198); }
td.TdClassName
{
border-color: #352DC6;
}
.TagClassName
{
border-color: #352DC6;
}
</style>