#7369BE

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

Shades of Blue Marguerite #7369BE

Tints of Blue Marguerite #7369BE

Color information

#7369BE (or 0x7369BE) is unknown color: approx Blue Marguerite. HEX triplet: 73, 69 and BE. RGB value is (115,105,190). Sum of RGB (Red+Green+Blue) = 115+105+190=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #7369BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369BE is #8C9641. Grayscale: #757575. Windows color (decimal): -9213506 or 12478835. OLE color: 12478835.

HSL color Cylindrical-coordinate representation of color #7369BE: hue angle of 247.06º 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 #7369BE is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115105190-
CMYK0.390.4500.25
HSL247.06º39.53%57.84%-
HSV(B)247.06º44.74%74.51%-
XYZ21.4217.4750.96-
YUV117.68168.81126.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.05%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=28.05%
G=25.61%
B=46.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151051900.390.4500.25247.0639.5357.84
Hex7369BE272D019f7283a
Octal16315127647550313675072
Binary111001111010011011111010011110110101100111110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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