#734EBC

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

Shades of Blue Marguerite #734EBC

Tints of Blue Marguerite #734EBC

Color information

#734EBC (or 0x734EBC) is unknown color: approx Blue Marguerite. HEX triplet: 73, 4E and BC. RGB value is (115,78,188). Sum of RGB (Red+Green+Blue) = 115+78+188=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #734EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EBC is #8CB143. Grayscale: #656565. Windows color (decimal): -9220420 or 12340851. OLE color: 12340851.

HSL color Cylindrical-coordinate representation of color #734EBC: hue angle of 260.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #734EBC is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11578188-
CMYK0.390.5900.26
HSL260.18º45.08%52.16%-
HSV(B)260.18º58.51%73.73%-
XYZ18.8712.7249.04-
YUV101.6176.76137.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=30.18%
G=20.47%
B=49.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115781880.390.5900.26260.1845.0852.16
Hex734EBC273B01A1042d34
Octal16311627447730324045564
Binary1110011100111010111100100111111011011010100000100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734EBC; }

 p { color: rgb(115,78,188); }

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

<style>
 a { background-color: #734EBC; }

 a { background-color: rgb(115,78,188); }

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

<style>
 span { border-color: #734EBC; }

 span { border-color: rgb(115,78,188); }

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