#735AAE

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

Shades of Blue Marguerite #735AAE

Tints of Blue Marguerite #735AAE

Color information

#735AAE (or 0x735AAE) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5A and AE. RGB value is (115,90,174). Sum of RGB (Red+Green+Blue) = 115+90+174=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #735AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AAE is #8CA551. Grayscale: #6A6A6A. Windows color (decimal): -9217362 or 11426419. OLE color: 11426419.

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

Color convert

RGB11590174-
CMYK0.340.4800.32
HSL257.86º34.15%51.76%-
HSV(B)257.86º48.28%68.24%-
XYZ18.3714.0141.78-
YUV107.05165.78133.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=30.34%
G=23.75%
B=45.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115901740.340.4800.32257.8634.1551.76
Hex735AAE22300201022234
Octal16313225642600404024264
Binary11100111011010101011101000101100000100000100000010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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