Shades of Persian Blue #3539A9
Tints of Persian Blue #3539A9
RGB
CMYK
RGB Variations
Color information
#3539A9 (or 0x3539A9) is known color: Persian Blue. HEX triplet: 35, 39 and A9. RGB value is (53,57,169). Sum of RGB (Red+Green+Blue) = 53+57+169=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #3539A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3539A9 is #CAC656. Grayscale: #444444. Windows color (decimal): -13289047 or 11090229. OLE color: 11090229.
HSL color Cylindrical-coordinate representation of color #3539A9: hue angle of 237.93º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3539A9 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 57 | 169 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.34 |
| HSL | 237.93º | 0.52% | 0.44% | - |
| HSV(B) | 237.93º | 0.69% | 0.66% | - |
| XYZ | 10.09 | 6.55 | 38.27 | - |
| YUV | 68.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 169 | 0.69 | 0.66 | 0 | 0.34 | 237.93 | 0.52 | 0.44 |
| Hex | 35 | 39 | A9 | 45 | 42 | 0 | 22 | EE | 34 | 2C |
| Octal | 65 | 71 | 251 | 105 | 102 | 0 | 42 | 356 | 64 | 54 |
| Binary | 110101 | 111001 | 10101001 | 1000101 | 1000010 | 0 | 100010 | 11101110 | 110100 | 101100 |
Color Harmonies of #3539A9
Complementary color
Monochromatic Colors of #3539A9
Black with #3539A9
Text Example
Text Example
White with #3539A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3539A9; }
p { color: rgb(53,57,169); }
H1.HeaderClassName
{
color: #3539A9;
}
.AnyTagClassName
{
color: #3539A9;
}
</style>
background-color css
<style>
a { background-color: #3539A9; }
a { background-color: rgb(53,57,169); }
div.DivClassName
{
background-color: #3539A9;
}
.BgClassName
{
background-color: #3539A9;
}
</style>
border-color css
<style>
span { border-color: #3539A9; }
span { border-color: rgb(53,57,169); }
td.TdClassName
{
border-color: #3539A9;
}
.TagClassName
{
border-color: #3539A9;
}
</style>