Shades of Blue Marguerite #7352BC
Tints of Blue Marguerite #7352BC
RGB
CMYK
RGB Variations
Color information
#7352BC (or 0x7352BC) is known color: Blue Marguerite. HEX triplet: 73, 52 and BC. RGB value is (115,82,188). Sum of RGB (Red+Green+Blue) = 115+82+188=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #7352BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352BC is #8CAD43. Grayscale: #676767. Windows color (decimal): -9219396 or 12341875. OLE color: 12341875.
HSL color Cylindrical-coordinate representation of color #7352BC: hue angle of 258.68º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7352BC is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 82 | 188 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.26 |
| HSL | 258.68º | 0.44% | 0.53% | - |
| HSV(B) | 258.68º | 0.56% | 0.74% | - |
| XYZ | 19.16 | 13.31 | 49.14 | - |
| YUV | 103.95 | 175.43 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 188 | 0.39 | 0.56 | 0 | 0.26 | 258.68 | 0.44 | 0.53 |
| Hex | 73 | 52 | BC | 27 | 38 | 0 | 1A | 103 | 2C | 35 |
| Octal | 163 | 122 | 274 | 47 | 70 | 0 | 32 | 403 | 54 | 65 |
| Binary | 1110011 | 1010010 | 10111100 | 100111 | 111000 | 0 | 11010 | 100000011 | 101100 | 110101 |
Color Harmonies of #7352BC
Complementary color
Monochromatic Colors of #7352BC
Black with #7352BC
Text Example
Text Example
White with #7352BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7352BC; }
p { color: rgb(115,82,188); }
H1.HeaderClassName
{
color: #7352BC;
}
.AnyTagClassName
{
color: #7352BC;
}
</style>
background-color css
<style>
a { background-color: #7352BC; }
a { background-color: rgb(115,82,188); }
div.DivClassName
{
background-color: #7352BC;
}
.BgClassName
{
background-color: #7352BC;
}
</style>
border-color css
<style>
span { border-color: #7352BC; }
span { border-color: rgb(115,82,188); }
td.TdClassName
{
border-color: #7352BC;
}
.TagClassName
{
border-color: #7352BC;
}
</style>