Shades of Persian Blue #3530B7
Tints of Persian Blue #3530B7
RGB
CMYK
RGB Variations
Color information
#3530B7 (or 0x3530B7) is known color: Persian Blue. HEX triplet: 35, 30 and B7. RGB value is (53,48,183). Sum of RGB (Red+Green+Blue) = 53+48+183=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #3530B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530B7 is #CACF48. Grayscale: #404040. Windows color (decimal): -13291337 or 12005429. OLE color: 12005429.
HSL color Cylindrical-coordinate representation of color #3530B7: hue angle of 242.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3530B7 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 48 | 183 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.28 |
| HSL | 242.22º | 0.58% | 0.45% | - |
| HSV(B) | 242.22º | 0.74% | 0.72% | - |
| XYZ | 11.07 | 6.29 | 45.43 | - |
| YUV | 64.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 183 | 0.71 | 0.74 | 0 | 0.28 | 242.22 | 0.58 | 0.45 |
| Hex | 35 | 30 | B7 | 47 | 4A | 0 | 1C | F2 | 3A | 2D |
| Octal | 65 | 60 | 267 | 107 | 112 | 0 | 34 | 362 | 72 | 55 |
| Binary | 110101 | 110000 | 10110111 | 1000111 | 1001010 | 0 | 11100 | 11110010 | 111010 | 101101 |
Color Harmonies of #3530B7
Complementary color
Monochromatic Colors of #3530B7
Black with #3530B7
Text Example
Text Example
White with #3530B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530B7; }
p { color: rgb(53,48,183); }
H1.HeaderClassName
{
color: #3530B7;
}
.AnyTagClassName
{
color: #3530B7;
}
</style>
background-color css
<style>
a { background-color: #3530B7; }
a { background-color: rgb(53,48,183); }
div.DivClassName
{
background-color: #3530B7;
}
.BgClassName
{
background-color: #3530B7;
}
</style>
border-color css
<style>
span { border-color: #3530B7; }
span { border-color: rgb(53,48,183); }
td.TdClassName
{
border-color: #3530B7;
}
.TagClassName
{
border-color: #3530B7;
}
</style>