#736DB1

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

Shades of Blue Marguerite #736DB1

Tints of Blue Marguerite #736DB1

Color information

#736DB1 (or 0x736DB1) is unknown color: approx Blue Marguerite. HEX triplet: 73, 6D and B1. RGB value is (115,109,177). Sum of RGB (Red+Green+Blue) = 115+109+177=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #736DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736DB1 is #8C924E. Grayscale: #767676. Windows color (decimal): -9212495 or 11627891. OLE color: 11627891.

HSL color Cylindrical-coordinate representation of color #736DB1: hue angle of 245.29º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #736DB1 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB115109177-
CMYK0.350.3800.31
HSL245.29º30.36%56.08%-
HSV(B)245.29º38.42%69.41%-
XYZ20.4717.7643.94-
YUV118.55160.99125.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.68%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 177 (69.53% from 255) = 44.14%
R=28.68%
G=27.18%
B=44.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151091770.350.3800.31245.2930.3656.08
Hex736DB1232601Ff51e38
Octal16315526143460373653670
Binary11100111101101101100011000111001100111111111010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736DB1; }

 p { color: rgb(115,109,177); }

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

<style>
 a { background-color: #736DB1; }

 a { background-color: rgb(115,109,177); }

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

<style>
 span { border-color: #736DB1; }

 span { border-color: rgb(115,109,177); }

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