Shades of Blue Marguerite #735AB3
Tints of Blue Marguerite #735AB3
RGB
CMYK
RGB Variations
Color information
#735AB3 (or 0x735AB3) is known color: Blue Marguerite. HEX triplet: 73, 5A and B3. RGB value is (115,90,179). Sum of RGB (Red+Green+Blue) = 115+90+179=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #735AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AB3 is #8CA54C. Grayscale: #6B6B6B. Windows color (decimal): -9217357 or 11754099. OLE color: 11754099.
HSL color Cylindrical-coordinate representation of color #735AB3: hue angle of 256.85º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735AB3 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 90 | 179 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.30 |
| HSL | 256.85º | 0.37% | 0.53% | - |
| HSV(B) | 256.85º | 0.5% | 0.7% | - |
| XYZ | 18.86 | 14.21 | 44.4 | - |
| YUV | 107.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 179 | 0.36 | 0.50 | 0 | 0.30 | 256.85 | 0.37 | 0.53 |
| Hex | 73 | 5A | B3 | 24 | 32 | 0 | 1E | 101 | 25 | 35 |
| Octal | 163 | 132 | 263 | 44 | 62 | 0 | 36 | 401 | 45 | 65 |
| Binary | 1110011 | 1011010 | 10110011 | 100100 | 110010 | 0 | 11110 | 100000001 | 100101 | 110101 |
Color Harmonies of #735AB3
Complementary color
Monochromatic Colors of #735AB3
Black with #735AB3
Text Example
Text Example
White with #735AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AB3; }
p { color: rgb(115,90,179); }
H1.HeaderClassName
{
color: #735AB3;
}
.AnyTagClassName
{
color: #735AB3;
}
</style>
background-color css
<style>
a { background-color: #735AB3; }
a { background-color: rgb(115,90,179); }
div.DivClassName
{
background-color: #735AB3;
}
.BgClassName
{
background-color: #735AB3;
}
</style>
border-color css
<style>
span { border-color: #735AB3; }
span { border-color: rgb(115,90,179); }
td.TdClassName
{
border-color: #735AB3;
}
.TagClassName
{
border-color: #735AB3;
}
</style>