Shades of Persian Blue #3527D2
Tints of Persian Blue #3527D2
RGB
CMYK
RGB Variations
Color information
#3527D2 (or 0x3527D2) is known color: Persian Blue. HEX triplet: 35, 27 and D2. RGB value is (53,39,210). Sum of RGB (Red+Green+Blue) = 53+39+210=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 210 (82.42% from 255 or 69.54% from 302); Max value from RGB is 210 - color contains mainly: blue. Hex color #3527D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3527D2 is #CAD82D. Grayscale: #3E3E3E. Windows color (decimal): -13293614 or 13772597. OLE color: 13772597.
HSL color Cylindrical-coordinate representation of color #3527D2: hue angle of 244.91º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3527D2 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 39 | 210 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.18 |
| HSL | 244.91º | 0.69% | 0.49% | - |
| HSV(B) | 244.91º | 0.81% | 0.82% | - |
| XYZ | 13.83 | 6.86 | 61.57 | - |
| YUV | 62.68 | 211.14 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 210 | 0.75 | 0.81 | 0 | 0.18 | 244.91 | 0.69 | 0.49 |
| Hex | 35 | 27 | D2 | 4B | 51 | 0 | 12 | F5 | 45 | 31 |
| Octal | 65 | 47 | 322 | 113 | 121 | 0 | 22 | 365 | 105 | 61 |
| Binary | 110101 | 100111 | 11010010 | 1001011 | 1010001 | 0 | 10010 | 11110101 | 1000101 | 110001 |
Color Harmonies of #3527D2
Complementary color
Monochromatic Colors of #3527D2
Black with #3527D2
Text Example
Text Example
White with #3527D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3527D2; }
p { color: rgb(53,39,210); }
H1.HeaderClassName
{
color: #3527D2;
}
.AnyTagClassName
{
color: #3527D2;
}
</style>
background-color css
<style>
a { background-color: #3527D2; }
a { background-color: rgb(53,39,210); }
div.DivClassName
{
background-color: #3527D2;
}
.BgClassName
{
background-color: #3527D2;
}
</style>
border-color css
<style>
span { border-color: #3527D2; }
span { border-color: rgb(53,39,210); }
td.TdClassName
{
border-color: #3527D2;
}
.TagClassName
{
border-color: #3527D2;
}
</style>