Shades of Persian Blue #3531C2
Tints of Persian Blue #3531C2
RGB
CMYK
RGB Variations
Color information
#3531C2 (or 0x3531C2) is known color: Persian Blue. HEX triplet: 35, 31 and C2. RGB value is (53,49,194). Sum of RGB (Red+Green+Blue) = 53+49+194=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 194 (76.17% from 255 or 65.54% from 296); Max value from RGB is 194 - color contains mainly: blue. Hex color #3531C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3531C2 is #CACE3D. Grayscale: #424242. Windows color (decimal): -13291070 or 12726581. OLE color: 12726581.
HSL color Cylindrical-coordinate representation of color #3531C2: hue angle of 241.66º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3531C2 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 49 | 194 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.24 |
| HSL | 241.66º | 0.6% | 0.48% | - |
| HSV(B) | 241.66º | 0.75% | 0.76% | - |
| XYZ | 12.3 | 6.85 | 51.71 | - |
| YUV | 66.73 | 199.83 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 194 | 0.73 | 0.75 | 0 | 0.24 | 241.66 | 0.6 | 0.48 |
| Hex | 35 | 31 | C2 | 49 | 4B | 0 | 18 | F2 | 3C | 30 |
| Octal | 65 | 61 | 302 | 111 | 113 | 0 | 30 | 362 | 74 | 60 |
| Binary | 110101 | 110001 | 11000010 | 1001001 | 1001011 | 0 | 11000 | 11110010 | 111100 | 110000 |
Color Harmonies of #3531C2
Complementary color
Monochromatic Colors of #3531C2
Black with #3531C2
Text Example
Text Example
White with #3531C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3531C2; }
p { color: rgb(53,49,194); }
H1.HeaderClassName
{
color: #3531C2;
}
.AnyTagClassName
{
color: #3531C2;
}
</style>
background-color css
<style>
a { background-color: #3531C2; }
a { background-color: rgb(53,49,194); }
div.DivClassName
{
background-color: #3531C2;
}
.BgClassName
{
background-color: #3531C2;
}
</style>
border-color css
<style>
span { border-color: #3531C2; }
span { border-color: rgb(53,49,194); }
td.TdClassName
{
border-color: #3531C2;
}
.TagClassName
{
border-color: #3531C2;
}
</style>