#734BBA

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

Shades of Blue Marguerite #734BBA

Tints of Blue Marguerite #734BBA

Color information

#734BBA (or 0x734BBA) is unknown color: approx Blue Marguerite. HEX triplet: 73, 4B and BA. RGB value is (115,75,186). Sum of RGB (Red+Green+Blue) = 115+75+186=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #734BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734BBA is #8CB445. Grayscale: #636363. Windows color (decimal): -9221190 or 12209011. OLE color: 12209011.

HSL color Cylindrical-coordinate representation of color #734BBA: hue angle of 261.62º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734BBA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11575186-
CMYK0.380.6000.27
HSL261.62º44.58%51.18%-
HSV(B)261.62º59.68%72.94%-
XYZ18.4512.2247.84-
YUV99.61176.75138.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=30.59%
G=19.95%
B=49.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115751860.380.6000.27261.6244.5851.18
Hex734BBA263C01B1062d33
Octal16311327246740334065563
Binary1110011100101110111010100110111100011011100000110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,75,186); }

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

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

 a { background-color: rgb(115,75,186); }

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

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

 span { border-color: rgb(115,75,186); }

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