Html Css Color HEX #7359AC Blue Marguerite

📋 copy color: '#7359AC'

red 115 ◦ green 89 ◦ blue 172

#7359AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7359AC

Tints of Blue Marguerite #7359AC

RGB

 RED value IS 115 (45.31% from 255) = 30.59%

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 30.59%
G = 23.67%
B = 45.74%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7359AC (or 0x7359AC) is known color: Blue Marguerite. HEX triplet: 73, 59 and AC. RGB value is (115,89,172). Sum of RGB (Red+Green+Blue) = 115+89+172=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #7359AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7359AC is #8CA653. Grayscale: #696969. Windows color (decimal): -9217620 or 11295091. OLE color: 11295091.

HSL color Cylindrical-coordinate representation of color #7359AC: hue angle of 258.8º degrees, saturation: 0.33, 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 #7359AC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 89 172 -
CMYK 0.33 0.48 0 0.33
HSL 258.8º 0.33% 0.51% -
HSV(B) 258.8º 0.48% 0.67% -
XYZ 18.09 13.77 40.73 -
YUV 106.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 115 89 172 0.33 0.48 0 0.33 258.8 0.33 0.51
Hex 73 59 AC 21 30 0 21 103 21 33
Octal 163 131 254 41 60 0 41 403 41 63
Binary 1110011 1011001 10101100 100001 110000 0 100001 100000011 100001 110011

Color Harmonies of #7359AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7359AC

Black with #7359AC

Text Example


Text Example

White with #7359AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7359AC;
 }
 .AnyTagClassName
 {
   color: #7359AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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