#734DC0

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

Shades of Blue Marguerite #734DC0

Tints of Blue Marguerite #734DC0

Color information

#734DC0 (or 0x734DC0) is unknown color: approx Blue Marguerite. HEX triplet: 73, 4D and C0. RGB value is (115,77,192). Sum of RGB (Red+Green+Blue) = 115+77+192=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #734DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DC0 is #8CB23F. Grayscale: #656565. Windows color (decimal): -9220672 or 12602739. OLE color: 12602739.

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

Color convert

RGB11577192-
CMYK0.400.6000.25
HSL259.83º47.72%52.75%-
HSV(B)259.83º59.9%75.29%-
XYZ19.2412.7651.32-
YUV101.47179.09137.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 77 (30.47% from 255) = 20.05%
BLUE value IS 192 (75.39% from 255) = 50%
R=29.95%
G=20.05%
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
Decimal115771920.400.6000.25259.8347.7252.75
Hex734DC0283C0191043035
Octal16311530050740314046065
Binary1110011100110111000000101000111100011001100000100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,77,192); }

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

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

 a { background-color: rgb(115,77,192); }

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

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

 span { border-color: rgb(115,77,192); }

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