#7352BF

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

Shades of Blue Marguerite #7352BF

Tints of Blue Marguerite #7352BF

Color information

#7352BF (or 0x7352BF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 52 and BF. RGB value is (115,82,191). Sum of RGB (Red+Green+Blue) = 115+82+191=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #7352BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352BF is #8CAD40. Grayscale: #676767. Windows color (decimal): -9219393 or 12538483. OLE color: 12538483.

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

Color convert

RGB11582191-
CMYK0.400.5700.25
HSL258.17º45.99%53.53%-
HSV(B)258.17º57.07%74.9%-
XYZ19.4913.4450.86-
YUV104.29176.93135.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 82 (32.42% from 255) = 21.13%
BLUE value IS 191 (75% from 255) = 49.23%
R=29.64%
G=21.13%
B=49.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115821910.400.5700.25258.1745.9953.53
Hex7352BF28390191022e36
Octal16312227750710314025666
Binary1110011101001010111111101000111001011001100000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7352BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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