Shades of Blue Marguerite #735FBE
Tints of Blue Marguerite #735FBE
RGB
CMYK
RGB Variations
Color information
#735FBE (or 0x735FBE) is known color: Blue Marguerite. HEX triplet: 73, 5F and BE. RGB value is (115,95,190). Sum of RGB (Red+Green+Blue) = 115+95+190=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #735FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FBE is #8CA041. Grayscale: #6F6F6F. Windows color (decimal): -9216066 or 12476275. OLE color: 12476275.
HSL color Cylindrical-coordinate representation of color #735FBE: hue angle of 252.63º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735FBE is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 95 | 190 | - |
| CMYK | 0.39 | 0.5 | 0 | 0.25 |
| HSL | 252.63º | 0.42% | 0.56% | - |
| HSV(B) | 252.63º | 0.5% | 0.75% | - |
| XYZ | 20.46 | 15.55 | 50.64 | - |
| YUV | 111.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 190 | 0.39 | 0.5 | 0 | 0.25 | 252.63 | 0.42 | 0.56 |
| Hex | 73 | 5F | BE | 27 | 32 | 0 | 19 | FD | 2A | 38 |
| Octal | 163 | 137 | 276 | 47 | 62 | 0 | 31 | 375 | 52 | 70 |
| Binary | 1110011 | 1011111 | 10111110 | 100111 | 110010 | 0 | 11001 | 11111101 | 101010 | 111000 |
Color Harmonies of #735FBE
Complementary color
Monochromatic Colors of #735FBE
Black with #735FBE
Text Example
Text Example
White with #735FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FBE; }
p { color: rgb(115,95,190); }
H1.HeaderClassName
{
color: #735FBE;
}
.AnyTagClassName
{
color: #735FBE;
}
</style>
background-color css
<style>
a { background-color: #735FBE; }
a { background-color: rgb(115,95,190); }
div.DivClassName
{
background-color: #735FBE;
}
.BgClassName
{
background-color: #735FBE;
}
</style>
border-color css
<style>
span { border-color: #735FBE; }
span { border-color: rgb(115,95,190); }
td.TdClassName
{
border-color: #735FBE;
}
.TagClassName
{
border-color: #735FBE;
}
</style>