#735AB2

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

Shades of Blue Marguerite #735AB2

Tints of Blue Marguerite #735AB2

Color information

#735AB2 (or 0x735AB2) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5A and B2. RGB value is (115,90,178). Sum of RGB (Red+Green+Blue) = 115+90+178=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #735AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AB2 is #8CA54D. Grayscale: #6B6B6B. Windows color (decimal): -9217358 or 11688563. OLE color: 11688563.

HSL color Cylindrical-coordinate representation of color #735AB2: hue angle of 257.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #735AB2 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11590178-
CMYK0.350.4900.30
HSL257.05º36.36%52.55%-
HSV(B)257.05º49.44%69.8%-
XYZ18.7614.1743.87-
YUV107.51167.78133.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 178 (69.92% from 255) = 46.48%
R=30.03%
G=23.50%
B=46.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal115901780.350.4900.30257.0536.3652.55
Hex735AB2233101E1012435
Octal16313226243610364014465
Binary1110011101101010110010100011110001011110100000001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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