#736AB0

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

Shades of Blue Marguerite #736AB0

Tints of Blue Marguerite #736AB0

Color information

#736AB0 (or 0x736AB0) is unknown color: approx Blue Marguerite. HEX triplet: 73, 6A and B0. RGB value is (115,106,176). Sum of RGB (Red+Green+Blue) = 115+106+176=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #736AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AB0 is #8C954F. Grayscale: #747474. Windows color (decimal): -9213264 or 11561587. OLE color: 11561587.

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

Color convert

RGB115106176-
CMYK0.350.4000.31
HSL247.71º30.7%55.29%-
HSV(B)247.71º39.77%69.02%-
XYZ20.0617.0943.32-
YUV116.67161.48126.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 176 (69.14% from 255) = 44.33%
R=28.97%
G=26.70%
B=44.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151061760.350.4000.31247.7130.755.29
Hex736AB0232801Ff81f37
Octal16315226043500373703767
Binary11100111101010101100001000111010000111111111100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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