Shades of Persian Blue #352EC9
Tints of Persian Blue #352EC9
RGB
CMYK
RGB Variations
Color information
#352EC9 (or 0x352EC9) is known color: Persian Blue. HEX triplet: 35, 2E and C9. RGB value is (53,46,201). Sum of RGB (Red+Green+Blue) = 53+46+201=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #352EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352EC9 is #CAD136. Grayscale: #414141. Windows color (decimal): -13291831 or 13184565. OLE color: 13184565.
HSL color Cylindrical-coordinate representation of color #352EC9: hue angle of 242.71º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #352EC9 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 46 | 201 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.21 |
| HSL | 242.71º | 0.63% | 0.48% | - |
| HSV(B) | 242.71º | 0.77% | 0.79% | - |
| XYZ | 12.99 | 6.93 | 55.91 | - |
| YUV | 65.76 | 204.32 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 201 | 0.74 | 0.77 | 0 | 0.21 | 242.71 | 0.63 | 0.48 |
| Hex | 35 | 2E | C9 | 4A | 4D | 0 | 15 | F3 | 3F | 30 |
| Octal | 65 | 56 | 311 | 112 | 115 | 0 | 25 | 363 | 77 | 60 |
| Binary | 110101 | 101110 | 11001001 | 1001010 | 1001101 | 0 | 10101 | 11110011 | 111111 | 110000 |
Color Harmonies of #352EC9
Complementary color
Monochromatic Colors of #352EC9
Black with #352EC9
Text Example
Text Example
White with #352EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352EC9; }
p { color: rgb(53,46,201); }
H1.HeaderClassName
{
color: #352EC9;
}
.AnyTagClassName
{
color: #352EC9;
}
</style>
background-color css
<style>
a { background-color: #352EC9; }
a { background-color: rgb(53,46,201); }
div.DivClassName
{
background-color: #352EC9;
}
.BgClassName
{
background-color: #352EC9;
}
</style>
border-color css
<style>
span { border-color: #352EC9; }
span { border-color: rgb(53,46,201); }
td.TdClassName
{
border-color: #352EC9;
}
.TagClassName
{
border-color: #352EC9;
}
</style>