#7365BB

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

Shades of Blue Marguerite #7365BB

Tints of Blue Marguerite #7365BB

Color information

#7365BB (or 0x7365BB) is unknown color: approx Blue Marguerite. HEX triplet: 73, 65 and BB. RGB value is (115,101,187). Sum of RGB (Red+Green+Blue) = 115+101+187=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #7365BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7365BB is #8C9A44. Grayscale: #727272. Windows color (decimal): -9214533 or 12281203. OLE color: 12281203.

HSL color Cylindrical-coordinate representation of color #7365BB: hue angle of 249.77º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7365BB is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115101187-
CMYK0.390.4600.27
HSL249.77º38.74%56.47%-
HSV(B)249.77º45.99%73.33%-
XYZ20.6916.5449.12-
YUV114.99168.64128.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.54%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=28.54%
G=25.06%
B=46.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151011870.390.4600.27249.7738.7456.47
Hex7365BB272E01Bfa2738
Octal16314527347560333724770
Binary111001111001011011101110011110111001101111111010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7365BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7365BB; }

 p { color: rgb(115,101,187); }

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

<style>
 a { background-color: #7365BB; }

 a { background-color: rgb(115,101,187); }

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

<style>
 span { border-color: #7365BB; }

 span { border-color: rgb(115,101,187); }

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