#7356BA

Color #7356BA Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7356BA

Tints of Blue Marguerite #7356BA

Color information

#7356BA (or 0x7356BA) is unknown color: approx Blue Marguerite. HEX triplet: 73, 56 and BA. RGB value is (115,86,186). Sum of RGB (Red+Green+Blue) = 115+86+186=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7356BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356BA is #8CA945. Grayscale: #696969. Windows color (decimal): -9218374 or 12211827. OLE color: 12211827.

HSL color Cylindrical-coordinate representation of color #7356BA: hue angle of 257.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7356BA is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11586186-
CMYK0.380.5400.27
HSL257.4º42.02%53.33%-
HSV(B)257.4º53.76%72.94%-
XYZ19.2613.8548.11-
YUV106.07173.11134.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=29.72%
G=22.22%
B=48.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115861860.380.5400.27257.442.0253.33
Hex7356BA263601B1012a35
Octal16312627246660334015265
Binary1110011101011010111010100110110110011011100000001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7356BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7356BA; }

 p { color: rgb(115,86,186); }

 H1.HeaderClassName
 {
   color: #7356BA;
 }
 .AnyTagClassName
 {
   color: #7356BA;
 }
</style>
background-color css

<style>
 a { background-color: #7356BA; }

 a { background-color: rgb(115,86,186); }

 div.DivClassName
 {
   background-color: #7356BA;
 }
 .BgClassName
 {
   background-color: #7356BA;
 }
</style>
border-color css

<style>
 span { border-color: #7356BA; }

 span { border-color: rgb(115,86,186); }

 td.TdClassName
 {
   border-color: #7356BA;
 }
 .TagClassName
 {
   border-color: #7356BA;
 }
</style>