#7359BA

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

Shades of Blue Marguerite #7359BA

Tints of Blue Marguerite #7359BA

Color information

#7359BA (or 0x7359BA) is unknown color: approx Blue Marguerite. HEX triplet: 73, 59 and BA. RGB value is (115,89,186). Sum of RGB (Red+Green+Blue) = 115+89+186=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #7359BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7359BA is #8CA645. Grayscale: #6B6B6B. Windows color (decimal): -9217606 or 12212595. OLE color: 12212595.

HSL color Cylindrical-coordinate representation of color #7359BA: hue angle of 256.08º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7359BA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11589186-
CMYK0.380.5200.27
HSL256.08º41.28%53.92%-
HSV(B)256.08º52.15%72.94%-
XYZ19.5114.3348.19-
YUV107.83172.11133.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 89 (35.16% from 255) = 22.82%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=29.49%
G=22.82%
B=47.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115891860.380.5200.27256.0841.2853.92
Hex7359BA263401B1002936
Octal16313127246640334005166
Binary1110011101100110111010100110110100011011100000000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7359BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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