Shades of Persian Blue #3523B5
Tints of Persian Blue #3523B5
RGB
CMYK
RGB Variations
Color information
#3523B5 (or 0x3523B5) is known color: Persian Blue. HEX triplet: 35, 23 and B5. RGB value is (53,35,181). Sum of RGB (Red+Green+Blue) = 53+35+181=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 181 (71.09% from 255 or 67.29% from 269); Max value from RGB is 181 - color contains mainly: blue. Hex color #3523B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3523B5 is #CADC4A. Grayscale: #383838. Windows color (decimal): -13294667 or 11871029. OLE color: 11871029.
HSL color Cylindrical-coordinate representation of color #3523B5: hue angle of 247.4º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3523B5 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 53 | 35 | 181 | - |
CMYK | 0.71 | 0.81 | 0 | 0.29 |
HSL | 247.4º | 0.68% | 0.42% | - |
HSV(B) | 247.4º | 0.81% | 0.71% | - |
XYZ | 10.41 | 5.3 | 44.19 | - |
YUV | 57.03 | 197.96 | 125.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 35 | 181 | 0.71 | 0.81 | 0 | 0.29 | 247.4 | 0.68 | 0.42 |
Hex | 35 | 23 | B5 | 47 | 51 | 0 | 1D | F7 | 44 | 2A |
Octal | 65 | 43 | 265 | 107 | 121 | 0 | 35 | 367 | 104 | 52 |
Binary | 110101 | 100011 | 10110101 | 1000111 | 1010001 | 0 | 11101 | 11110111 | 1000100 | 101010 |
Color Harmonies of #3523B5
Complementary color
Monochromatic Colors of #3523B5
Black with #3523B5
Text Example
Text Example
White with #3523B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3523B5; }
p { color: rgb(53,35,181); }
H1.HeaderClassName
{
color: #3523B5;
}
.AnyTagClassName
{
color: #3523B5;
}
</style>
background-color css
<style>
a { background-color: #3523B5; }
a { background-color: rgb(53,35,181); }
div.DivClassName
{
background-color: #3523B5;
}
.BgClassName
{
background-color: #3523B5;
}
</style>
border-color css
<style>
span { border-color: #3523B5; }
span { border-color: rgb(53,35,181); }
td.TdClassName
{
border-color: #3523B5;
}
.TagClassName
{
border-color: #3523B5;
}
</style>