Shades of Persian Blue #3531CC
Tints of Persian Blue #3531CC
RGB
CMYK
RGB Variations
Color information
#3531CC (or 0x3531CC) is known color: Persian Blue. HEX triplet: 35, 31 and CC. RGB value is (53,49,204). Sum of RGB (Red+Green+Blue) = 53+49+204=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #3531CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531CC is #CACE33. Grayscale: #434343. Windows color (decimal): -13291060 or 13381941. OLE color: 13381941.
HSL color Cylindrical-coordinate representation of color #3531CC: hue angle of 241.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3531CC is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 49 | 204 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.2 |
| HSL | 241.55º | 0.61% | 0.5% | - |
| HSV(B) | 241.55º | 0.76% | 0.8% | - |
| XYZ | 13.47 | 7.31 | 57.83 | - |
| YUV | 67.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 204 | 0.74 | 0.76 | 0 | 0.2 | 241.55 | 0.61 | 0.5 |
| Hex | 35 | 31 | CC | 4A | 4C | 0 | 14 | F2 | 3D | 32 |
| Octal | 65 | 61 | 314 | 112 | 114 | 0 | 24 | 362 | 75 | 62 |
| Binary | 110101 | 110001 | 11001100 | 1001010 | 1001100 | 0 | 10100 | 11110010 | 111101 | 110010 |
Color Harmonies of #3531CC
Complementary color
Monochromatic Colors of #3531CC
Black with #3531CC
Text Example
Text Example
White with #3531CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3531CC; }
p { color: rgb(53,49,204); }
H1.HeaderClassName
{
color: #3531CC;
}
.AnyTagClassName
{
color: #3531CC;
}
</style>
background-color css
<style>
a { background-color: #3531CC; }
a { background-color: rgb(53,49,204); }
div.DivClassName
{
background-color: #3531CC;
}
.BgClassName
{
background-color: #3531CC;
}
</style>
border-color css
<style>
span { border-color: #3531CC; }
span { border-color: rgb(53,49,204); }
td.TdClassName
{
border-color: #3531CC;
}
.TagClassName
{
border-color: #3531CC;
}
</style>