Shades of Persian Blue #3524BD
Tints of Persian Blue #3524BD
RGB
CMYK
RGB Variations
Color information
#3524BD (or 0x3524BD) is known color: Persian Blue. HEX triplet: 35, 24 and BD. RGB value is (53,36,189). Sum of RGB (Red+Green+Blue) = 53+36+189=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #3524BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3524BD is #CADB42. Grayscale: #393939. Windows color (decimal): -13294403 or 12395573. OLE color: 12395573.
HSL color Cylindrical-coordinate representation of color #3524BD: hue angle of 246.67º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3524BD is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 36 | 189 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.26 |
| HSL | 246.67º | 0.68% | 0.44% | - |
| HSV(B) | 246.67º | 0.81% | 0.74% | - |
| XYZ | 11.28 | 5.69 | 48.65 | - |
| YUV | 58.53 | 201.63 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 189 | 0.72 | 0.81 | 0 | 0.26 | 246.67 | 0.68 | 0.44 |
| Hex | 35 | 24 | BD | 48 | 51 | 0 | 1A | F7 | 44 | 2C |
| Octal | 65 | 44 | 275 | 110 | 121 | 0 | 32 | 367 | 104 | 54 |
| Binary | 110101 | 100100 | 10111101 | 1001000 | 1010001 | 0 | 11010 | 11110111 | 1000100 | 101100 |
Color Harmonies of #3524BD
Complementary color
Monochromatic Colors of #3524BD
Black with #3524BD
Text Example
Text Example
White with #3524BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3524BD; }
p { color: rgb(53,36,189); }
H1.HeaderClassName
{
color: #3524BD;
}
.AnyTagClassName
{
color: #3524BD;
}
</style>
background-color css
<style>
a { background-color: #3524BD; }
a { background-color: rgb(53,36,189); }
div.DivClassName
{
background-color: #3524BD;
}
.BgClassName
{
background-color: #3524BD;
}
</style>
border-color css
<style>
span { border-color: #3524BD; }
span { border-color: rgb(53,36,189); }
td.TdClassName
{
border-color: #3524BD;
}
.TagClassName
{
border-color: #3524BD;
}
</style>