#734CBA

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

Shades of Blue Marguerite #734CBA

Tints of Blue Marguerite #734CBA

Color information

#734CBA (or 0x734CBA) is unknown color: approx Blue Marguerite. HEX triplet: 73, 4C and BA. RGB value is (115,76,186). Sum of RGB (Red+Green+Blue) = 115+76+186=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #734CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CBA is #8CB345. Grayscale: #636363. Windows color (decimal): -9220934 or 12209267. OLE color: 12209267.

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

Color convert

RGB11576186-
CMYK0.380.5900.27
HSL261.27º44.35%51.37%-
HSV(B)261.27º59.14%72.94%-
XYZ18.5212.3647.86-
YUV100.2176.42138.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=30.50%
G=20.16%
B=49.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115761860.380.5900.27261.2744.3551.37
Hex734CBA263B01B1052c33
Octal16311427246730334055463
Binary1110011100110010111010100110111011011011100000101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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