#7357AB

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

Shades of Blue Marguerite #7357AB

Tints of Blue Marguerite #7357AB

Color information

#7357AB (or 0x7357AB) is unknown color: approx Blue Marguerite. HEX triplet: 73, 57 and AB. RGB value is (115,87,171). Sum of RGB (Red+Green+Blue) = 115+87+171=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #7357AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7357AB is #8CA854. Grayscale: #686868. Windows color (decimal): -9218133 or 11229043. OLE color: 11229043.

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

Color convert

RGB11587171-
CMYK0.330.4900.33
HSL260º33.33%50.59%-
HSV(B)260º49.12%67.06%-
XYZ17.8313.440.18-
YUV104.95165.28135.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=30.83%
G=23.32%
B=45.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115871710.330.4900.3326033.3350.59
Hex7357AB21310211042133
Octal16312725341610414044163
Binary11100111010111101010111000011100010100001100000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7357AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7357AB; }

 p { color: rgb(115,87,171); }

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

<style>
 a { background-color: #7357AB; }

 a { background-color: rgb(115,87,171); }

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

<style>
 span { border-color: #7357AB; }

 span { border-color: rgb(115,87,171); }

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