#7359AA

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

Shades of Blue Marguerite #7359AA

Tints of Blue Marguerite #7359AA

Color information

#7359AA (or 0x7359AA) is unknown color: approx Blue Marguerite. HEX triplet: 73, 59 and AA. RGB value is (115,89,170). Sum of RGB (Red+Green+Blue) = 115+89+170=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #7359AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7359AA is #8CA655. Grayscale: #696969. Windows color (decimal): -9217622 or 11164019. OLE color: 11164019.

HSL color Cylindrical-coordinate representation of color #7359AA: hue angle of 259.26º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7359AA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11589170-
CMYK0.320.4800.33
HSL259.26º32.27%50.78%-
HSV(B)259.26º47.65%66.67%-
XYZ17.913.6939.73-
YUV106.01164.11134.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=30.75%
G=23.80%
B=45.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115891700.320.4800.33259.2632.2750.78
Hex7359AA20300211032033
Octal16313125240600414034063
Binary11100111011001101010101000001100000100001100000011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7359AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7359AA; }

 p { color: rgb(115,89,170); }

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

<style>
 a { background-color: #7359AA; }

 a { background-color: rgb(115,89,170); }

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

<style>
 span { border-color: #7359AA; }

 span { border-color: rgb(115,89,170); }

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