#736599

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

Shades of Scampi #736599

Tints of Scampi #736599

Color information

#736599 (or 0x736599) is unknown color: approx Scampi. HEX triplet: 73, 65 and 99. RGB value is (115,101,153). Sum of RGB (Red+Green+Blue) = 115+101+153=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #736599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736599 is #8C9A66. Grayscale: #6E6E6E. Windows color (decimal): -9214567 or 10052979. OLE color: 10052979.

HSL color Cylindrical-coordinate representation of color #736599: hue angle of 256.15º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #736599 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB115101153-
CMYK0.250.3400.4
HSL256.15º20.47%49.8%-
HSV(B)256.15º33.99%60%-
XYZ17.4715.2532.16-
YUV111.11151.64130.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=31.17%
G=27.37%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151011530.250.3400.4256.1520.4749.8
Hex73659919220281001432
Octal16314523131420504002462
Binary111001111001011001100111001100010010100010000000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736599; }

 p { color: rgb(115,101,153); }

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

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

 a { background-color: rgb(115,101,153); }

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

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

 span { border-color: rgb(115,101,153); }

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