Shades of Persian Blue #3527CF
Tints of Persian Blue #3527CF
RGB
CMYK
RGB Variations
Color information
#3527CF (or 0x3527CF) is known color: Persian Blue. HEX triplet: 35, 27 and CF. RGB value is (53,39,207). Sum of RGB (Red+Green+Blue) = 53+39+207=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #3527CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3527CF is #CAD830. Grayscale: #3D3D3D. Windows color (decimal): -13293617 or 13575989. OLE color: 13575989.
HSL color Cylindrical-coordinate representation of color #3527CF: hue angle of 245º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3527CF is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 39 | 207 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.19 |
| HSL | 245º | 0.68% | 0.48% | - |
| HSV(B) | 245º | 0.81% | 0.81% | - |
| XYZ | 13.46 | 6.71 | 59.62 | - |
| YUV | 62.34 | 209.64 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 207 | 0.74 | 0.81 | 0 | 0.19 | 245 | 0.68 | 0.48 |
| Hex | 35 | 27 | CF | 4A | 51 | 0 | 13 | F5 | 44 | 30 |
| Octal | 65 | 47 | 317 | 112 | 121 | 0 | 23 | 365 | 104 | 60 |
| Binary | 110101 | 100111 | 11001111 | 1001010 | 1010001 | 0 | 10011 | 11110101 | 1000100 | 110000 |
Color Harmonies of #3527CF
Complementary color
Monochromatic Colors of #3527CF
Black with #3527CF
Text Example
Text Example
White with #3527CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3527CF; }
p { color: rgb(53,39,207); }
H1.HeaderClassName
{
color: #3527CF;
}
.AnyTagClassName
{
color: #3527CF;
}
</style>
background-color css
<style>
a { background-color: #3527CF; }
a { background-color: rgb(53,39,207); }
div.DivClassName
{
background-color: #3527CF;
}
.BgClassName
{
background-color: #3527CF;
}
</style>
border-color css
<style>
span { border-color: #3527CF; }
span { border-color: rgb(53,39,207); }
td.TdClassName
{
border-color: #3527CF;
}
.TagClassName
{
border-color: #3527CF;
}
</style>