Shades of Persian Blue #3515C2
Tints of Persian Blue #3515C2
RGB
CMYK
RGB Variations
Color information
#3515C2 (or 0x3515C2) is known color: Persian Blue. HEX triplet: 35, 15 and C2. RGB value is (53,21,194). Sum of RGB (Red+Green+Blue) = 53+21+194=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 194 (76.17% from 255 or 72.39% from 268); Max value from RGB is 194 - color contains mainly: blue. Hex color #3515C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3515C2 is #CAEA3D. Grayscale: #313131. Windows color (decimal): -13298238 or 12719413. OLE color: 12719413.
HSL color Cylindrical-coordinate representation of color #3515C2: hue angle of 251.1º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3515C2 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 21 | 194 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.24 |
| HSL | 251.1º | 0.8% | 0.42% | - |
| HSV(B) | 251.1º | 0.89% | 0.76% | - |
| XYZ | 11.47 | 5.19 | 51.44 | - |
| YUV | 50.29 | 209.1 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 194 | 0.73 | 0.89 | 0 | 0.24 | 251.1 | 0.8 | 0.42 |
| Hex | 35 | 15 | C2 | 49 | 59 | 0 | 18 | FB | 50 | 2A |
| Octal | 65 | 25 | 302 | 111 | 131 | 0 | 30 | 373 | 120 | 52 |
| Binary | 110101 | 10101 | 11000010 | 1001001 | 1011001 | 0 | 11000 | 11111011 | 1010000 | 101010 |
Color Harmonies of #3515C2
Complementary color
Monochromatic Colors of #3515C2
Black with #3515C2
Text Example
Text Example
White with #3515C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3515C2; }
p { color: rgb(53,21,194); }
H1.HeaderClassName
{
color: #3515C2;
}
.AnyTagClassName
{
color: #3515C2;
}
</style>
background-color css
<style>
a { background-color: #3515C2; }
a { background-color: rgb(53,21,194); }
div.DivClassName
{
background-color: #3515C2;
}
.BgClassName
{
background-color: #3515C2;
}
</style>
border-color css
<style>
span { border-color: #3515C2; }
span { border-color: rgb(53,21,194); }
td.TdClassName
{
border-color: #3515C2;
}
.TagClassName
{
border-color: #3515C2;
}
</style>