#7362B4

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

Shades of Blue Marguerite #7362B4

Tints of Blue Marguerite #7362B4

Color information

#7362B4 (or 0x7362B4) is unknown color: approx Blue Marguerite. HEX triplet: 73, 62 and B4. RGB value is (115,98,180). Sum of RGB (Red+Green+Blue) = 115+98+180=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #7362B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362B4 is #8C9D4B. Grayscale: #707070. Windows color (decimal): -9215308 or 11821683. OLE color: 11821683.

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

Color convert

RGB11598180-
CMYK0.360.4600.29
HSL252.44º35.34%54.51%-
HSV(B)252.44º45.56%70.59%-
XYZ19.6815.6845.17-
YUV112.43166.13129.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 180 (70.70% from 255) = 45.80%
R=29.26%
G=24.94%
B=45.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115981800.360.4600.29252.4435.3454.51
Hex7362B4242E01Dfc2337
Octal16314226444560353744367
Binary111001111000101011010010010010111001110111111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7362B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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