#7363BF

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

Shades of Blue Marguerite #7363BF

Tints of Blue Marguerite #7363BF

Color information

#7363BF (or 0x7363BF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 63 and BF. RGB value is (115,99,191). Sum of RGB (Red+Green+Blue) = 115+99+191=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #7363BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363BF is #8C9C40. Grayscale: #717171. Windows color (decimal): -9215041 or 12542835. OLE color: 12542835.

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

Color convert

RGB11599191-
CMYK0.400.4800.25
HSL250.43º41.82%56.86%-
HSV(B)250.43º48.17%74.9%-
XYZ20.9416.3351.34-
YUV114.27171.3128.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 191 (75% from 255) = 47.16%
R=28.40%
G=24.44%
B=47.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115991910.400.4800.25250.4341.8256.86
Hex7363BF2830019fa2a39
Octal16314327750600313725271
Binary111001111000111011111110100011000001100111111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7363BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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