Shades of Blue Marguerite #7358B3
Tints of Blue Marguerite #7358B3
RGB
CMYK
RGB Variations
Color information
#7358B3 (or 0x7358B3) is known color: Blue Marguerite. HEX triplet: 73, 58 and B3. RGB value is (115,88,179). Sum of RGB (Red+Green+Blue) = 115+88+179=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #7358B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7358B3 is #8CA74C. Grayscale: #6A6A6A. Windows color (decimal): -9217869 or 11753587. OLE color: 11753587.
HSL color Cylindrical-coordinate representation of color #7358B3: hue angle of 257.8º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7358B3 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 88 | 179 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.30 |
| HSL | 257.8º | 0.37% | 0.52% | - |
| HSV(B) | 257.8º | 0.51% | 0.7% | - |
| XYZ | 18.7 | 13.88 | 44.34 | - |
| YUV | 106.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 88 | 179 | 0.36 | 0.51 | 0 | 0.30 | 257.8 | 0.37 | 0.52 |
| Hex | 73 | 58 | B3 | 24 | 33 | 0 | 1E | 102 | 25 | 34 |
| Octal | 163 | 130 | 263 | 44 | 63 | 0 | 36 | 402 | 45 | 64 |
| Binary | 1110011 | 1011000 | 10110011 | 100100 | 110011 | 0 | 11110 | 100000010 | 100101 | 110100 |
Color Harmonies of #7358B3
Complementary color
Monochromatic Colors of #7358B3
Black with #7358B3
Text Example
Text Example
White with #7358B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7358B3; }
p { color: rgb(115,88,179); }
H1.HeaderClassName
{
color: #7358B3;
}
.AnyTagClassName
{
color: #7358B3;
}
</style>
background-color css
<style>
a { background-color: #7358B3; }
a { background-color: rgb(115,88,179); }
div.DivClassName
{
background-color: #7358B3;
}
.BgClassName
{
background-color: #7358B3;
}
</style>
border-color css
<style>
span { border-color: #7358B3; }
span { border-color: rgb(115,88,179); }
td.TdClassName
{
border-color: #7358B3;
}
.TagClassName
{
border-color: #7358B3;
}
</style>