Shades of Persian Blue #3537A9
Tints of Persian Blue #3537A9
RGB
CMYK
RGB Variations
Color information
#3537A9 (or 0x3537A9) is known color: Persian Blue. HEX triplet: 35, 37 and A9. RGB value is (53,55,169). Sum of RGB (Red+Green+Blue) = 53+55+169=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 169 (66.41% from 255 or 61.01% from 277); Max value from RGB is 169 - color contains mainly: blue. Hex color #3537A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3537A9 is #CAC856. Grayscale: #424242. Windows color (decimal): -13289559 or 11089717. OLE color: 11089717.
HSL color Cylindrical-coordinate representation of color #3537A9: hue angle of 238.97º 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 #3537A9 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 53 | 55 | 169 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.34 |
| HSL | 238.97º | 0.52% | 0.44% | - |
| HSV(B) | 238.97º | 0.69% | 0.66% | - |
| XYZ | 10 | 6.35 | 38.24 | - |
| YUV | 67.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 169 | 0.69 | 0.67 | 0 | 0.34 | 238.97 | 0.52 | 0.44 |
| Hex | 35 | 37 | A9 | 45 | 43 | 0 | 22 | EF | 34 | 2C |
| Octal | 65 | 67 | 251 | 105 | 103 | 0 | 42 | 357 | 64 | 54 |
| Binary | 110101 | 110111 | 10101001 | 1000101 | 1000011 | 0 | 100010 | 11101111 | 110100 | 101100 |
Color Harmonies of #3537A9
Complementary color
Monochromatic Colors of #3537A9
Black with #3537A9
Text Example
Text Example
White with #3537A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3537A9; }
p { color: rgb(53,55,169); }
H1.HeaderClassName
{
color: #3537A9;
}
.AnyTagClassName
{
color: #3537A9;
}
</style>
background-color css
<style>
a { background-color: #3537A9; }
a { background-color: rgb(53,55,169); }
div.DivClassName
{
background-color: #3537A9;
}
.BgClassName
{
background-color: #3537A9;
}
</style>
border-color css
<style>
span { border-color: #3537A9; }
span { border-color: rgb(53,55,169); }
td.TdClassName
{
border-color: #3537A9;
}
.TagClassName
{
border-color: #3537A9;
}
</style>