Shades of Blue Marguerite #736BB2
Tints of Blue Marguerite #736BB2
RGB
CMYK
RGB Variations
Color information
#736BB2 (or 0x736BB2) is known color: Blue Marguerite. HEX triplet: 73, 6B and B2. RGB value is (115,107,178). Sum of RGB (Red+Green+Blue) = 115+107+178=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #736BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BB2 is #8C944D. Grayscale: #757575. Windows color (decimal): -9213006 or 11692915. OLE color: 11692915.
HSL color Cylindrical-coordinate representation of color #736BB2: hue angle of 246.76º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #736BB2 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 107 | 178 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.30 |
| HSL | 246.76º | 0.32% | 0.56% | - |
| HSV(B) | 246.76º | 0.4% | 0.7% | - |
| XYZ | 20.36 | 17.37 | 44.4 | - |
| YUV | 117.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 178 | 0.35 | 0.40 | 0 | 0.30 | 246.76 | 0.32 | 0.56 |
| Hex | 73 | 6B | B2 | 23 | 28 | 0 | 1E | F7 | 20 | 38 |
| Octal | 163 | 153 | 262 | 43 | 50 | 0 | 36 | 367 | 40 | 70 |
| Binary | 1110011 | 1101011 | 10110010 | 100011 | 101000 | 0 | 11110 | 11110111 | 100000 | 111000 |
Color Harmonies of #736BB2
Complementary color
Monochromatic Colors of #736BB2
Black with #736BB2
Text Example
Text Example
White with #736BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736BB2; }
p { color: rgb(115,107,178); }
H1.HeaderClassName
{
color: #736BB2;
}
.AnyTagClassName
{
color: #736BB2;
}
</style>
background-color css
<style>
a { background-color: #736BB2; }
a { background-color: rgb(115,107,178); }
div.DivClassName
{
background-color: #736BB2;
}
.BgClassName
{
background-color: #736BB2;
}
</style>
border-color css
<style>
span { border-color: #736BB2; }
span { border-color: rgb(115,107,178); }
td.TdClassName
{
border-color: #736BB2;
}
.TagClassName
{
border-color: #736BB2;
}
</style>