Shades of Blue Marguerite #7353BF
Tints of Blue Marguerite #7353BF
RGB
CMYK
RGB Variations
Color information
#7353BF (or 0x7353BF) is known color: Blue Marguerite. HEX triplet: 73, 53 and BF. RGB value is (115,83,191). Sum of RGB (Red+Green+Blue) = 115+83+191=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #7353BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353BF is #8CAC40. Grayscale: #686868. Windows color (decimal): -9219137 or 12538739. OLE color: 12538739.
HSL color Cylindrical-coordinate representation of color #7353BF: hue angle of 257.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7353BF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 83 | 191 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.25 |
| HSL | 257.78º | 0.46% | 0.54% | - |
| HSV(B) | 257.78º | 0.57% | 0.75% | - |
| XYZ | 19.57 | 13.59 | 50.88 | - |
| YUV | 104.88 | 176.6 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 191 | 0.40 | 0.57 | 0 | 0.25 | 257.78 | 0.46 | 0.54 |
| Hex | 73 | 53 | BF | 28 | 39 | 0 | 19 | 102 | 2E | 36 |
| Octal | 163 | 123 | 277 | 50 | 71 | 0 | 31 | 402 | 56 | 66 |
| Binary | 1110011 | 1010011 | 10111111 | 101000 | 111001 | 0 | 11001 | 100000010 | 101110 | 110110 |
Color Harmonies of #7353BF
Complementary color
Monochromatic Colors of #7353BF
Black with #7353BF
Text Example
Text Example
White with #7353BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353BF; }
p { color: rgb(115,83,191); }
H1.HeaderClassName
{
color: #7353BF;
}
.AnyTagClassName
{
color: #7353BF;
}
</style>
background-color css
<style>
a { background-color: #7353BF; }
a { background-color: rgb(115,83,191); }
div.DivClassName
{
background-color: #7353BF;
}
.BgClassName
{
background-color: #7353BF;
}
</style>
border-color css
<style>
span { border-color: #7353BF; }
span { border-color: rgb(115,83,191); }
td.TdClassName
{
border-color: #7353BF;
}
.TagClassName
{
border-color: #7353BF;
}
</style>