#7369BD

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

Shades of Blue Marguerite #7369BD

Tints of Blue Marguerite #7369BD

Color information

#7369BD (or 0x7369BD) is unknown color: approx Blue Marguerite. HEX triplet: 73, 69 and BD. RGB value is (115,105,189). Sum of RGB (Red+Green+Blue) = 115+105+189=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #7369BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369BD is #8C9642. Grayscale: #757575. Windows color (decimal): -9213507 or 12413299. OLE color: 12413299.

HSL color Cylindrical-coordinate representation of color #7369BD: hue angle of 247.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7369BD is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115105189-
CMYK0.390.4400.26
HSL247.14º38.89%57.65%-
HSV(B)247.14º44.44%74.12%-
XYZ21.3117.4250.38-
YUV117.57168.31126.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=28.12%
G=25.67%
B=46.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151051890.390.4400.26247.1438.8957.65
Hex7369BD272C01Af7273a
Octal16315127547540323674772
Binary111001111010011011110110011110110001101011110111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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