Shades of Persian Blue #3539AD
Tints of Persian Blue #3539AD
RGB
CMYK
RGB Variations
Color information
#3539AD (or 0x3539AD) is known color: Persian Blue. HEX triplet: 35, 39 and AD. RGB value is (53,57,173). Sum of RGB (Red+Green+Blue) = 53+57+173=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #3539AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3539AD is #CAC652. Grayscale: #444444. Windows color (decimal): -13289043 or 11352373. OLE color: 11352373.
HSL color Cylindrical-coordinate representation of color #3539AD: hue angle of 238º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3539AD is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 57 | 173 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.32 |
| HSL | 238º | 0.53% | 0.44% | - |
| HSV(B) | 238º | 0.69% | 0.68% | - |
| XYZ | 10.47 | 6.7 | 40.28 | - |
| YUV | 69.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 173 | 0.69 | 0.67 | 0 | 0.32 | 238 | 0.53 | 0.44 |
| Hex | 35 | 39 | AD | 45 | 43 | 0 | 20 | EE | 35 | 2C |
| Octal | 65 | 71 | 255 | 105 | 103 | 0 | 40 | 356 | 65 | 54 |
| Binary | 110101 | 111001 | 10101101 | 1000101 | 1000011 | 0 | 100000 | 11101110 | 110101 | 101100 |
Color Harmonies of #3539AD
Complementary color
Monochromatic Colors of #3539AD
Black with #3539AD
Text Example
Text Example
White with #3539AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3539AD; }
p { color: rgb(53,57,173); }
H1.HeaderClassName
{
color: #3539AD;
}
.AnyTagClassName
{
color: #3539AD;
}
</style>
background-color css
<style>
a { background-color: #3539AD; }
a { background-color: rgb(53,57,173); }
div.DivClassName
{
background-color: #3539AD;
}
.BgClassName
{
background-color: #3539AD;
}
</style>
border-color css
<style>
span { border-color: #3539AD; }
span { border-color: rgb(53,57,173); }
td.TdClassName
{
border-color: #3539AD;
}
.TagClassName
{
border-color: #3539AD;
}
</style>