Shades of Blue Marguerite #736CB5
Tints of Blue Marguerite #736CB5
RGB
CMYK
RGB Variations
Color information
#736CB5 (or 0x736CB5) is known color: Blue Marguerite. HEX triplet: 73, 6C and B5. RGB value is (115,108,181). Sum of RGB (Red+Green+Blue) = 115+108+181=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #736CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736CB5 is #8C934A. Grayscale: #767676. Windows color (decimal): -9212747 or 11889779. OLE color: 11889779.
HSL color Cylindrical-coordinate representation of color #736CB5: hue angle of 245.75º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #736CB5 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 108 | 181 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.29 |
| HSL | 245.75º | 0.33% | 0.57% | - |
| HSV(B) | 245.75º | 0.4% | 0.71% | - |
| XYZ | 20.77 | 17.71 | 46.04 | - |
| YUV | 118.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 181 | 0.36 | 0.40 | 0 | 0.29 | 245.75 | 0.33 | 0.57 |
| Hex | 73 | 6C | B5 | 24 | 28 | 0 | 1D | F6 | 21 | 39 |
| Octal | 163 | 154 | 265 | 44 | 50 | 0 | 35 | 366 | 41 | 71 |
| Binary | 1110011 | 1101100 | 10110101 | 100100 | 101000 | 0 | 11101 | 11110110 | 100001 | 111001 |
Color Harmonies of #736CB5
Complementary color
Monochromatic Colors of #736CB5
Black with #736CB5
Text Example
Text Example
White with #736CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736CB5; }
p { color: rgb(115,108,181); }
H1.HeaderClassName
{
color: #736CB5;
}
.AnyTagClassName
{
color: #736CB5;
}
</style>
background-color css
<style>
a { background-color: #736CB5; }
a { background-color: rgb(115,108,181); }
div.DivClassName
{
background-color: #736CB5;
}
.BgClassName
{
background-color: #736CB5;
}
</style>
border-color css
<style>
span { border-color: #736CB5; }
span { border-color: rgb(115,108,181); }
td.TdClassName
{
border-color: #736CB5;
}
.TagClassName
{
border-color: #736CB5;
}
</style>