#7369AF

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

Shades of Blue Marguerite #7369AF

Tints of Blue Marguerite #7369AF

Color information

#7369AF (or 0x7369AF) is unknown color: approx Blue Marguerite. HEX triplet: 73, 69 and AF. RGB value is (115,105,175). Sum of RGB (Red+Green+Blue) = 115+105+175=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #7369AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369AF is #8C9650. Grayscale: #737373. Windows color (decimal): -9213521 or 11495795. OLE color: 11495795.

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

Color convert

RGB115105175-
CMYK0.340.4000.31
HSL248.57º30.43%54.9%-
HSV(B)248.57º40%68.63%-
XYZ19.8616.8442.76-
YUV115.97161.31127.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=29.11%
G=26.58%
B=44.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151051750.340.4000.31248.5730.4354.9
Hex7369AF222801Ff91e37
Octal16315125742500373713667
Binary11100111101001101011111000101010000111111111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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