Shades of Persian Blue #3524BC
Tints of Persian Blue #3524BC
RGB
CMYK
RGB Variations
Color information
#3524BC (or 0x3524BC) is known color: Persian Blue. HEX triplet: 35, 24 and BC. RGB value is (53,36,188). Sum of RGB (Red+Green+Blue) = 53+36+188=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #3524BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3524BC is #CADB43. Grayscale: #393939. Windows color (decimal): -13294404 or 12330037. OLE color: 12330037.
HSL color Cylindrical-coordinate representation of color #3524BC: hue angle of 246.71º 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 #3524BC is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 36 | 188 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.26 |
| HSL | 246.71º | 0.68% | 0.44% | - |
| HSV(B) | 246.71º | 0.81% | 0.74% | - |
| XYZ | 11.18 | 5.65 | 48.08 | - |
| YUV | 58.41 | 201.13 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 188 | 0.72 | 0.81 | 0 | 0.26 | 246.71 | 0.68 | 0.44 |
| Hex | 35 | 24 | BC | 48 | 51 | 0 | 1A | F7 | 44 | 2C |
| Octal | 65 | 44 | 274 | 110 | 121 | 0 | 32 | 367 | 104 | 54 |
| Binary | 110101 | 100100 | 10111100 | 1001000 | 1010001 | 0 | 11010 | 11110111 | 1000100 | 101100 |
Color Harmonies of #3524BC
Complementary color
Monochromatic Colors of #3524BC
Black with #3524BC
Text Example
Text Example
White with #3524BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3524BC; }
p { color: rgb(53,36,188); }
H1.HeaderClassName
{
color: #3524BC;
}
.AnyTagClassName
{
color: #3524BC;
}
</style>
background-color css
<style>
a { background-color: #3524BC; }
a { background-color: rgb(53,36,188); }
div.DivClassName
{
background-color: #3524BC;
}
.BgClassName
{
background-color: #3524BC;
}
</style>
border-color css
<style>
span { border-color: #3524BC; }
span { border-color: rgb(53,36,188); }
td.TdClassName
{
border-color: #3524BC;
}
.TagClassName
{
border-color: #3524BC;
}
</style>