#7355AE

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

Shades of Blue Marguerite #7355AE

Tints of Blue Marguerite #7355AE

Color information

#7355AE (or 0x7355AE) is unknown color: approx Blue Marguerite. HEX triplet: 73, 55 and AE. RGB value is (115,85,174). Sum of RGB (Red+Green+Blue) = 115+85+174=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #7355AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7355AE is #8CAA51. Grayscale: #676767. Windows color (decimal): -9218642 or 11425139. OLE color: 11425139.

HSL color Cylindrical-coordinate representation of color #7355AE: hue angle of 260.22º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7355AE is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11585174-
CMYK0.340.5100.32
HSL260.22º35.46%50.78%-
HSV(B)260.22º51.15%68.24%-
XYZ17.9613.241.65-
YUV104.12167.44135.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=30.75%
G=22.73%
B=46.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115851740.340.5100.32260.2235.4650.78
Hex7355AE22330201042333
Octal16312525642630404044363
Binary11100111010101101011101000101100110100000100000100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7355AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7355AE; }

 p { color: rgb(115,85,174); }

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

<style>
 a { background-color: #7355AE; }

 a { background-color: rgb(115,85,174); }

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

<style>
 span { border-color: #7355AE; }

 span { border-color: rgb(115,85,174); }

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