Shades of Blue Marguerite #705BB3
Tints of Blue Marguerite #705BB3
RGB
CMYK
RGB Variations
Color information
#705BB3 (or 0x705BB3) is known color: Blue Marguerite. HEX triplet: 70, 5B and B3. RGB value is (112,91,179). Sum of RGB (Red+Green+Blue) = 112+91+179=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 179 - color contains mainly: blue. Hex color #705BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BB3 is #8FA44C. Grayscale: #6A6A6A. Windows color (decimal): -9413709 or 11754352. OLE color: 11754352.
HSL color Cylindrical-coordinate representation of color #705BB3: hue angle of 254.32º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705BB3 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 91 | 179 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.30 |
| HSL | 254.32º | 0.37% | 0.53% | - |
| HSV(B) | 254.32º | 0.49% | 0.7% | - |
| XYZ | 18.56 | 14.18 | 44.41 | - |
| YUV | 107.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 179 | 0.37 | 0.49 | 0 | 0.30 | 254.32 | 0.37 | 0.53 |
| Hex | 70 | 5B | B3 | 25 | 31 | 0 | 1E | FE | 25 | 35 |
| Octal | 160 | 133 | 263 | 45 | 61 | 0 | 36 | 376 | 45 | 65 |
| Binary | 1110000 | 1011011 | 10110011 | 100101 | 110001 | 0 | 11110 | 11111110 | 100101 | 110101 |
Color Harmonies of #705BB3
Complementary color
Monochromatic Colors of #705BB3
Black with #705BB3
Text Example
Text Example
White with #705BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BB3; }
p { color: rgb(112,91,179); }
H1.HeaderClassName
{
color: #705BB3;
}
.AnyTagClassName
{
color: #705BB3;
}
</style>
background-color css
<style>
a { background-color: #705BB3; }
a { background-color: rgb(112,91,179); }
div.DivClassName
{
background-color: #705BB3;
}
.BgClassName
{
background-color: #705BB3;
}
</style>
border-color css
<style>
span { border-color: #705BB3; }
span { border-color: rgb(112,91,179); }
td.TdClassName
{
border-color: #705BB3;
}
.TagClassName
{
border-color: #705BB3;
}
</style>