Shades of Blue Marguerite #7349BD
Tints of Blue Marguerite #7349BD
RGB
CMYK
RGB Variations
Color information
#7349BD (or 0x7349BD) is known color: Blue Marguerite. HEX triplet: 73, 49 and BD. RGB value is (115,73,189). Sum of RGB (Red+Green+Blue) = 115+73+189=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #7349BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349BD is #8CB642. Grayscale: #626262. Windows color (decimal): -9221699 or 12405107. OLE color: 12405107.
HSL color Cylindrical-coordinate representation of color #7349BD: hue angle of 261.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7349BD is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 73 | 189 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.26 |
| HSL | 261.72º | 0.47% | 0.51% | - |
| HSV(B) | 261.72º | 0.61% | 0.74% | - |
| XYZ | 18.64 | 12.08 | 49.49 | - |
| YUV | 98.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 73 | 189 | 0.39 | 0.61 | 0 | 0.26 | 261.72 | 0.47 | 0.51 |
| Hex | 73 | 49 | BD | 27 | 3D | 0 | 1A | 106 | 2F | 33 |
| Octal | 163 | 111 | 275 | 47 | 75 | 0 | 32 | 406 | 57 | 63 |
| Binary | 1110011 | 1001001 | 10111101 | 100111 | 111101 | 0 | 11010 | 100000110 | 101111 | 110011 |
Color Harmonies of #7349BD
Complementary color
Monochromatic Colors of #7349BD
Black with #7349BD
Text Example
Text Example
White with #7349BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7349BD; }
p { color: rgb(115,73,189); }
H1.HeaderClassName
{
color: #7349BD;
}
.AnyTagClassName
{
color: #7349BD;
}
</style>
background-color css
<style>
a { background-color: #7349BD; }
a { background-color: rgb(115,73,189); }
div.DivClassName
{
background-color: #7349BD;
}
.BgClassName
{
background-color: #7349BD;
}
</style>
border-color css
<style>
span { border-color: #7349BD; }
span { border-color: rgb(115,73,189); }
td.TdClassName
{
border-color: #7349BD;
}
.TagClassName
{
border-color: #7349BD;
}
</style>