Shades of Persian Blue #3532CE
Tints of Persian Blue #3532CE
RGB
CMYK
RGB Variations
Color information
#3532CE (or 0x3532CE) is known color: Persian Blue. HEX triplet: 35, 32 and CE. RGB value is (53,50,206). Sum of RGB (Red+Green+Blue) = 53+50+206=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #3532CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3532CE is #CACD31. Grayscale: #444444. Windows color (decimal): -13290802 or 13513269. OLE color: 13513269.
HSL color Cylindrical-coordinate representation of color #3532CE: hue angle of 241.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3532CE is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 50 | 206 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.19 |
| HSL | 241.15º | 0.61% | 0.5% | - |
| HSV(B) | 241.15º | 0.76% | 0.81% | - |
| XYZ | 13.75 | 7.49 | 59.11 | - |
| YUV | 68.68 | 205.49 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 206 | 0.74 | 0.76 | 0 | 0.19 | 241.15 | 0.61 | 0.5 |
| Hex | 35 | 32 | CE | 4A | 4C | 0 | 13 | F1 | 3D | 32 |
| Octal | 65 | 62 | 316 | 112 | 114 | 0 | 23 | 361 | 75 | 62 |
| Binary | 110101 | 110010 | 11001110 | 1001010 | 1001100 | 0 | 10011 | 11110001 | 111101 | 110010 |
Color Harmonies of #3532CE
Complementary color
Monochromatic Colors of #3532CE
Black with #3532CE
Text Example
Text Example
White with #3532CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3532CE; }
p { color: rgb(53,50,206); }
H1.HeaderClassName
{
color: #3532CE;
}
.AnyTagClassName
{
color: #3532CE;
}
</style>
background-color css
<style>
a { background-color: #3532CE; }
a { background-color: rgb(53,50,206); }
div.DivClassName
{
background-color: #3532CE;
}
.BgClassName
{
background-color: #3532CE;
}
</style>
border-color css
<style>
span { border-color: #3532CE; }
span { border-color: rgb(53,50,206); }
td.TdClassName
{
border-color: #3532CE;
}
.TagClassName
{
border-color: #3532CE;
}
</style>