Shades of Persian Blue #3529CE
Tints of Persian Blue #3529CE
RGB
CMYK
RGB Variations
Color information
#3529CE (or 0x3529CE) is known color: Persian Blue. HEX triplet: 35, 29 and CE. RGB value is (53,41,206). Sum of RGB (Red+Green+Blue) = 53+41+206=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #3529CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3529CE is #CAD631. Grayscale: #3E3E3E. Windows color (decimal): -13293106 or 13510965. OLE color: 13510965.
HSL color Cylindrical-coordinate representation of color #3529CE: hue angle of 244.36º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3529CE is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 41 | 206 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.19 |
| HSL | 244.36º | 0.67% | 0.48% | - |
| HSV(B) | 244.36º | 0.8% | 0.81% | - |
| XYZ | 13.4 | 6.8 | 59 | - |
| YUV | 63.4 | 208.48 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 206 | 0.74 | 0.80 | 0 | 0.19 | 244.36 | 0.67 | 0.48 |
| Hex | 35 | 29 | CE | 4A | 50 | 0 | 13 | F4 | 43 | 30 |
| Octal | 65 | 51 | 316 | 112 | 120 | 0 | 23 | 364 | 103 | 60 |
| Binary | 110101 | 101001 | 11001110 | 1001010 | 1010000 | 0 | 10011 | 11110100 | 1000011 | 110000 |
Color Harmonies of #3529CE
Complementary color
Monochromatic Colors of #3529CE
Black with #3529CE
Text Example
Text Example
White with #3529CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3529CE; }
p { color: rgb(53,41,206); }
H1.HeaderClassName
{
color: #3529CE;
}
.AnyTagClassName
{
color: #3529CE;
}
</style>
background-color css
<style>
a { background-color: #3529CE; }
a { background-color: rgb(53,41,206); }
div.DivClassName
{
background-color: #3529CE;
}
.BgClassName
{
background-color: #3529CE;
}
</style>
border-color css
<style>
span { border-color: #3529CE; }
span { border-color: rgb(53,41,206); }
td.TdClassName
{
border-color: #3529CE;
}
.TagClassName
{
border-color: #3529CE;
}
</style>