Shades of Persian Blue #3525CC
Tints of Persian Blue #3525CC
RGB
CMYK
RGB Variations
Color information
#3525CC (or 0x3525CC) is known color: Persian Blue. HEX triplet: 35, 25 and CC. RGB value is (53,37,204). Sum of RGB (Red+Green+Blue) = 53+37+204=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #3525CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3525CC is #CADA33. Grayscale: #3C3C3C. Windows color (decimal): -13294132 or 13378869. OLE color: 13378869.
HSL color Cylindrical-coordinate representation of color #3525CC: hue angle of 245.75º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3525CC is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 37 | 204 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.2 |
| HSL | 245.75º | 0.69% | 0.47% | - |
| HSV(B) | 245.75º | 0.82% | 0.8% | - |
| XYZ | 13.03 | 6.44 | 57.68 | - |
| YUV | 60.82 | 208.8 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 204 | 0.74 | 0.82 | 0 | 0.2 | 245.75 | 0.69 | 0.47 |
| Hex | 35 | 25 | CC | 4A | 52 | 0 | 14 | F6 | 45 | 2F |
| Octal | 65 | 45 | 314 | 112 | 122 | 0 | 24 | 366 | 105 | 57 |
| Binary | 110101 | 100101 | 11001100 | 1001010 | 1010010 | 0 | 10100 | 11110110 | 1000101 | 101111 |
Color Harmonies of #3525CC
Complementary color
Monochromatic Colors of #3525CC
Black with #3525CC
Text Example
Text Example
White with #3525CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3525CC; }
p { color: rgb(53,37,204); }
H1.HeaderClassName
{
color: #3525CC;
}
.AnyTagClassName
{
color: #3525CC;
}
</style>
background-color css
<style>
a { background-color: #3525CC; }
a { background-color: rgb(53,37,204); }
div.DivClassName
{
background-color: #3525CC;
}
.BgClassName
{
background-color: #3525CC;
}
</style>
border-color css
<style>
span { border-color: #3525CC; }
span { border-color: rgb(53,37,204); }
td.TdClassName
{
border-color: #3525CC;
}
.TagClassName
{
border-color: #3525CC;
}
</style>