#736E90

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

Shades of Scampi #736E90

Tints of Scampi #736E90

Color information

#736E90 (or 0x736E90) is unknown color: approx Scampi. HEX triplet: 73, 6E and 90. RGB value is (115,110,144). Sum of RGB (Red+Green+Blue) = 115+110+144=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #736E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736E90 is #8C916F. Grayscale: #737373. Windows color (decimal): -9212272 or 9465459. OLE color: 9465459.

HSL color Cylindrical-coordinate representation of color #736E90: hue angle of 248.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #736E90 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115110144-
CMYK0.200.2400.44
HSL248.82º13.39%49.8%-
HSV(B)248.82º23.61%56.47%-
XYZ17.6816.8128.7-
YUV115.37144.16127.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=31.17%
G=29.81%
B=39.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151101440.200.2400.44248.8213.3949.8
Hex736E90141802Cf9d32
Octal16315622024300543711562
Binary111001111011101001000010100110000101100111110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736E90; }

 p { color: rgb(115,110,144); }

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

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

 a { background-color: rgb(115,110,144); }

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

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

 span { border-color: rgb(115,110,144); }

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