Shades of Blue Marguerite #7369AF
Tints of Blue Marguerite #7369AF
RGB
CMYK
RGB Variations
Color information
#7369AF (or 0x7369AF) is known color: Blue Marguerite. HEX triplet: 73, 69 and AF. RGB value is (115,105,175). Sum of RGB (Red+Green+Blue) = 115+105+175=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #7369AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369AF is #8C9650. Grayscale: #737373. Windows color (decimal): -9213521 or 11495795. OLE color: 11495795.
HSL color Cylindrical-coordinate representation of color #7369AF: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7369AF is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 105 | 175 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.31 |
| HSL | 248.57º | 0.3% | 0.55% | - |
| HSV(B) | 248.57º | 0.4% | 0.69% | - |
| XYZ | 19.86 | 16.84 | 42.76 | - |
| YUV | 115.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 175 | 0.34 | 0.40 | 0 | 0.31 | 248.57 | 0.3 | 0.55 |
| Hex | 73 | 69 | AF | 22 | 28 | 0 | 1F | F9 | 1E | 37 |
| Octal | 163 | 151 | 257 | 42 | 50 | 0 | 37 | 371 | 36 | 67 |
| Binary | 1110011 | 1101001 | 10101111 | 100010 | 101000 | 0 | 11111 | 11111001 | 11110 | 110111 |
Color Harmonies of #7369AF
Complementary color
Monochromatic Colors of #7369AF
Black with #7369AF
Text Example
Text Example
White with #7369AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369AF; }
p { color: rgb(115,105,175); }
H1.HeaderClassName
{
color: #7369AF;
}
.AnyTagClassName
{
color: #7369AF;
}
</style>
background-color css
<style>
a { background-color: #7369AF; }
a { background-color: rgb(115,105,175); }
div.DivClassName
{
background-color: #7369AF;
}
.BgClassName
{
background-color: #7369AF;
}
</style>
border-color css
<style>
span { border-color: #7369AF; }
span { border-color: rgb(115,105,175); }
td.TdClassName
{
border-color: #7369AF;
}
.TagClassName
{
border-color: #7369AF;
}
</style>