#7366AF

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

Shades of Blue Marguerite #7366AF

Tints of Blue Marguerite #7366AF

Color information

#7366AF (or 0x7366AF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 66 and AF. RGB value is (115,102,175). Sum of RGB (Red+Green+Blue) = 115+102+175=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #7366AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7366AF is #8C9950. Grayscale: #717171. Windows color (decimal): -9214289 or 11495027. OLE color: 11495027.

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

Color convert

RGB115102175-
CMYK0.340.4200.31
HSL250.68º31.33%54.31%-
HSV(B)250.68º41.71%68.63%-
XYZ19.5616.2442.66-
YUV114.21162.31128.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 175 (68.75% from 255) = 44.64%
R=29.34%
G=26.02%
B=44.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151021750.340.4200.31250.6831.3354.31
Hex7366AF222A01Ffb1f36
Octal16314625742520373733766
Binary11100111100110101011111000101010100111111111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7366AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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