Shades of Blue Marguerite #7353B8
Tints of Blue Marguerite #7353B8
RGB
CMYK
RGB Variations
Color information
#7353B8 (or 0x7353B8) is known color: Blue Marguerite. HEX triplet: 73, 53 and B8. RGB value is (115,83,184). Sum of RGB (Red+Green+Blue) = 115+83+184=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #7353B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353B8 is #8CAC47. Grayscale: #676767. Windows color (decimal): -9219144 or 12079987. OLE color: 12079987.
HSL color Cylindrical-coordinate representation of color #7353B8: hue angle of 259.01º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7353B8 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 83 | 184 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.28 |
| HSL | 259.01º | 0.42% | 0.52% | - |
| HSV(B) | 259.01º | 0.55% | 0.72% | - |
| XYZ | 18.82 | 13.29 | 46.92 | - |
| YUV | 104.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 184 | 0.38 | 0.55 | 0 | 0.28 | 259.01 | 0.42 | 0.52 |
| Hex | 73 | 53 | B8 | 26 | 37 | 0 | 1C | 103 | 2A | 34 |
| Octal | 163 | 123 | 270 | 46 | 67 | 0 | 34 | 403 | 52 | 64 |
| Binary | 1110011 | 1010011 | 10111000 | 100110 | 110111 | 0 | 11100 | 100000011 | 101010 | 110100 |
Color Harmonies of #7353B8
Complementary color
Monochromatic Colors of #7353B8
Black with #7353B8
Text Example
Text Example
White with #7353B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353B8; }
p { color: rgb(115,83,184); }
H1.HeaderClassName
{
color: #7353B8;
}
.AnyTagClassName
{
color: #7353B8;
}
</style>
background-color css
<style>
a { background-color: #7353B8; }
a { background-color: rgb(115,83,184); }
div.DivClassName
{
background-color: #7353B8;
}
.BgClassName
{
background-color: #7353B8;
}
</style>
border-color css
<style>
span { border-color: #7353B8; }
span { border-color: rgb(115,83,184); }
td.TdClassName
{
border-color: #7353B8;
}
.TagClassName
{
border-color: #7353B8;
}
</style>