#7361B1

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

Shades of Blue Marguerite #7361B1

Tints of Blue Marguerite #7361B1

Color information

#7361B1 (or 0x7361B1) is unknown color: approx Blue Marguerite. HEX triplet: 73, 61 and B1. RGB value is (115,97,177). Sum of RGB (Red+Green+Blue) = 115+97+177=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #7361B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7361B1 is #8C9E4E. Grayscale: #6F6F6F. Windows color (decimal): -9215567 or 11624819. OLE color: 11624819.

HSL color Cylindrical-coordinate representation of color #7361B1: hue angle of 253.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7361B1 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11597177-
CMYK0.350.4500.31
HSL253.5º33.9%53.73%-
HSV(B)253.5º45.2%69.41%-
XYZ19.2815.3743.55-
YUV111.5164.96130.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.56%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=29.56%
G=24.94%
B=45.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115971770.350.4500.31253.533.953.73
Hex7361B1232D01Ffe2236
Octal16314126143550373764266
Binary111001111000011011000110001110110101111111111110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7361B1; }

 p { color: rgb(115,97,177); }

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

<style>
 a { background-color: #7361B1; }

 a { background-color: rgb(115,97,177); }

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

<style>
 span { border-color: #7361B1; }

 span { border-color: rgb(115,97,177); }

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