#7059BE

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

Shades of Blue Marguerite #7059BE

Tints of Blue Marguerite #7059BE

Color information

#7059BE (or 0x7059BE) is unknown color: approx Blue Marguerite. HEX triplet: 70, 59 and BE. RGB value is (112,89,190). Sum of RGB (Red+Green+Blue) = 112+89+190=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #7059BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059BE is #8FA641. Grayscale: #6B6B6B. Windows color (decimal): -9414210 or 12474736. OLE color: 12474736.

HSL color Cylindrical-coordinate representation of color #7059BE: hue angle of 253.66º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7059BE is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11289190-
CMYK0.410.5300.25
HSL253.66º43.72%54.71%-
HSV(B)253.66º53.16%74.51%-
XYZ19.5514.3150.45-
YUV107.39174.62131.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=28.64%
G=22.76%
B=48.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112891900.410.5300.25253.6643.7254.71
Hex7059BE2935019fe2c37
Octal16013127651650313765467
Binary111000010110011011111010100111010101100111111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7059BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7059BE; }

 p { color: rgb(112,89,190); }

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

<style>
 a { background-color: #7059BE; }

 a { background-color: rgb(112,89,190); }

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

<style>
 span { border-color: #7059BE; }

 span { border-color: rgb(112,89,190); }

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