#724CBF

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

Shades of Blue Marguerite #724CBF

Tints of Blue Marguerite #724CBF

Color information

#724CBF (or 0x724CBF) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4C and BF. RGB value is (114,76,191). Sum of RGB (Red+Green+Blue) = 114+76+191=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #724CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #724CBF is #8DB340. Grayscale: #646464. Windows color (decimal): -9286465 or 12536946. OLE color: 12536946.

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

Color convert

RGB11476191-
CMYK0.400.6000.25
HSL259.83º47.33%52.35%-
HSV(B)259.83º60.21%74.9%-
XYZ18.9312.5150.71-
YUV100.47179.09137.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 191 (75% from 255) = 50.13%
R=29.92%
G=19.95%
B=50.13%

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
Decimal114761910.400.6000.25259.8347.3352.35
Hex724CBF283C0191042f34
Octal16211427750740314045764
Binary1110010100110010111111101000111100011001100000100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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