#735EAC

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

Shades of Blue Marguerite #735EAC

Tints of Blue Marguerite #735EAC

Color information

#735EAC (or 0x735EAC) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5E and AC. RGB value is (115,94,172). Sum of RGB (Red+Green+Blue) = 115+94+172=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #735EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735EAC is #8CA153. Grayscale: #6C6C6C. Windows color (decimal): -9216340 or 11296371. OLE color: 11296371.

HSL color Cylindrical-coordinate representation of color #735EAC: hue angle of 256.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #735EAC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11594172-
CMYK0.330.4500.33
HSL256.15º31.97%52.16%-
HSV(B)256.15º45.35%67.45%-
XYZ18.5214.6340.88-
YUV109.17163.46132.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=30.18%
G=24.67%
B=45.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115941720.330.4500.33256.1531.9752.16
Hex735EAC212D0211002034
Octal16313625441550414004064
Binary11100111011110101011001000011011010100001100000000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735EAC; }

 p { color: rgb(115,94,172); }

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

<style>
 a { background-color: #735EAC; }

 a { background-color: rgb(115,94,172); }

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

<style>
 span { border-color: #735EAC; }

 span { border-color: rgb(115,94,172); }

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