#7361BC

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

Shades of Blue Marguerite #7361BC

Tints of Blue Marguerite #7361BC

Color information

#7361BC (or 0x7361BC) is unknown color: approx Blue Marguerite. HEX triplet: 73, 61 and BC. RGB value is (115,97,188). Sum of RGB (Red+Green+Blue) = 115+97+188=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #7361BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7361BC is #8C9E43. Grayscale: #707070. Windows color (decimal): -9215556 or 12345715. OLE color: 12345715.

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

Color convert

RGB11597188-
CMYK0.390.4800.26
HSL251.87º40.44%55.88%-
HSV(B)251.87º48.4%73.73%-
XYZ20.4215.8349.56-
YUV112.76170.46129.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.75%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 188 (73.83% from 255) = 47%
R=28.75%
G=24.25%
B=47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115971880.390.4800.26251.8740.4455.88
Hex7361BC273001Afc2838
Octal16314127447600323745070
Binary111001111000011011110010011111000001101011111100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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