#735FAE

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

Shades of Blue Marguerite #735FAE

Tints of Blue Marguerite #735FAE

Color information

#735FAE (or 0x735FAE) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5F and AE. RGB value is (115,95,174). Sum of RGB (Red+Green+Blue) = 115+95+174=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #735FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FAE is #8CA051. Grayscale: #6D6D6D. Windows color (decimal): -9216082 or 11427699. OLE color: 11427699.

HSL color Cylindrical-coordinate representation of color #735FAE: hue angle of 255.19º 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 #735FAE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11595174-
CMYK0.340.4500.32
HSL255.19º32.78%52.75%-
HSV(B)255.19º45.4%68.24%-
XYZ18.814.8941.93-
YUV109.99164.13131.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=29.95%
G=24.74%
B=45.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115951740.340.4500.32255.1932.7852.75
Hex735FAE222D020ff2135
Octal16313725642550403774165
Binary1110011101111110101110100010101101010000011111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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