#7349BF

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

Shades of Blue Marguerite #7349BF

Tints of Blue Marguerite #7349BF

Color information

#7349BF (or 0x7349BF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 49 and BF. RGB value is (115,73,191). Sum of RGB (Red+Green+Blue) = 115+73+191=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #7349BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7349BF is #8CB640. Grayscale: #626262. Windows color (decimal): -9221697 or 12536179. OLE color: 12536179.

HSL color Cylindrical-coordinate representation of color #7349BF: hue angle of 261.36º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7349BF is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11573191-
CMYK0.400.6200.25
HSL261.36º47.97%51.76%-
HSV(B)261.36º61.78%74.9%-
XYZ18.8612.1750.65-
YUV99.01179.91139.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 191 (75% from 255) = 50.40%
R=30.34%
G=19.26%
B=50.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115731910.400.6200.25261.3647.9751.76
Hex7349BF283E0191053034
Octal16311127750760314056064
Binary1110011100100110111111101000111110011001100000101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7349BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7349BF; }

 p { color: rgb(115,73,191); }

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

<style>
 a { background-color: #7349BF; }

 a { background-color: rgb(115,73,191); }

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

<style>
 span { border-color: #7349BF; }

 span { border-color: rgb(115,73,191); }

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