#7359B1

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

Shades of Blue Marguerite #7359B1

Tints of Blue Marguerite #7359B1

Color information

#7359B1 (or 0x7359B1) is unknown color: approx Blue Marguerite. HEX triplet: 73, 59 and B1. RGB value is (115,89,177). Sum of RGB (Red+Green+Blue) = 115+89+177=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #7359B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7359B1 is #8CA64E. Grayscale: #6A6A6A. Windows color (decimal): -9217615 or 11622771. OLE color: 11622771.

HSL color Cylindrical-coordinate representation of color #7359B1: hue angle of 257.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7359B1 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11589177-
CMYK0.350.5000.31
HSL257.73º36.07%52.16%-
HSV(B)257.73º49.72%69.41%-
XYZ18.5813.9643.31-
YUV106.81167.61133.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=30.18%
G=23.36%
B=46.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115891770.350.5000.31257.7336.0752.16
Hex7359B1233201F1022434
Octal16313126143620374024464
Binary1110011101100110110001100011110010011111100000010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7359B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7359B1; }

 p { color: rgb(115,89,177); }

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

<style>
 a { background-color: #7359B1; }

 a { background-color: rgb(115,89,177); }

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

<style>
 span { border-color: #7359B1; }

 span { border-color: rgb(115,89,177); }

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