#737190

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

Shades of Scampi #737190

Tints of Scampi #737190

Color information

#737190 (or 0x737190) is unknown color: approx Scampi. HEX triplet: 73, 71 and 90. RGB value is (115,113,144). Sum of RGB (Red+Green+Blue) = 115+113+144=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #737190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737190 is #8C8E6F. Grayscale: #757575. Windows color (decimal): -9211504 or 9466227. OLE color: 9466227.

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

Color convert

RGB115113144-
CMYK0.200.2200.44
HSL243.87º12.25%50.39%-
HSV(B)243.87º21.53%56.47%-
XYZ18.0117.4728.81-
YUV117.13143.16126.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=30.91%
G=30.38%
B=38.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151131440.200.2200.44243.8712.2550.39
Hex737190141602Cf4c32
Octal16316122024260543641462
Binary111001111100011001000010100101100101100111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737190; }

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

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

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

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

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

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

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

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