#7362BB

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

Shades of Blue Marguerite #7362BB

Tints of Blue Marguerite #7362BB

Color information

#7362BB (or 0x7362BB) is unknown color: approx Blue Marguerite. HEX triplet: 73, 62 and BB. RGB value is (115,98,187). Sum of RGB (Red+Green+Blue) = 115+98+187=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #7362BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362BB is #8C9D44. Grayscale: #707070. Windows color (decimal): -9215301 or 12280435. OLE color: 12280435.

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

Color convert

RGB11598187-
CMYK0.390.4800.27
HSL251.46º39.56%55.88%-
HSV(B)251.46º47.59%73.33%-
XYZ20.4115.9749.02-
YUV113.23169.63129.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.75%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=28.75%
G=24.5%
B=46.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal115981870.390.4800.27251.4639.5655.88
Hex7362BB273001Bfb2838
Octal16314227347600333735070
Binary111001111000101011101110011111000001101111111011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7362BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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