#7366B4

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

Shades of Blue Marguerite #7366B4

Tints of Blue Marguerite #7366B4

Color information

#7366B4 (or 0x7366B4) is unknown color: approx Blue Marguerite. HEX triplet: 73, 66 and B4. RGB value is (115,102,180). Sum of RGB (Red+Green+Blue) = 115+102+180=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #7366B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366B4 is #8C994B. Grayscale: #727272. Windows color (decimal): -9214284 or 11822707. OLE color: 11822707.

HSL color Cylindrical-coordinate representation of color #7366B4: hue angle of 250º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7366B4 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115102180-
CMYK0.360.4300.29
HSL250º34.21%55.29%-
HSV(B)250º43.33%70.59%-
XYZ20.0616.4445.3-
YUV114.78164.81128.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.97%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=28.97%
G=25.69%
B=45.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151021800.360.4300.2925034.2155.29
Hex7366B4242B01Dfa2237
Octal16314626444530353724267
Binary111001111001101011010010010010101101110111111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7366B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7366B4; }

 p { color: rgb(115,102,180); }

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

<style>
 a { background-color: #7366B4; }

 a { background-color: rgb(115,102,180); }

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

<style>
 span { border-color: #7366B4; }

 span { border-color: rgb(115,102,180); }

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