Shades of Persian Blue #353AC2
Tints of Persian Blue #353AC2
RGB
CMYK
RGB Variations
Color information
#353AC2 (or 0x353AC2) is known color: Persian Blue. HEX triplet: 35, 3A and C2. RGB value is (53,58,194). Sum of RGB (Red+Green+Blue) = 53+58+194=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #353AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #353AC2 is #CAC53D. Grayscale: #474747. Windows color (decimal): -13288766 or 12728885. OLE color: 12728885.
HSL color Cylindrical-coordinate representation of color #353AC2: hue angle of 237.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #353AC2 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 58 | 194 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.24 |
| HSL | 237.87º | 0.57% | 0.48% | - |
| HSV(B) | 237.87º | 0.73% | 0.76% | - |
| XYZ | 12.72 | 7.68 | 51.85 | - |
| YUV | 72.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 194 | 0.73 | 0.70 | 0 | 0.24 | 237.87 | 0.57 | 0.48 |
| Hex | 35 | 3A | C2 | 49 | 46 | 0 | 18 | EE | 39 | 30 |
| Octal | 65 | 72 | 302 | 111 | 106 | 0 | 30 | 356 | 71 | 60 |
| Binary | 110101 | 111010 | 11000010 | 1001001 | 1000110 | 0 | 11000 | 11101110 | 111001 | 110000 |
Color Harmonies of #353AC2
Complementary color
Monochromatic Colors of #353AC2
Black with #353AC2
Text Example
Text Example
White with #353AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353AC2; }
p { color: rgb(53,58,194); }
H1.HeaderClassName
{
color: #353AC2;
}
.AnyTagClassName
{
color: #353AC2;
}
</style>
background-color css
<style>
a { background-color: #353AC2; }
a { background-color: rgb(53,58,194); }
div.DivClassName
{
background-color: #353AC2;
}
.BgClassName
{
background-color: #353AC2;
}
</style>
border-color css
<style>
span { border-color: #353AC2; }
span { border-color: rgb(53,58,194); }
td.TdClassName
{
border-color: #353AC2;
}
.TagClassName
{
border-color: #353AC2;
}
</style>