#735BAA

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

Shades of Blue Marguerite #735BAA

Tints of Blue Marguerite #735BAA

Color information

#735BAA (or 0x735BAA) is unknown color: approx Blue Marguerite. HEX triplet: 73, 5B and AA. RGB value is (115,91,170). Sum of RGB (Red+Green+Blue) = 115+91+170=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #735BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735BAA is #8CA455. Grayscale: #6A6A6A. Windows color (decimal): -9217110 or 11164531. OLE color: 11164531.

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

Color convert

RGB11591170-
CMYK0.320.4600.33
HSL258.23º31.73%51.18%-
HSV(B)258.23º46.47%66.67%-
XYZ18.0714.0339.79-
YUV107.18163.45133.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=30.59%
G=24.20%
B=45.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115911700.320.4600.33258.2331.7351.18
Hex735BAA202E0211022033
Octal16313325240560414024063
Binary11100111011011101010101000001011100100001100000010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,91,170); }

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

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

 a { background-color: rgb(115,91,170); }

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

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

 span { border-color: rgb(115,91,170); }

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