#7369BF

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

Shades of Blue Marguerite #7369BF

Tints of Blue Marguerite #7369BF

Color information

#7369BF (or 0x7369BF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 69 and BF. RGB value is (115,105,191). Sum of RGB (Red+Green+Blue) = 115+105+191=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #7369BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369BF is #8C9640. Grayscale: #757575. Windows color (decimal): -9213505 or 12544371. OLE color: 12544371.

HSL color Cylindrical-coordinate representation of color #7369BF: hue angle of 246.98º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7369BF is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115105191-
CMYK0.400.4500.25
HSL246.98º40.19%58.04%-
HSV(B)246.98º45.03%74.9%-
XYZ21.5317.5151.54-
YUV117.79169.31126.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.98%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 191 (75% from 255) = 46.47%
R=27.98%
G=25.55%
B=46.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151051910.400.4500.25246.9840.1958.04
Hex7369BF282D019f7283a
Octal16315127750550313675072
Binary111001111010011011111110100010110101100111110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7369BF; }

 p { color: rgb(115,105,191); }

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

<style>
 a { background-color: #7369BF; }

 a { background-color: rgb(115,105,191); }

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

<style>
 span { border-color: #7369BF; }

 span { border-color: rgb(115,105,191); }

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