#7057AD

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

Shades of Blue Marguerite #7057AD

Tints of Blue Marguerite #7057AD

Color information

#7057AD (or 0x7057AD) is unknown color: approx Blue Marguerite. HEX triplet: 70, 57 and AD. RGB value is (112,87,173). Sum of RGB (Red+Green+Blue) = 112+87+173=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #7057AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7057AD is #8FA852. Grayscale: #676767. Windows color (decimal): -9414739 or 11360112. OLE color: 11360112.

HSL color Cylindrical-coordinate representation of color #7057AD: hue angle of 257.44º degrees, saturation: 0.34, 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 #7057AD is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11287173-
CMYK0.350.5000.32
HSL257.44º34.4%50.98%-
HSV(B)257.44º49.71%67.84%-
XYZ17.6313.2841.17-
YUV104.28166.78133.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.11%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=30.11%
G=23.39%
B=46.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112871730.350.5000.32257.4434.450.98
Hex7057AD23320201012233
Octal16012725543620404014263
Binary11100001010111101011011000111100100100000100000001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7057AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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