Shades of Persian Blue #3521CC
Tints of Persian Blue #3521CC
RGB
CMYK
RGB Variations
Color information
#3521CC (or 0x3521CC) is known color: Persian Blue. HEX triplet: 35, 21 and CC. RGB value is (53,33,204). Sum of RGB (Red+Green+Blue) = 53+33+204=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #3521CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3521CC is #CADE33. Grayscale: #393939. Windows color (decimal): -13295156 or 13377845. OLE color: 13377845.
HSL color Cylindrical-coordinate representation of color #3521CC: hue angle of 247.02º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3521CC is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 33 | 204 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.2 |
| HSL | 247.02º | 0.72% | 0.46% | - |
| HSV(B) | 247.02º | 0.84% | 0.8% | - |
| XYZ | 12.91 | 6.2 | 57.64 | - |
| YUV | 58.47 | 210.13 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 204 | 0.74 | 0.84 | 0 | 0.2 | 247.02 | 0.72 | 0.46 |
| Hex | 35 | 21 | CC | 4A | 54 | 0 | 14 | F7 | 48 | 2E |
| Octal | 65 | 41 | 314 | 112 | 124 | 0 | 24 | 367 | 110 | 56 |
| Binary | 110101 | 100001 | 11001100 | 1001010 | 1010100 | 0 | 10100 | 11110111 | 1001000 | 101110 |
Color Harmonies of #3521CC
Complementary color
Monochromatic Colors of #3521CC
Black with #3521CC
Text Example
Text Example
White with #3521CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3521CC; }
p { color: rgb(53,33,204); }
H1.HeaderClassName
{
color: #3521CC;
}
.AnyTagClassName
{
color: #3521CC;
}
</style>
background-color css
<style>
a { background-color: #3521CC; }
a { background-color: rgb(53,33,204); }
div.DivClassName
{
background-color: #3521CC;
}
.BgClassName
{
background-color: #3521CC;
}
</style>
border-color css
<style>
span { border-color: #3521CC; }
span { border-color: rgb(53,33,204); }
td.TdClassName
{
border-color: #3521CC;
}
.TagClassName
{
border-color: #3521CC;
}
</style>