#7057AE

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

Shades of Blue Marguerite #7057AE

Tints of Blue Marguerite #7057AE

Color information

#7057AE (or 0x7057AE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 57 and AE. RGB value is (112,87,174). Sum of RGB (Red+Green+Blue) = 112+87+174=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #7057AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7057AE is #8FA851. Grayscale: #686868. Windows color (decimal): -9414738 or 11425648. OLE color: 11425648.

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

Color convert

RGB11287174-
CMYK0.360.500.32
HSL257.24º34.94%51.18%-
HSV(B)257.24º50%68.24%-
XYZ17.7313.3241.68-
YUV104.39167.28133.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=30.03%
G=23.32%
B=46.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112871740.360.500.32257.2434.9451.18
Hex7057AE24320201012333
Octal16012725644620404014363
Binary11100001010111101011101001001100100100000100000001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7057AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,87,174); }

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

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

 a { background-color: rgb(112,87,174); }

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

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

 span { border-color: rgb(112,87,174); }

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