#724DBF

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

Shades of Blue Marguerite #724DBF

Tints of Blue Marguerite #724DBF

Color information

#724DBF (or 0x724DBF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4D and BF. RGB value is (114,77,191). Sum of RGB (Red+Green+Blue) = 114+77+191=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 77 (30.47% from 255 or 20.16% 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 #724DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DBF is #8DB240. Grayscale: #646464. Windows color (decimal): -9286209 or 12537202. OLE color: 12537202.

HSL color Cylindrical-coordinate representation of color #724DBF: hue angle of 259.47º degrees, saturation: 0.47, 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 #724DBF is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11477191-
CMYK0.400.6000.25
HSL259.47º47.11%52.55%-
HSV(B)259.47º59.69%74.9%-
XYZ1912.6550.73-
YUV101.06178.76137.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 191 (75% from 255) = 50%
R=29.84%
G=20.16%
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
Decimal114771910.400.6000.25259.4747.1152.55
Hex724DBF283C0191032f35
Octal16211527750740314035765
Binary1110010100110110111111101000111100011001100000011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724DBF; }

 p { color: rgb(114,77,191); }

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

<style>
 a { background-color: #724DBF; }

 a { background-color: rgb(114,77,191); }

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

<style>
 span { border-color: #724DBF; }

 span { border-color: rgb(114,77,191); }

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