#7357BD

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

Shades of Blue Marguerite #7357BD

Tints of Blue Marguerite #7357BD

Color information

#7357BD (or 0x7357BD) is unknown color: approx Blue Marguerite. HEX triplet: 73, 57 and BD. RGB value is (115,87,189). Sum of RGB (Red+Green+Blue) = 115+87+189=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #7357BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7357BD is #8CA842. Grayscale: #6A6A6A. Windows color (decimal): -9218115 or 12408691. OLE color: 12408691.

HSL color Cylindrical-coordinate representation of color #7357BD: hue angle of 256.47º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7357BD is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11587189-
CMYK0.390.5400.26
HSL256.47º43.59%54.12%-
HSV(B)256.47º53.97%74.12%-
XYZ19.6614.1449.84-
YUV107174.28133.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=29.41%
G=22.25%
B=48.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115871890.390.5400.26256.4743.5954.12
Hex7357BD273601A1002c36
Octal16312727547660324005466
Binary1110011101011110111101100111110110011010100000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7357BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7357BD; }

 p { color: rgb(115,87,189); }

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

<style>
 a { background-color: #7357BD; }

 a { background-color: rgb(115,87,189); }

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

<style>
 span { border-color: #7357BD; }

 span { border-color: rgb(115,87,189); }

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