Shades of Persian Blue #3530BB
Tints of Persian Blue #3530BB
RGB
CMYK
RGB Variations
Color information
#3530BB (or 0x3530BB) is known color: Persian Blue. HEX triplet: 35, 30 and BB. RGB value is (53,48,187). Sum of RGB (Red+Green+Blue) = 53+48+187=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #3530BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3530BB is #CACF44. Grayscale: #404040. Windows color (decimal): -13291333 or 12267573. OLE color: 12267573.
HSL color Cylindrical-coordinate representation of color #3530BB: hue angle of 242.16º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3530BB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 48 | 187 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.27 |
| HSL | 242.16º | 0.59% | 0.46% | - |
| HSV(B) | 242.16º | 0.74% | 0.73% | - |
| XYZ | 11.49 | 6.46 | 47.65 | - |
| YUV | 65.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 187 | 0.72 | 0.74 | 0 | 0.27 | 242.16 | 0.59 | 0.46 |
| Hex | 35 | 30 | BB | 48 | 4A | 0 | 1B | F2 | 3B | 2E |
| Octal | 65 | 60 | 273 | 110 | 112 | 0 | 33 | 362 | 73 | 56 |
| Binary | 110101 | 110000 | 10111011 | 1001000 | 1001010 | 0 | 11011 | 11110010 | 111011 | 101110 |
Color Harmonies of #3530BB
Complementary color
Monochromatic Colors of #3530BB
Black with #3530BB
Text Example
Text Example
White with #3530BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3530BB; }
p { color: rgb(53,48,187); }
H1.HeaderClassName
{
color: #3530BB;
}
.AnyTagClassName
{
color: #3530BB;
}
</style>
background-color css
<style>
a { background-color: #3530BB; }
a { background-color: rgb(53,48,187); }
div.DivClassName
{
background-color: #3530BB;
}
.BgClassName
{
background-color: #3530BB;
}
</style>
border-color css
<style>
span { border-color: #3530BB; }
span { border-color: rgb(53,48,187); }
td.TdClassName
{
border-color: #3530BB;
}
.TagClassName
{
border-color: #3530BB;
}
</style>