#7369BC

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

Shades of Blue Marguerite #7369BC

Tints of Blue Marguerite #7369BC

Color information

#7369BC (or 0x7369BC) is unknown color: approx Blue Marguerite. HEX triplet: 73, 69 and BC. RGB value is (115,105,188). Sum of RGB (Red+Green+Blue) = 115+105+188=408 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.19% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #7369BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369BC is #8C9643. Grayscale: #757575. Windows color (decimal): -9213508 or 12347763. OLE color: 12347763.

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

Color convert

RGB115105188-
CMYK0.390.4400.26
HSL247.23º38.25%57.45%-
HSV(B)247.23º44.15%73.73%-
XYZ21.217.3849.81-
YUV117.45167.81126.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.19%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=28.19%
G=25.74%
B=46.08%

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
Decimal1151051880.390.4400.26247.2338.2557.45
Hex7369BC272C01Af72639
Octal16315127447540323674671
Binary111001111010011011110010011110110001101011110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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