#7361AF

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

Shades of Blue Marguerite #7361AF

Tints of Blue Marguerite #7361AF

Color information

#7361AF (or 0x7361AF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 61 and AF. RGB value is (115,97,175). Sum of RGB (Red+Green+Blue) = 115+97+175=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #7361AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7361AF is #8C9E50. Grayscale: #6E6E6E. Windows color (decimal): -9215569 or 11493747. OLE color: 11493747.

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

Color convert

RGB11597175-
CMYK0.340.4500.31
HSL253.85º32.77%53.33%-
HSV(B)253.85º44.57%68.63%-
XYZ19.0815.2942.5-
YUV111.27163.96130.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=29.72%
G=25.06%
B=45.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115971750.340.4500.31253.8532.7753.33
Hex7361AF222D01Ffe2135
Octal16314125742550373764165
Binary111001111000011010111110001010110101111111111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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