#7368B2

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

Shades of Blue Marguerite #7368B2

Tints of Blue Marguerite #7368B2

Color information

#7368B2 (or 0x7368B2) is unknown color: approx Blue Marguerite. HEX triplet: 73, 68 and B2. RGB value is (115,104,178). Sum of RGB (Red+Green+Blue) = 115+104+178=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #7368B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7368B2 is #8C974D. Grayscale: #737373. Windows color (decimal): -9213774 or 11692147. OLE color: 11692147.

HSL color Cylindrical-coordinate representation of color #7368B2: hue angle of 248.92º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7368B2 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB115104178-
CMYK0.350.4200.30
HSL248.92º32.46%55.29%-
HSV(B)248.92º41.57%69.8%-
XYZ20.0616.7644.3-
YUV115.72163.14127.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 178 (69.92% from 255) = 44.84%
R=28.97%
G=26.20%
B=44.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151041780.350.4200.30248.9232.4655.29
Hex7368B2232A01Ef92037
Octal16315026243520363714067
Binary111001111010001011001010001110101001111011111001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7368B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7368B2; }

 p { color: rgb(115,104,178); }

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

<style>
 a { background-color: #7368B2; }

 a { background-color: rgb(115,104,178); }

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

<style>
 span { border-color: #7368B2; }

 span { border-color: rgb(115,104,178); }

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