#7359BE

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

Shades of Blue Marguerite #7359BE

Tints of Blue Marguerite #7359BE

Color information

#7359BE (or 0x7359BE) is unknown color: approx Blue Marguerite. HEX triplet: 73, 59 and BE. RGB value is (115,89,190). Sum of RGB (Red+Green+Blue) = 115+89+190=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #7359BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359BE is #8CA641. Grayscale: #6B6B6B. Windows color (decimal): -9217602 or 12474739. OLE color: 12474739.

HSL color Cylindrical-coordinate representation of color #7359BE: hue angle of 255.45º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7359BE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11589190-
CMYK0.390.5300.25
HSL255.45º43.72%54.71%-
HSV(B)255.45º53.16%74.51%-
XYZ19.9414.5150.46-
YUV108.29174.11132.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=29.19%
G=22.59%
B=48.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115891900.390.5300.25255.4543.7254.71
Hex7359BE2735019ff2c37
Octal16313127647650313775467
Binary111001110110011011111010011111010101100111111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7359BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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