#737491

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

Shades of Scampi #737491

Tints of Scampi #737491

Color information

#737491 (or 0x737491) is unknown color: approx Scampi. HEX triplet: 73, 74 and 91. RGB value is (115,116,145). Sum of RGB (Red+Green+Blue) = 115+116+145=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #737491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737491 is #8C8B6E. Grayscale: #767676. Windows color (decimal): -9210735 or 9532531. OLE color: 9532531.

HSL color Cylindrical-coordinate representation of color #737491: hue angle of 238º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #737491 is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB115116145-
CMYK0.210.200.43
HSL238º12%50.98%-
HSV(B)238º20.69%56.86%-
XYZ18.4318.1829.33-
YUV119.01142.67125.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=30.59%
G=30.85%
B=38.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151161450.210.200.432381250.98
Hex737491151402Beec33
Octal16316422125240533561463
Binary111001111101001001000110101101000101011111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737491; }

 p { color: rgb(115,116,145); }

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

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

 a { background-color: rgb(115,116,145); }

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

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

 span { border-color: rgb(115,116,145); }

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