Shades of Persian Blue #3530CC
Tints of Persian Blue #3530CC
RGB
CMYK
RGB Variations
Color information
#3530CC (or 0x3530CC) is known color: Persian Blue. HEX triplet: 35, 30 and CC. RGB value is (53,48,204). Sum of RGB (Red+Green+Blue) = 53+48+204=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #3530CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530CC is #CACF33. Grayscale: #424242. Windows color (decimal): -13291316 or 13381685. OLE color: 13381685.
HSL color Cylindrical-coordinate representation of color #3530CC: hue angle of 241.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3530CC is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 48 | 204 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.2 |
| HSL | 241.92º | 0.62% | 0.49% | - |
| HSV(B) | 241.92º | 0.76% | 0.8% | - |
| XYZ | 13.42 | 7.23 | 57.81 | - |
| YUV | 67.28 | 205.16 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 204 | 0.74 | 0.76 | 0 | 0.2 | 241.92 | 0.62 | 0.49 |
| Hex | 35 | 30 | CC | 4A | 4C | 0 | 14 | F2 | 3E | 31 |
| Octal | 65 | 60 | 314 | 112 | 114 | 0 | 24 | 362 | 76 | 61 |
| Binary | 110101 | 110000 | 11001100 | 1001010 | 1001100 | 0 | 10100 | 11110010 | 111110 | 110001 |
Color Harmonies of #3530CC
Complementary color
Monochromatic Colors of #3530CC
Black with #3530CC
Text Example
Text Example
White with #3530CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530CC; }
p { color: rgb(53,48,204); }
H1.HeaderClassName
{
color: #3530CC;
}
.AnyTagClassName
{
color: #3530CC;
}
</style>
background-color css
<style>
a { background-color: #3530CC; }
a { background-color: rgb(53,48,204); }
div.DivClassName
{
background-color: #3530CC;
}
.BgClassName
{
background-color: #3530CC;
}
</style>
border-color css
<style>
span { border-color: #3530CC; }
span { border-color: rgb(53,48,204); }
td.TdClassName
{
border-color: #3530CC;
}
.TagClassName
{
border-color: #3530CC;
}
</style>