#736896

Color #736896 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #736896

Tints of Scampi #736896

Color information

#736896 (or 0x736896) is unknown color: approx Scampi. HEX triplet: 73, 68 and 96. RGB value is (115,104,150). Sum of RGB (Red+Green+Blue) = 115+104+150=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #736896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736896 is #8C9769. Grayscale: #707070. Windows color (decimal): -9213802 or 9857139. OLE color: 9857139.

HSL color Cylindrical-coordinate representation of color #736896: hue angle of 254.35º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #736896 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB115104150-
CMYK0.230.3100.41
HSL254.35º18.11%49.8%-
HSV(B)254.35º30.67%58.82%-
XYZ17.5315.7530.97-
YUV112.53149.14129.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=31.17%
G=28.18%
B=40.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151041500.230.3100.41254.3518.1149.8
Hex736896171F029fe1232
Octal16315022627370513762262
Binary1110011110100010010110101111111101010011111111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736896; }

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

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

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

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

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

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

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

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