#724EB5

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

Shades of Blue Marguerite #724EB5

Tints of Blue Marguerite #724EB5

Color information

#724EB5 (or 0x724EB5) is unknown color: approx Blue Marguerite. HEX triplet: 72, 4E and B5. RGB value is (114,78,181). Sum of RGB (Red+Green+Blue) = 114+78+181=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #724EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724EB5 is #8DB14A. Grayscale: #646464. Windows color (decimal): -9285963 or 11882098. OLE color: 11882098.

HSL color Cylindrical-coordinate representation of color #724EB5: hue angle of 260.97º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724EB5 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11478181-
CMYK0.370.5700.29
HSL260.97º41.04%50.78%-
HSV(B)260.97º56.91%70.98%-
XYZ1812.3645.15-
YUV100.51173.43137.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 181 (71.09% from 255) = 48.53%
R=30.56%
G=20.91%
B=48.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114781810.370.5700.29260.9741.0450.78
Hex724EB5253901D1052933
Octal16211626545710354055163
Binary1110010100111010110101100101111001011101100000101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,78,181); }

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

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

 a { background-color: rgb(114,78,181); }

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

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

 span { border-color: rgb(114,78,181); }

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