Shades of Persian Blue #3530B2
Tints of Persian Blue #3530B2
RGB
CMYK
RGB Variations
Color information
#3530B2 (or 0x3530B2) is known color: Persian Blue. HEX triplet: 35, 30 and B2. RGB value is (53,48,178). Sum of RGB (Red+Green+Blue) = 53+48+178=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 178 (69.92% from 255 or 63.80% from 279); Max value from RGB is 178 - color contains mainly: blue. Hex color #3530B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3530B2 is #CACF4D. Grayscale: #3F3F3F. Windows color (decimal): -13291342 or 11677749. OLE color: 11677749.
HSL color Cylindrical-coordinate representation of color #3530B2: hue angle of 242.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3530B2 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 53 | 48 | 178 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.30 |
| HSL | 242.31º | 0.58% | 0.44% | - |
| HSV(B) | 242.31º | 0.73% | 0.7% | - |
| XYZ | 10.56 | 6.09 | 42.74 | - |
| YUV | 64.32 | 192.16 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 178 | 0.70 | 0.73 | 0 | 0.30 | 242.31 | 0.58 | 0.44 |
| Hex | 35 | 30 | B2 | 46 | 49 | 0 | 1E | F2 | 3A | 2C |
| Octal | 65 | 60 | 262 | 106 | 111 | 0 | 36 | 362 | 72 | 54 |
| Binary | 110101 | 110000 | 10110010 | 1000110 | 1001001 | 0 | 11110 | 11110010 | 111010 | 101100 |
Color Harmonies of #3530B2
Complementary color
Monochromatic Colors of #3530B2
Black with #3530B2
Text Example
Text Example
White with #3530B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530B2; }
p { color: rgb(53,48,178); }
H1.HeaderClassName
{
color: #3530B2;
}
.AnyTagClassName
{
color: #3530B2;
}
</style>
background-color css
<style>
a { background-color: #3530B2; }
a { background-color: rgb(53,48,178); }
div.DivClassName
{
background-color: #3530B2;
}
.BgClassName
{
background-color: #3530B2;
}
</style>
border-color css
<style>
span { border-color: #3530B2; }
span { border-color: rgb(53,48,178); }
td.TdClassName
{
border-color: #3530B2;
}
.TagClassName
{
border-color: #3530B2;
}
</style>