#705FAE

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

Shades of Blue Marguerite #705FAE

Tints of Blue Marguerite #705FAE

Color information

#705FAE (or 0x705FAE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 5F and AE. RGB value is (112,95,174). Sum of RGB (Red+Green+Blue) = 112+95+174=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #705FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705FAE is #8FA051. Grayscale: #6C6C6C. Windows color (decimal): -9412690 or 11427696. OLE color: 11427696.

HSL color Cylindrical-coordinate representation of color #705FAE: hue angle of 252.91º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #705FAE is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11295174-
CMYK0.360.4500.32
HSL252.91º32.78%52.75%-
HSV(B)252.91º45.4%68.24%-
XYZ18.4114.6941.91-
YUV109.09164.63130.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=29.40%
G=24.93%
B=45.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112951740.360.4500.32252.9132.7852.75
Hex705FAE242D020fd2135
Octal16013725644550403754165
Binary1110000101111110101110100100101101010000011111101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705FAE; }

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

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

<style>
 a { background-color: #705FAE; }

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

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

<style>
 span { border-color: #705FAE; }

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

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