#7368B4

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

Shades of Blue Marguerite #7368B4

Tints of Blue Marguerite #7368B4

Color information

#7368B4 (or 0x7368B4) is unknown color: approx Blue Marguerite. HEX triplet: 73, 68 and B4. RGB value is (115,104,180). Sum of RGB (Red+Green+Blue) = 115+104+180=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #7368B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368B4 is #8C974B. Grayscale: #737373. Windows color (decimal): -9213772 or 11823219. OLE color: 11823219.

HSL color Cylindrical-coordinate representation of color #7368B4: hue angle of 248.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7368B4 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115104180-
CMYK0.360.4200.29
HSL248.68º33.63%55.69%-
HSV(B)248.68º42.22%70.59%-
XYZ20.2616.8445.36-
YUV115.95164.14127.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.82%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=28.82%
G=26.07%
B=45.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151041800.360.4200.29248.6833.6355.69
Hex7368B4242A01Df92238
Octal16315026444520353714270
Binary111001111010001011010010010010101001110111111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7368B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7368B4; }

 p { color: rgb(115,104,180); }

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

<style>
 a { background-color: #7368B4; }

 a { background-color: rgb(115,104,180); }

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

<style>
 span { border-color: #7368B4; }

 span { border-color: rgb(115,104,180); }

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