#736AB6

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

Shades of Blue Marguerite #736AB6

Tints of Blue Marguerite #736AB6

Color information

#736AB6 (or 0x736AB6) is unknown color: approx Blue Marguerite. HEX triplet: 73, 6A and B6. RGB value is (115,106,182). Sum of RGB (Red+Green+Blue) = 115+106+182=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #736AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736AB6 is #8C9549. Grayscale: #757575. Windows color (decimal): -9213258 or 11954803. OLE color: 11954803.

HSL color Cylindrical-coordinate representation of color #736AB6: hue angle of 247.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #736AB6 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115106182-
CMYK0.370.4200.29
HSL247.11º34.23%56.47%-
HSV(B)247.11º41.76%71.37%-
XYZ20.6717.3346.51-
YUV117.36164.48126.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 182 (71.48% from 255) = 45.16%
R=28.54%
G=26.30%
B=45.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151061820.370.4200.29247.1134.2356.47
Hex736AB6252A01Df72238
Octal16315226645520353674270
Binary111001111010101011011010010110101001110111110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,106,182); }

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

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

 a { background-color: rgb(115,106,182); }

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

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

 span { border-color: rgb(115,106,182); }

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