#734CBF

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

Shades of Blue Marguerite #734CBF

Tints of Blue Marguerite #734CBF

Color information

#734CBF (or 0x734CBF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 4C and BF. RGB value is (115,76,191). Sum of RGB (Red+Green+Blue) = 115+76+191=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #734CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CBF is #8CB340. Grayscale: #646464. Windows color (decimal): -9220929 or 12536947. OLE color: 12536947.

HSL color Cylindrical-coordinate representation of color #734CBF: hue angle of 260.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734CBF is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11576191-
CMYK0.400.6000.25
HSL260.35º47.33%52.35%-
HSV(B)260.35º60.21%74.9%-
XYZ19.0612.5850.71-
YUV100.77178.92138.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 191 (75% from 255) = 50%
R=30.10%
G=19.90%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115761910.400.6000.25260.3547.3352.35
Hex734CBF283C0191042f34
Octal16311427750740314045764
Binary1110011100110010111111101000111100011001100000100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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