#7352BA

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

Shades of Blue Marguerite #7352BA

Tints of Blue Marguerite #7352BA

Color information

#7352BA (or 0x7352BA) is unknown color: approx Blue Marguerite. HEX triplet: 73, 52 and BA. RGB value is (115,82,186). Sum of RGB (Red+Green+Blue) = 115+82+186=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #7352BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352BA is #8CAD45. Grayscale: #676767. Windows color (decimal): -9219398 or 12210803. OLE color: 12210803.

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

Color convert

RGB11582186-
CMYK0.380.5600.27
HSL259.04º42.98%52.55%-
HSV(B)259.04º55.91%72.94%-
XYZ18.9513.2248.01-
YUV103.72174.43136.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=30.03%
G=21.41%
B=48.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115821860.380.5600.27259.0442.9852.55
Hex7352BA263801B1032b35
Octal16312227246700334035365
Binary1110011101001010111010100110111000011011100000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7352BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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