Shades of Blue Marguerite #7360B4
Tints of Blue Marguerite #7360B4
RGB
CMYK
RGB Variations
Color information
#7360B4 (or 0x7360B4) is known color: Blue Marguerite. HEX triplet: 73, 60 and B4. RGB value is (115,96,180). Sum of RGB (Red+Green+Blue) = 115+96+180=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #7360B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7360B4 is #8C9F4B. Grayscale: #6E6E6E. Windows color (decimal): -9215820 or 11821171. OLE color: 11821171.
HSL color Cylindrical-coordinate representation of color #7360B4: hue angle of 253.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7360B4 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 96 | 180 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.29 |
| HSL | 253.57º | 0.36% | 0.54% | - |
| HSV(B) | 253.57º | 0.47% | 0.71% | - |
| XYZ | 19.49 | 15.31 | 45.11 | - |
| YUV | 111.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 180 | 0.36 | 0.47 | 0 | 0.29 | 253.57 | 0.36 | 0.54 |
| Hex | 73 | 60 | B4 | 24 | 2F | 0 | 1D | FE | 24 | 36 |
| Octal | 163 | 140 | 264 | 44 | 57 | 0 | 35 | 376 | 44 | 66 |
| Binary | 1110011 | 1100000 | 10110100 | 100100 | 101111 | 0 | 11101 | 11111110 | 100100 | 110110 |
Color Harmonies of #7360B4
Complementary color
Monochromatic Colors of #7360B4
Black with #7360B4
Text Example
Text Example
White with #7360B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360B4; }
p { color: rgb(115,96,180); }
H1.HeaderClassName
{
color: #7360B4;
}
.AnyTagClassName
{
color: #7360B4;
}
</style>
background-color css
<style>
a { background-color: #7360B4; }
a { background-color: rgb(115,96,180); }
div.DivClassName
{
background-color: #7360B4;
}
.BgClassName
{
background-color: #7360B4;
}
</style>
border-color css
<style>
span { border-color: #7360B4; }
span { border-color: rgb(115,96,180); }
td.TdClassName
{
border-color: #7360B4;
}
.TagClassName
{
border-color: #7360B4;
}
</style>