Shades of Blue Marguerite #7367B2
Tints of Blue Marguerite #7367B2
RGB
CMYK
RGB Variations
Color information
#7367B2 (or 0x7367B2) is known color: Blue Marguerite. HEX triplet: 73, 67 and B2. RGB value is (115,103,178). Sum of RGB (Red+Green+Blue) = 115+103+178=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #7367B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7367B2 is #8C984D. Grayscale: #727272. Windows color (decimal): -9214030 or 11691891. OLE color: 11691891.
HSL color Cylindrical-coordinate representation of color #7367B2: hue angle of 249.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7367B2 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 103 | 178 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.30 |
| HSL | 249.6º | 0.33% | 0.55% | - |
| HSV(B) | 249.6º | 0.42% | 0.7% | - |
| XYZ | 19.96 | 16.56 | 44.26 | - |
| YUV | 115.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 178 | 0.35 | 0.42 | 0 | 0.30 | 249.6 | 0.33 | 0.55 |
| Hex | 73 | 67 | B2 | 23 | 2A | 0 | 1E | FA | 21 | 37 |
| Octal | 163 | 147 | 262 | 43 | 52 | 0 | 36 | 372 | 41 | 67 |
| Binary | 1110011 | 1100111 | 10110010 | 100011 | 101010 | 0 | 11110 | 11111010 | 100001 | 110111 |
Color Harmonies of #7367B2
Complementary color
Monochromatic Colors of #7367B2
Black with #7367B2
Text Example
Text Example
White with #7367B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7367B2; }
p { color: rgb(115,103,178); }
H1.HeaderClassName
{
color: #7367B2;
}
.AnyTagClassName
{
color: #7367B2;
}
</style>
background-color css
<style>
a { background-color: #7367B2; }
a { background-color: rgb(115,103,178); }
div.DivClassName
{
background-color: #7367B2;
}
.BgClassName
{
background-color: #7367B2;
}
</style>
border-color css
<style>
span { border-color: #7367B2; }
span { border-color: rgb(115,103,178); }
td.TdClassName
{
border-color: #7367B2;
}
.TagClassName
{
border-color: #7367B2;
}
</style>