#7058AE

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

Shades of Blue Marguerite #7058AE

Tints of Blue Marguerite #7058AE

Color information

#7058AE (or 0x7058AE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 58 and AE. RGB value is (112,88,174). Sum of RGB (Red+Green+Blue) = 112+88+174=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 88 (34.77% from 255 or 23.53% 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 #7058AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7058AE is #8FA751. Grayscale: #686868. Windows color (decimal): -9414482 or 11425904. OLE color: 11425904.

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

Color convert

RGB11288174-
CMYK0.360.4900.32
HSL256.74º34.68%51.37%-
HSV(B)256.74º49.43%68.24%-
XYZ17.8113.4841.71-
YUV104.98166.95133.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=29.95%
G=23.53%
B=46.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112881740.360.4900.32256.7434.6851.37
Hex7058AE24310201012333
Octal16013025644610404014363
Binary11100001011000101011101001001100010100000100000001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7058AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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